fix: clarify upload errors and raise upload limits

This commit is contained in:
john
2026-07-04 00:17:58 +08:00
parent 702871a98c
commit 1ac9ad0277
8 changed files with 122 additions and 26 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export const PREVIEW_SPACE: MindSpace = {
usedBytes: 1.2 * 1024 * 1024,
reservedBytes: 0,
availableBytes: 3.8 * 1024 * 1024,
maxFileBytes: 5 * 1024 * 1024,
maxFileBytes: 30 * 1024 * 1024,
publicPageLimit: 3,
publicPageUsed: 1,
aiDailyLimit: 20,