截断字符长度从25万改成1000万

This commit is contained in:
xiaoqi.cxq 2024-01-04 08:24:26 +08:00
parent 1286c42d4c
commit 91215e6db9

View File

@ -22,6 +22,6 @@ export default {
'badgeCreations', 'badgeCreations',
'serverConf', 'serverConf',
], ],
textMaxLength: 250000, textMaxLength: 10000000,
defaultName: 'Untitled', defaultName: 'Untitled',
}; };