From c2bd8d29ff48cb95d31818155535befb27f99c7c Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 24 十一月 2025 13:35:27 +0800
Subject: [PATCH] 复选框逻辑修改

---
 pages.json |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/pages.json b/pages.json
index 6e3118e..08580a4 100644
--- a/pages.json
+++ b/pages.json
@@ -1,4 +1,10 @@
 {
+	"easycom": {
+		"autoscan": true,
+		"custom": {
+			"^uni-icons$": "@/uni_modules/uni-icons/components/uni-icons/uni-icons.vue"
+		}
+	},
 	"tabBar": {
 		"color": "#7a7e83",
 		"selectedColor": "#0faeff",
@@ -10,18 +16,17 @@
 		"navigationBarTitleText": "uni-app",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8",
-		"app-plus":{
-			"titleNView":false
+		"app-plus": {
+			"titleNView": false
 		}
 	},
 	"pages": [
 		{
-			"path" : "pages/index",
-			"style" : 
-			{
-				"navigationBarTitleText" : "骞挎繁宸ユ帶鏈哄钩鍙�"
+			"path": "pages/index",
+			"style": {
+				"navigationBarTitleText": "骞挎繁宸ユ帶鏈哄钩鍙�"
 			},
-			"app-plus":{
+			"app-plus": {
 				"titleNView": false
 			}
 		}

--
Gitblit v1.9.3