docs: 文档更新 添加轮播图组件
- 引入vue3-carousel - types抽离d.ts 需手动导入
BIN
docs/project/ClipboardManager/assets/11.png
Normal file
|
After Width: | Height: | Size: 340 KiB |
BIN
docs/project/ClipboardManager/assets/22.png
Normal file
|
After Width: | Height: | Size: 347 KiB |
BIN
docs/project/ClipboardManager/assets/33.png
Normal file
|
After Width: | Height: | Size: 233 KiB |
BIN
docs/project/ClipboardManager/assets/44.png
Normal file
|
After Width: | Height: | Size: 322 KiB |
BIN
docs/project/ClipboardManager/assets/55.png
Normal file
|
After Width: | Height: | Size: 275 KiB |
BIN
docs/project/ClipboardManager/assets/66.png
Normal file
|
After Width: | Height: | Size: 346 KiB |
BIN
docs/project/ClipboardManager/assets/77.png
Normal file
|
After Width: | Height: | Size: 181 KiB |
|
Before Width: | Height: | Size: 402 KiB |
|
Before Width: | Height: | Size: 403 KiB |
@@ -16,6 +16,15 @@ navbar: false
|
||||
{ content: '🚚 更新日志', target: './log/' },
|
||||
]
|
||||
}
|
||||
const imgSliders = [
|
||||
{ src: './assets/11.png' },
|
||||
{ src: './assets/22.png' },
|
||||
{ src: './assets/33.png' },
|
||||
{ src: './assets/44.png' },
|
||||
{ src: './assets/55.png' },
|
||||
{ src: './assets/66.png' },
|
||||
{ src: './assets/77.png' },
|
||||
]
|
||||
</script>
|
||||
|
||||
<Title v-bind="titleInfo" />
|
||||
@@ -37,10 +46,9 @@ navbar: false
|
||||
- ✅ 优雅的界面动效与交互 跟随系统的深色模式
|
||||
- ✅ 优秀的剪贴板监听性能 强大的自定义功能按钮 自搭建多端同步 ···
|
||||
|
||||
--------
|
||||
<ImgSlider :imgSliderList="imgSliders" />
|
||||
|
||||

|
||||

|
||||
--------
|
||||
|
||||
## 📚 安装方式
|
||||
|
||||
|
||||