feat: 把hello项目文件搬过来

This commit is contained in:
菲鸽
2024-02-04 16:00:27 +08:00
parent 16694caccd
commit b90a409737
45 changed files with 2398 additions and 11 deletions

7
src/typings.d.ts vendored
View File

@@ -6,15 +6,10 @@ export type IResData<T> = {
result: T
}
export type UserInfo = {
export type IUserInfo = {
nickname?: string
avatar?: string
/** 微信的 openid非微信没有这个字段 */
openid?: string
token?: string
}
export type UserItem = {
username: string
age: number
}