feat: 添加邀请页面,包含邀请信息和二维码,优化邀请功能和样式

This commit is contained in:
2026-01-17 15:00:08 +07:00
parent 405332b040
commit 1239935b57
4 changed files with 345 additions and 1 deletions

View File

@@ -39,6 +39,10 @@ const routes: Array<RouteRecordRaw> = [
path: "/signup",
component: () => import("@/views/signup/index.vue"),
},
{
path: "/invite",
component: () => import("@/views/invite/index.vue"),
},
];
const router = createRouter({