From 400fee62fb40006a9839f1c3a8244b82566b5057 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 08 五月 2025 16:30:39 +0800 Subject: [PATCH] Merge branch 'develop' --- 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..36e091f 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