增加android下载链接
site-dist-deploy / build-and-deploy (push) Successful in 1m59s

This commit is contained in:
2026-03-20 10:18:29 +02:00
parent 0ed394ea67
commit 26bfcaa5f3
2 changed files with 33 additions and 0 deletions
+5
View File
@@ -33,6 +33,11 @@ const router = createRouter({
name: 'login-redirect',
component: () => import('../pages/LoginRedirect/index.vue'),
},
{
path: '/download/android',
name: 'android-download',
component: () => import('../pages/AndroidDownload/index.vue'),
},
{
path: '/:pathMatch(.*)*',
name: 'not-found',