feat: 添加默认布局
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
// import FileSharing from '@/components/FileSharing'
|
||||
// import DefaultLayOut from '@/layout/default'
|
||||
|
||||
import BlurCard from '@/components/BlurCard'
|
||||
|
||||
export default () => {
|
||||
return <div></div>
|
||||
return (
|
||||
<div>
|
||||
{/*<DefaultLayOut />*/}
|
||||
<BlurCard />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
@@ -119,7 +119,7 @@ export default observer(() => {
|
||||
src={logo}
|
||||
style={{ width: '44px', height: '44px' }}
|
||||
/>
|
||||
<span>五味子云相册</span>
|
||||
<span>五味子云存储</span>
|
||||
</Space>
|
||||
<div className={styles.subTitle}>随时随地分享你的美好瞬间</div>
|
||||
</Space>
|
||||
|
@@ -94,7 +94,7 @@ export default observer(() => {
|
||||
src={logo}
|
||||
style={{ width: '44px', height: '44px' }}
|
||||
/>
|
||||
<span>五味子云相册</span>
|
||||
<span>五味子云存储</span>
|
||||
</Space>
|
||||
<div className={styles.subTitle}>随时随地分享你的美好瞬间</div>
|
||||
</Space>
|
||||
|
Reference in New Issue
Block a user