diff --git a/src/pages/AndroidDownload/index.vue b/src/pages/AndroidDownload/index.vue new file mode 100644 index 0000000..b36f9b4 --- /dev/null +++ b/src/pages/AndroidDownload/index.vue @@ -0,0 +1,28 @@ + + + + 正在为您开始下载 Hi快VPN Android 版... + + 如果下载没有自动开始,请 + 点击此处手动下载 + + + + + + + + diff --git a/src/router/index.ts b/src/router/index.ts index d97c0f7..7765454 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -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',
正在为您开始下载 Hi快VPN Android 版...
+ 如果下载没有自动开始,请 + 点击此处手动下载 +