增加android下载链接
All checks were successful
site-dist-deploy / build-and-deploy (push) Successful in 1m55s

This commit is contained in:
speakeloudest 2026-03-20 10:23:53 +02:00
parent 26bfcaa5f3
commit f33e4a727a

View File

@ -34,7 +34,7 @@ const router = createRouter({
component: () => import('../pages/LoginRedirect/index.vue'),
},
{
path: '/download/android',
path: '/android-download',
name: 'android-download',
component: () => import('../pages/AndroidDownload/index.vue'),
},