From 9a47acddeb1e6c8a22538a6f12d525106a6f6e5a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 30 四月 2025 11:17:42 +0800
Subject: [PATCH] 2025-04-30

---
 src/tabviews/custom/index.jsx |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx
index 8234d4a..b6f0957 100644
--- a/src/tabviews/custom/index.jsx
+++ b/src/tabviews/custom/index.jsx
@@ -88,6 +88,10 @@
       MenuID: MenuID
     }
 
+    if (window.GLOB.mkHS) {
+      _param.lang = 'zh_CN'
+    }
+
     let result = await Api.getCacheConfig(_param)
 
     if (result.status) {

--
Gitblit v1.8.0