Add Prettier config and update code style

This commit is contained in:
wangqiao
2025-08-26 11:20:53 +08:00
parent 7291768b03
commit bc26b478a9
3 changed files with 18 additions and 1 deletions

View File

@ -13,6 +13,7 @@ export const useToken = () =>
vipLevel: number | undefined,
sex: number | undefined,
}
/** 用户信息 */
export const useUserInfo = () => useState<UserInfo>('userInfo', () => {
return {
nickname: '',