king
2025-01-01 d53b90757a6449d4a163cf46aabb5a6ed9d41203
2025-01-01
2个文件已修改
6 ■■■■■ 已修改文件
public/manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/utils-custom.js 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/manifest.json
@@ -6,5 +6,5 @@
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "mk_version": "20241202"
  "mk_version": "20250101"
}
src/utils/utils-custom.js
@@ -3385,7 +3385,9 @@
          })
        }
        filterComponent(cell.config.components, _mainSearch, '-' + cell.label, true)
        let label = (item.name ? '-' + item.name : '') + '-' + cell.label
        filterComponent(cell.config.components, _mainSearch, label, true)
      }
    }
  }