refactor(mock): convert mock ids to numeric strings

This commit is contained in:
zetaloop
2026-02-28 07:26:15 +08:00
parent f5df00df4e
commit 527d08fb81
18 changed files with 464 additions and 447 deletions
+1
View File
@@ -39,6 +39,7 @@ const roleLabels: Record<UserRole, string> = {
consumer: "客户",
player: "打手",
owner: "店主",
admin: "管理员",
}
export function Header() {