From ec1530b17eecd25132aeb575cb4adfd2071bf3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Wed, 6 Aug 2025 19:45:07 +0800 Subject: [PATCH] v2.6.5 v2.6.5 --- web/assets/js/model/setting.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js index 55fbf635..befc4b1d 100644 --- a/web/assets/js/model/setting.js +++ b/web/assets/js/model/setting.js @@ -22,7 +22,7 @@ class AllSetting { this.tgBotBackup = false; this.tgBotLoginNotify = true; this.tgCpu = 80; - this.tgLang = "en-US"; + this.tgLang = "zh-CN"; this.twoFactorEnable = false; this.twoFactorToken = ""; this.xrayTemplateConfig = ""; @@ -58,4 +58,4 @@ class AllSetting { equals(other) { return ObjectUtil.equals(this, other); } -} \ No newline at end of file +}