add dark mode

This commit is contained in:
landaiqing
2024-08-08 16:39:27 +08:00
parent a4b502717c
commit 562071cdc5
26 changed files with 479 additions and 112 deletions

6
src/types/user.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
export interface User {
token?: string
userId?: string
}