feat: init

This commit is contained in:
2025-09-05 15:18:10 +08:00
parent ddbee614e8
commit 85244a451e
126 changed files with 3020 additions and 10278 deletions

View File

@@ -15,14 +15,18 @@ function Index() {
return (
<MainLayout>
<div className="home">
<Tabs stretch={false}>
<div className="header">
<h3></h3>
<div></div>
</div>
{/* <Tabs stretch={false}>
<Tabs.Tab title="宠物翻译" key="1">
<Translate />
</Tabs.Tab>
<Tabs.Tab title="宠物档案" key="2">
2
</Tabs.Tab>
</Tabs>
</Tabs> */}
</div>
</MainLayout>
);