Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-02-24 11:28:15 +08:00
commit 1b5954cdd5
4 changed files with 4 additions and 1 deletions

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