From 047dbd742341e268ca772eda8d2ff0b6ba09cb44 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 05 六月 2025 16:57:36 +0800
Subject: [PATCH] 2025-06-05

---
 src/tabviews/custom/popview/index.jsx |    2 +-
 src/tabviews/custom/index.jsx         |    2 +-
 public/manifest.json                  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/public/manifest.json b/public/manifest.json
index 809cb78..2ce0dbe 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -6,5 +6,5 @@
   "display": "standalone",
   "theme_color": "#000000",
   "background_color": "#ffffff",
-  "mk_version": "20250502"
+  "mk_version": "20250605"
 }
diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx
index 36e091f..9e84a15 100644
--- a/src/tabviews/custom/index.jsx
+++ b/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
diff --git a/src/tabviews/custom/popview/index.jsx b/src/tabviews/custom/popview/index.jsx
index 57a2d3f..f0139d1 100644
--- a/src/tabviews/custom/popview/index.jsx
+++ b/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

--
Gitblit v1.8.0