import { Alert, Box, Card, CardContent, Container, Typography } from "@mui/material"; import { useUserinfo } from "@/stores/userinfo.tsx"; export function Component() { const { userinfo } = useUserinfo(); return ( Welcome, {userinfo?.displayName} What can I help you today? { !userinfo?.data?.confirmed_at && Your account haven't confirmed yet. Go to your linked email inbox and check out our registration confirm email. } Frequently Asked Questions 没有人有问题。没有人敢有问题。鲁迅曾经说过: 解决不了问题,就解决提问题的人。 —— 鲁迅 所以,我们的客诉率是 0% 哦~ ); }