king
3 天以前 047dbd742341e268ca772eda8d2ff0b6ba09cb44
2025-06-05
3个文件已修改
6 ■■■■ 已修改文件
public/manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/popview/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/manifest.json
@@ -6,5 +6,5 @@
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "mk_version": "20250502"
  "mk_version": "20250605"
}
src/tabviews/custom/index.jsx
@@ -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
src/tabviews/custom/popview/index.jsx
@@ -905,7 +905,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