mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2026-05-13 19:35:07 +00:00
fix: update MAX_IMAGE_SIZE_MB to 10 for background image settings
This commit is contained in:
parent
91ef84d871
commit
3cfd47a011
@ -202,7 +202,7 @@ const URL_PRESETS = [
|
||||
{ label: '随机二次元', url: 'https://uapis.cn/api/v1/random/image?category=acg&type=pc' },
|
||||
];
|
||||
|
||||
const MAX_IMAGE_SIZE_MB = 2;
|
||||
const MAX_IMAGE_SIZE_MB = 10;
|
||||
|
||||
export default {
|
||||
name: 'BackgroundSettingsCard',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user