feat: 添加注册页面,包含横幅和签到按钮,优化页面布局和样式

This commit is contained in:
2026-01-17 03:22:32 +07:00
parent 8bdea03583
commit 6ee98bf326
3 changed files with 36 additions and 0 deletions

View File

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