Browse Source

chore(app): 修改应用名称和导航栏标题为“遇玩”

- 将 manifest.json 中的应用名称从“帝侍天上门”更改为“遇玩”
- 更新 manifest.json 中的标题字段为“遇玩”
- 修改 pages.json 中所有导航栏标题文本为“遇玩”
- 统一全局样式中导航栏标题为“遇玩”
zhangtao 3 days ago
parent
commit
faa4dee1e9
2 changed files with 5 additions and 5 deletions
  1. 2 2
      manifest.json
  2. 3 3
      pages.json

+ 2 - 2
manifest.json

@@ -1,5 +1,5 @@
 {
-    "name" : "帝侍天上门",
+    "name" : "遇玩",
     "appid" : "__UNI__7C251DB",
     "description" : "",
     "versionName" : "1.0.1",
@@ -188,6 +188,6 @@
                 }
             }
         },
-        "title" : "帝侍天上门"
+        "title" : "遇玩"
     }
 }

+ 3 - 3
pages.json

@@ -8,7 +8,7 @@
 		{
 			"path": "pages/index/index",
 			"style": {
-				"navigationBarTitleText": "帝侍天上门",
+				"navigationBarTitleText": "遇玩",
 				"enablePullDownRefresh": true,
 				"navigationStyle": "custom",
 				"app-plus": {
@@ -22,7 +22,7 @@
 			"path": "pages/index/index",
 			"enablePullDownRefresh": true,
 			"style": {
-				"navigationBarTitleText": "帝侍天上门",
+				"navigationBarTitleText": "遇玩",
 				"app-plus": {
 					"titleNView": true
 				}
@@ -602,7 +602,7 @@
 	}],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "帝侍天上门",
+		"navigationBarTitleText": "遇玩",
 		"navigationBarBackgroundColor": "#FFFFFF",
 		"backgroundColor": "#ffffff"
 	},