From 65270811da9ec60cabad2a32c74c483fd395b7e6 Mon Sep 17 00:00:00 2001 From: tangxinyue <524779910@qq.com> Date: Fri, 5 Jun 2026 11:24:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E7=8E=8B=E8=80=85=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- pages.json | 8 + pages/index/index.nvue | 46 +- pages/other/game/honor-of-kings.vue | 812 ++++++++++++++++++ static/image/index/qita/game.png | Bin 0 -> 7457 bytes .../other/game/wangzhe/avatar-frame-1.png | Bin 0 -> 284407 bytes .../other/game/wangzhe/avatar-frame-2.png | Bin 0 -> 296835 bytes .../other/game/wangzhe/avatar-frame-3.png | Bin 0 -> 272296 bytes .../other/game/wangzhe/avatar-frame-4.png | Bin 0 -> 255097 bytes static/image/other/game/wangzhe/female.png | Bin 0 -> 523 bytes static/image/other/game/wangzhe/man.png | Bin 0 -> 1012 bytes static/image/other/game/wangzhe/style-1.jpg | Bin 0 -> 130836 bytes static/image/other/game/wangzhe/style-2.jpg | Bin 0 -> 142773 bytes static/image/other/game/wangzhe/style-3.jpg | Bin 0 -> 156253 bytes static/image/other/game/wangzhe/style-4.jpg | Bin 0 -> 164030 bytes 15 files changed, 847 insertions(+), 21 deletions(-) create mode 100644 pages/other/game/honor-of-kings.vue create mode 100644 static/image/index/qita/game.png create mode 100644 static/image/other/game/wangzhe/avatar-frame-1.png create mode 100644 static/image/other/game/wangzhe/avatar-frame-2.png create mode 100644 static/image/other/game/wangzhe/avatar-frame-3.png create mode 100644 static/image/other/game/wangzhe/avatar-frame-4.png create mode 100644 static/image/other/game/wangzhe/female.png create mode 100644 static/image/other/game/wangzhe/man.png create mode 100644 static/image/other/game/wangzhe/style-1.jpg create mode 100644 static/image/other/game/wangzhe/style-2.jpg create mode 100644 static/image/other/game/wangzhe/style-3.jpg create mode 100644 static/image/other/game/wangzhe/style-4.jpg diff --git a/main.js b/main.js index af89e99..62f5d60 100644 --- a/main.js +++ b/main.js @@ -29,7 +29,7 @@ export function createApp() { app.config.globalProperties.$system = plus.os.name; // #endif app.config.globalProperties.$systemInfo = systemInfo - uni.setStorageSync('version', '1.0.6.sp3') + uni.setStorageSync('version', '1.0.6.sp4') app.config.globalProperties.$version = uni.getStorageSync('version') app.use(globalMethods); return { diff --git a/pages.json b/pages.json index 70cb421..651f1b5 100644 --- a/pages.json +++ b/pages.json @@ -420,6 +420,14 @@ "navigationBarTitleText" : "建设银行", "navigationStyle": "custom" } + }, + { + "path" : "game/honor-of-kings", + "style" : + { + "navigationBarTitleText" : "王者荣耀", + "navigationStyle": "custom" + } } ] }, diff --git a/pages/index/index.nvue b/pages/index/index.nvue index 8edaead..e5ce6e6 100644 --- a/pages/index/index.nvue +++ b/pages/index/index.nvue @@ -115,7 +115,8 @@