From 41afa7135313e10bbac921737a67bc85aa3b16e4 Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期四, 03 七月 2025 09:11:28 +0800
Subject: [PATCH] feat: fyrify
---
src/pages.json | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 3f0035e..279327f 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -3,7 +3,7 @@
"autoscan": true,
"custom": {
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
- "^cu-(.*)": "@/components/cu-$1/index.vue"
+ "^cu-(.*)": "@/components/cu-$1/index.vue",
}
},
@@ -260,6 +260,12 @@
"style": {
"navigationBarTitleText": "缁炵嚎鏉傚伐缂栬緫"
}
+ },
+ {
+ "path": "pages/timely/index",
+ "style": {
+ "navigationBarTitleText": "鏃舵晥鎶ュ伐"
+ }
}
],
"globalStyle": {
--
Gitblit v1.9.3