From 4641482865e9bc2d1ca1c8dba44931979dfb336b Mon Sep 17 00:00:00 2001 From: GeekMaster Date: Fri, 11 Apr 2025 17:10:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=A7=BB=E5=8A=A8=E7=AB=AFAp?= =?UTF-8?q?p=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/router.js | 5 + web/src/views/mobile/Apps.vue | 268 ++++++++++++++++++++++ web/src/views/mobile/Index.vue | 397 ++++++++++++++++++++------------- 3 files changed, 517 insertions(+), 153 deletions(-) create mode 100644 web/src/views/mobile/Apps.vue diff --git a/web/src/router.js b/web/src/router.js index 40abd602..beb2550d 100644 --- a/web/src/router.js +++ b/web/src/router.js @@ -321,6 +321,11 @@ const routes = [ name: 'mobile-chat-export', component: () => import('@/views/mobile/ChatExport.vue'), }, + { + path: '/mobile/apps', + name: 'mobile-apps', + component: () => import('@/views/mobile/Apps.vue'), + }, ], }, diff --git a/web/src/views/mobile/Apps.vue b/web/src/views/mobile/Apps.vue new file mode 100644 index 00000000..03d36caf --- /dev/null +++ b/web/src/views/mobile/Apps.vue @@ -0,0 +1,268 @@ + + + + + diff --git a/web/src/views/mobile/Index.vue b/web/src/views/mobile/Index.vue index 0d67749f..5ff2ed21 100644 --- a/web/src/views/mobile/Index.vue +++ b/web/src/views/mobile/Index.vue @@ -1,60 +1,79 @@