diff --git a/src/pages.json b/src/pages.json
index 018f411..d1a5d81 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -3,6 +3,15 @@
{
"path": "pages/index"
},
+ {
+ "path": "pages/about-us"
+ },
+ {
+ "path": "pages/webview",
+ "style": {
+ "navigationBarTitleText": "网页浏览"
+ }
+ },
{
"path": "pages/battle-result"
},
diff --git a/src/pages/about-us.vue b/src/pages/about-us.vue
new file mode 100644
index 0000000..ca23cf9
--- /dev/null
+++ b/src/pages/about-us.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+ 《射灵星球》是以智能和物联网技术驱动的全球射箭专业选手及射箭爱好者互动交流平台,由广州光点飞舞网络有限公司研发并提供线上服务。
+
+
+
+ 我们专注于智能射箭技术的探索和应用,通过物联网技术、激光系统、人工智能、嵌入式AI及射箭在线互娱模式的创新与研发,提供专业的智能体育设备和有趣的在线物联游戏,以此推动射箭运动及更多专业体育运动走入大众家庭。
+
+
+
+ 粤ICP备2025421150号-2X
+
+
+
+
+
+
diff --git a/src/pages/user.vue b/src/pages/user.vue
index f7012e0..7294787 100644
--- a/src/pages/user.vue
+++ b/src/pages/user.vue
@@ -1,4 +1,5 @@
@@ -110,7 +123,12 @@ const logout = () => {
-
+
+
diff --git a/src/pages/webview.vue b/src/pages/webview.vue
new file mode 100644
index 0000000..f3ce07e
--- /dev/null
+++ b/src/pages/webview.vue
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
diff --git a/src/theme.json b/src/theme.json
index fadcd06..b0d93e8 100644
--- a/src/theme.json
+++ b/src/theme.json
@@ -2,9 +2,9 @@
"light": {
"bgColor": "#fcfcfc",
"bgColorBottom": "#fcfcfc",
- "bgColorTop": "#ff6b00",
+ "bgColorTop": "#fcfcfc",
"bgTxtStyle": "dark",
- "navBgColor": "#ff6b00",
+ "navBgColor": "#fcfcfc",
"navTxtStyle": "white",
"tabBgColor": "#fcfcfc",
"tabBorderStyle": "black",
@@ -14,9 +14,9 @@
"dark": {
"bgColor": "#181818",
"bgColorBottom": "#181818",
- "bgColorTop": "#ff6b00",
+ "bgColorTop": "#181818",
"bgTxtStyle": "light",
- "navBgColor": "#ff6b00",
+ "navBgColor": "#181818",
"navTxtStyle": "white",
"tabBgColor": "#181818",
"tabBorderStyle": "white",