refactor: impl part of grpcweb

This commit is contained in:
Steven
2023-09-17 19:20:03 +08:00
parent d5c1706e9c
commit 72ca4e74ee
20 changed files with 3325 additions and 26 deletions

View File

@ -7,7 +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 { User } from "@/types/proto-grpcweb/api/v2/user_service";
import { useTranslate } from "@/utils/i18n";
const UserProfile = () => {