import { useEffect, useState } from "react"; import { AuthProvider } from "../auth"; import { useFirstStore } from "./store"; // @ts-ignore import UserNameBg from '../../assets/user-name-bg.jpg' import { ToastContainer } from "react-toastify"; console.log(UserNameBg); const src = UserNameBg.src; // 炫光边框卡片组件 - 黑白色系 const GlowingCard = ({ children, className = "" }: { children: React.ReactNode; className?: string }) => { return (
{'只有第一次可以修改用户名哦~'}
{/* 用户名输入表单 */}