feat:增加项目鸣谢页

This commit is contained in:
jiangrui
2025-03-13 16:26:41 +08:00
parent c1927a0ea9
commit 16a2b586fd
16 changed files with 1085 additions and 13 deletions

View File

@@ -21,6 +21,11 @@ const routes: RouteRecordRaw[] = [
name: "setting",
component: () => import("@/views/mobile/Setting.vue"),
},
{
path: "/thanks",
name: "thanks",
redirect: "/resource",
},
],
},
{