diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 72a6658..198a97e 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -5,6 +5,7 @@ import { CopyToClipboard } from 'react-copy-to-clipboard';
import list from '../utils/router'
// import FollowMe from '../components/FollowMe';
import isVip from '../utils/isVip';
+import AccountButton from "../components/AccountButton";
export default function index() {
const navigate = useNavigate();
@@ -75,10 +76,13 @@ export default function index() {
-
+ {/*
我的账户
-
+ */}
+