🎨 The size limit of inserted assets has been adjusted from 4G to 8G https://github.com/siyuan-note/siyuan/issues/14188

This commit is contained in:
Daniel 2025-02-24 11:18:36 +08:00
parent 7fdd50737c
commit 64e19f2d50
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -88,7 +88,7 @@ export class Options {
toolbar: Constants.PROTYLE_TOOLBAR,
typewriterMode: false,
upload: {
max: 1024 * 1024 * 1024 * 4,
max: 1024 * 1024 * 1024 * 8,
url: Constants.UPLOAD_ADDRESS,
extraData: {},
fieldName: "file[]",