From d53b90757a6449d4a163cf46aabb5a6ed9d41203 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 01 一月 2025 11:01:28 +0800
Subject: [PATCH] 2025-01-01

---
 public/manifest.json      |    2 +-
 src/utils/utils-custom.js |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/public/manifest.json b/public/manifest.json
index 063a1cb..cb18af8 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -6,5 +6,5 @@
   "display": "standalone",
   "theme_color": "#000000",
   "background_color": "#ffffff",
-  "mk_version": "20241202"
+  "mk_version": "20250101"
 }
diff --git a/src/utils/utils-custom.js b/src/utils/utils-custom.js
index 4cac796..2c0fe3b 100644
--- a/src/utils/utils-custom.js
+++ b/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)
       }
     }
   }

--
Gitblit v1.8.0