diff --git a/web/src/components/Header.tsx b/web/src/components/Header.tsx index 4fce5736..325f01aa 100644 --- a/web/src/components/Header.tsx +++ b/web/src/components/Header.tsx @@ -134,10 +134,11 @@ const Header = () => {
diff --git a/web/src/components/Settings/MyAccountSection.tsx b/web/src/components/Settings/MyAccountSection.tsx index 8a03483d..368ad156 100644 --- a/web/src/components/Settings/MyAccountSection.tsx +++ b/web/src/components/Settings/MyAccountSection.tsx @@ -1,3 +1,4 @@ +import { Button, Input, Textarea } from "@mui/joy"; import { useTranslation } from "react-i18next"; import { useUserStore } from "@/store/module"; import { showCommonDialog } from "../Dialog/CommonDialog"; @@ -5,7 +6,6 @@ import showChangePasswordDialog from "../ChangePasswordDialog"; import Icon from "../Icon"; import showUpdateAccountDialog from "../UpdateAccountDialog"; import UserAvatar from "../UserAvatar"; -import "@/less/settings/my-account-section.less"; const MyAccountSection = () => { const { t } = useTranslation(); @@ -47,18 +47,23 @@ const MyAccountSection = () => { -
+

{t("setting.account-section.openapi-title")}

-

{openAPIRoute}

- + + +