调整移动端App列表样式

This commit is contained in:
GeekMaster
2025-04-11 17:10:21 +08:00
parent 79522d9ab5
commit 4641482865
3 changed files with 517 additions and 153 deletions

View File

@@ -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'),
},
],
},