chore: update user v2 api

This commit is contained in:
Steven
2023-09-10 18:56:24 +08:00
parent 866937787c
commit 93f062d0b9
19 changed files with 884 additions and 305 deletions

View File

@ -7,6 +7,7 @@ import UserAvatar from "@/components/UserAvatar";
import useLoading from "@/hooks/useLoading";
import { useUserStore } from "@/store/module";
import { useUserV1Store } from "@/store/v1";
import { User } from "@/types/proto/api/v2/user_service_pb";
import { useTranslate } from "@/utils/i18n";
const UserProfile = () => {