feat: basic ui

This commit is contained in:
2025-03-14 21:45:00 +08:00
parent 096d8aa231
commit e3e1a28462
15 changed files with 1585 additions and 51 deletions

1
types/index.ts Normal file
View File

@ -0,0 +1 @@
export type VisitorRole = "stu" | "tea" | "fans";