feat: 添加 PWA 下载页面和路由配置;更新 PWA 图标设置

This commit is contained in:
2026-01-06 17:11:49 +07:00
parent d2782e1087
commit 10cdf2797c
3 changed files with 259 additions and 13 deletions

View File

@@ -204,6 +204,10 @@ const routes: Array<RouteRecordRaw> = [
path: "/global-menu",
component: () => import("@/views/global-menu/index.vue"),
},
{
path: "/pwa_download",
component: () => import("@/views/pwa/download.vue"),
},
];
const router = createRouter({