1
0
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:
孙悟元 2026-04-11 14:05:20 +00:00
parent 91ef84d871
commit 3cfd47a011

View File

@ -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',