From 8e265ae16c6f5a66e8ef283bbe58d310ae6edb4a Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Wed, 01 Apr 2026 11:44:09 +0800
Subject: [PATCH] 协议
---
pages.json | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/pages.json b/pages.json
index a04a8f4..fa2f80a 100644
--- a/pages.json
+++ b/pages.json
@@ -231,8 +231,7 @@
{
"path": "pages/web/index",
"style": {
- "navigationBarTitleText": "",
- "navigationStyle":"custom"
+ "navigationBarTitleText": ""
}
},
{
@@ -240,6 +239,12 @@
"style": {
"navigationBarTitleText": "协议"
}
+ },
+ {
+ "path": "pages/web/polling",
+ "style": {
+ "navigationBarTitleText": ""
+ }
}
],
"tabBar": {
--
Gitblit v1.9.3