king
2025-06-10 a837624af068cb3a3455f66d9932fc1509e37b25
src/tabviews/custom/index.jsx
@@ -89,7 +89,7 @@
    }
    if (window.GLOB.mkHS) {
      _param.lang = 'zh_CN'
      _param.lang = 'zh-CN'
    }
    let result = await Api.getCacheConfig(_param)
@@ -1258,7 +1258,7 @@
      } else if (component.wrap && component.wrap.datatype === 'static') {
        component.format = ''
        component.setting = component.setting || {}
        component.setting.useMSearch = false
        component.setting.useMSearch = component.wrap.useMSearch === 'true'
        component.setting.sync = 'false'
        return component