🎨 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>
This commit is contained in:
Daniel 2026-01-20 09:25:52 +08:00
parent 817d15a313
commit 53e85a46bb
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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[]",