From 91215e6db9eb5a2cd7ab855b3a44557e7708edfe Mon Sep 17 00:00:00 2001 From: "xiaoqi.cxq" Date: Thu, 4 Jan 2024 08:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=AA=E6=96=AD=E5=AD=97=E7=AC=A6=E9=95=BF?= =?UTF-8?q?=E5=BA=A6=E4=BB=8E25=E4=B8=87=E6=94=B9=E6=88=901000=E4=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/constants.js b/src/data/constants.js index fbf94c92..31bfbe84 100644 --- a/src/data/constants.js +++ b/src/data/constants.js @@ -22,6 +22,6 @@ export default { 'badgeCreations', 'serverConf', ], - textMaxLength: 250000, + textMaxLength: 10000000, defaultName: 'Untitled', };