feat: 添加首页模板

This commit is contained in:
landaiqing
2024-04-22 00:02:42 +08:00
parent f2b1aa6578
commit 299d84f30f
20 changed files with 1492 additions and 87 deletions

View File

@@ -1,13 +1,14 @@
// import FileSharing from '@/components/FileSharing'
// import DefaultLayOut from '@/layout/default'
import BlurCard from '@/components/BlurCard'
import HomeIndex from '@/components/HomeIndex'
export default () => {
return (
<div>
{/*<DefaultLayOut />*/}
<BlurCard />
{/*<BlurCard />*/}
<HomeIndex />
</div>
)
}