refactor(auth): align auth UI and mock auth API

This commit is contained in:
zetaloop
2026-02-28 07:26:05 +08:00
parent bce99c4c54
commit f5df00df4e
11 changed files with 337 additions and 56 deletions
+4
View File
@@ -0,0 +1,4 @@
export function getFileById(fileId: string): never {
void fileId
throw new Error("Not implemented")
}