feat: 实现微信登录demo

This commit is contained in:
Burt
2024-01-16 10:15:20 +08:00
parent d84dd87dc7
commit 26068635dc
13 changed files with 224 additions and 35 deletions

4
src/typings.d.ts vendored
View File

@@ -1,6 +1,6 @@
export type UserInfo = {
username: string
token: string
nickname: string
avatar: string
}
export type UserItem = {
username: string