From 6ebeddfe87542e4b3abfbe1adeb9187204f63ba8 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 07 七月 2026 13:47:24 +0800
Subject: [PATCH] 新增功能

---
 bicycle/pages.json |   31 +++++++++++++++++++++++++------
 1 files changed, 25 insertions(+), 6 deletions(-)

diff --git a/bicycle/pages.json b/bicycle/pages.json
index 1bb982b..8c6544b 100644
--- a/bicycle/pages.json
+++ b/bicycle/pages.json
@@ -155,12 +155,6 @@
 			}
 		},
 		{
-			"path": "pages/operation/operation",
-			"style": {
-				"navigationBarTitleText": "杩愯惀涓績"
-			}
-		},
-		{
 			"path": "pages/order/order",
 			"style": {
 				"navigationBarTitleText": "璁㈠崟绠$悊"
@@ -177,8 +171,33 @@
 			"style": {
 				"navigationBarTitleText": "缁忚惀姒傚喌"
 			}
+		},
+		{
+			"path": "pages/explanation/explanation",
+			"style": {
+				"navigationBarTitleText": "鎶栭煶鍏戞崲璇存槑"
+			}
 		}
     ],
+	"subPackages": [
+		{
+			"root": "pagesA",
+			"pages": [
+				{
+					"path": "pages/operation/operation",
+					"style": {
+						"navigationBarTitleText": "杩愯惀涓績"
+					}
+				},
+				{
+					"path": "pages/combo/combo",
+					"style": {
+						"navigationBarTitleText": "鎴戠殑濂楅"
+					}
+				}
+			]
+		}
+	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "uni-app",

--
Gitblit v1.9.3