This commit is contained in:
2025-03-03 13:47:34 +08:00
parent 586727cb99
commit f01f8a174d
16 changed files with 212 additions and 133 deletions

5
src/utils/type.ts Normal file
View File

@@ -0,0 +1,5 @@
export enum Role {
Super = "super",
Admin = "admin",
Normal = "normal",
}