king
2025-06-10 729fb5e7f41f45c6962993d86c3a4eb81c2c784b
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