chore: ClipboardManager Logo 与图片资源更新

This commit is contained in:
ZiuChen 2024-11-22 22:57:15 +08:00
parent 66761d6df9
commit 854e7235ae
7 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 691 KiB

After

Width:  |  Height:  |  Size: 695 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 713 KiB

After

Width:  |  Height:  |  Size: 536 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 525 KiB

After

Width:  |  Height:  |  Size: 711 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 491 KiB

After

Width:  |  Height:  |  Size: 673 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -11,8 +11,9 @@ aside: false
import img2 from './assets/img_2.png' import img2 from './assets/img_2.png'
import img3 from './assets/img_3.png' import img3 from './assets/img_3.png'
import img4 from './assets/img_4.png' import img4 from './assets/img_4.png'
import img5 from './assets/img_5.png'
const titleInfo = { const titleInfo = {
subTitle: '✨ 强大的剪贴板管理工具。', subTitle: '✨ 强大的剪贴板管理工具。',
logo: url, logo: url,
linkList: [ linkList: [
{ content: '⭐ 开源代码', target: 'https://github.com/ZiuChen/ClipboardManager' }, { content: '⭐ 开源代码', target: 'https://github.com/ZiuChen/ClipboardManager' },
@ -26,6 +27,7 @@ aside: false
{ src: img2 }, { src: img2 },
{ src: img3 }, { src: img3 },
{ src: img4 }, { src: img4 },
{ src: img5 },
] ]
</script> </script>