From f5ffd93860c6ddfc82930c0c71a11e7dba6abf6d Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期一, 20 五月 2024 18:11:34 +0800 Subject: [PATCH] 人物时空地图 --- src/pages.json | 57 ++++++++++++++++++++++++++------------------------------- 1 files changed, 26 insertions(+), 31 deletions(-) diff --git a/src/pages.json b/src/pages.json index b113c29..97f0ca2 100644 --- a/src/pages.json +++ b/src/pages.json @@ -2,7 +2,7 @@ "pages": [{ "path": "pages/index/index", "style": { - // "navigationBarTitleText": "uni-app", + // "navigationBarTitleText": "涓浗鍖诲浜虹墿鏁版嵁搴�", "navigationStyle": "custom" } }, { @@ -13,8 +13,9 @@ "navigationStyle": "custom" } }, + // 浜虹墿鏁版嵁搴� { - "path": "pages/AcademicHistory/AcademicHistory", + "path": "pages/character/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -22,7 +23,16 @@ } }, { - "path": "pages/interchannel/interchannel", + "path": "pages/character/detail", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + // 鍖诲娴佹淳 + { + "path": "pages/academicGenres/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -30,7 +40,15 @@ } }, { - "path": "pages/dataDisplay/dataDisplay", + "path": "pages/academicGenres/detail", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, + { + "path": "pages/academicGenres/chart", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -53,14 +71,7 @@ "navigationStyle": "custom" } }, - { - "path": "pages/repository/repository", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, + { "path": "pages/inherit/index", "style": { @@ -85,14 +96,7 @@ "navigationStyle": "custom" } }, - { - "path": "pages/characterRelation/characterRelation", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, + { "path": "pages/characterMap/characterMap", "style": { @@ -136,16 +140,7 @@ } }, { - "path" : "pages/RDF/RDF", - "style" : - { - "navigationBarTitleText" : "", - "enablePullDownRefresh" : false, - "navigationStyle": "custom" - } - }, - { - "path" : "pages/NT/NT", + "path" : "pages/fileDetail/index", "style" : { "navigationBarTitleText" : "", @@ -165,7 +160,7 @@ ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "涓浗鍖诲浜虹墿鏁版嵁搴�", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" } -- Gitblit v1.9.1