AI创作基本布局

This commit is contained in:
宇阳
2024-09-25 19:01:56 +08:00
parent ac263b4cec
commit e612fbb0ff
4 changed files with 200 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ import dayjs from 'dayjs';
export default () => {
const activeSty = "bg-[#f9f9ff] text-primary"
const [active, setActive] = useState(0)
const [active, setActive] = useState(1)
const [linkList, setLinkList] = useState<Web[]>([])
const getLinkList = async () => {