docs: 更新图片

This commit is contained in:
ZiuChen 2024-06-02 16:25:19 +08:00
parent 6b15ca2274
commit b6d8720e81
12 changed files with 4 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 483 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 511 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 365 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 KiB

View File

@ -7,13 +7,10 @@ aside: false
<script setup>
import url from './assets/logo.png'
import img1 from './assets/img1.png'
import img2 from './assets/img2.png'
import img3 from './assets/img3.png'
import img4 from './assets/img4.png'
import img5 from './assets/img5.png'
import img6 from './assets/img6.png'
import img7 from './assets/img7.png'
import img1 from './assets/img_1.png'
import img2 from './assets/img_2.png'
import img3 from './assets/img_3.png'
import img4 from './assets/img_4.png'
const titleInfo = {
subTitle: '✨ 强大的剪贴板管理工具。',
logo: url,
@ -29,9 +26,6 @@ aside: false
{ src: img2 },
{ src: img3 },
{ src: img4 },
{ src: img5 },
{ src: img6 },
{ src: img7 },
]
</script>