From 53e85a46bbccfc1283a063a2dd7292e7ad73faca Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 20 Jan 2026 09:25:52 +0800 Subject: [PATCH] :art: The size limit of inserted assets has been adjusted from 8G to 16G https://github.com/siyuan-note/siyuan/issues/16870 Signed-off-by: Daniel <845765@qq.com> --- app/src/protyle/util/Options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/util/Options.ts b/app/src/protyle/util/Options.ts index 8edd851de..8d89a70c0 100644 --- a/app/src/protyle/util/Options.ts +++ b/app/src/protyle/util/Options.ts @@ -92,7 +92,7 @@ export class Options { toolbar: Constants.PROTYLE_TOOLBAR, typewriterMode: false, upload: { - max: 1024 * 1024 * 1024 * 8, + max: 1024 * 1024 * 1024 * 16, url: Constants.UPLOAD_ADDRESS, extraData: {}, fieldName: "file[]",