1
1
<script setup>
2
2
3
- import {NA , NButton , NCard , NGi , NGrid , NImage , NImageGroup , NP , NSpace , NTag } from " naive-ui" ;
3
+ import {NA , NButton , NCard , NGi , NGrid , NImage , NImageGroup , NP , NSpace , NTag , NCarousel } from " naive-ui" ;
4
4
// import qgfolqrcode from "@/assets/qq-guild-forliy-qrcode.jpg";
5
5
6
6
const componentCards = [
@@ -14,6 +14,22 @@ const componentCards = [
14
14
links: [
15
15
[{name: " 点击邀请法欧莉" , href: " https://qun.qq.com/qunpro/robot/share?robot_appid=101986850" , type: " info" }],
16
16
]
17
+ }, {
18
+ name: " QQ法欧莉二号机!" ,
19
+ tags: [
20
+ {name: " QQ群" , type: " info" },
21
+ {name: " QQ频道" , type: " info" },
22
+ {name: " BOT实例" , type: " info" },
23
+ {name: " 法欧莉" , type: " success" }],
24
+ description: " <p>法欧莉,占领QQ群和频道!</p><p>快使用QQ扫描下面的图片把法欧莉添加到你的QQ群或者频道中吧~</p>" ,
25
+ images: [
26
+ " img/qq-guild-forliy-mk2-qrcode.png" ,
27
+ " img/qq-group-forliy-mk2-qrcode.png" ,
28
+ ],
29
+ links: [
30
+ [{name: " 点击邀请法欧莉到QQ群" , href: " https://bot.q.qq.com/s/16jtuq1vh?id=102145654" , type: " info" }],
31
+ [{name: " 点击邀请法欧莉到QQ频道" , href: " https://qun.qq.com/qunpro/robot/share?robot_appid=102145654" , type: " info" }],
32
+ ]
17
33
},
18
34
{
19
35
name: " KOOK法欧莉" ,
@@ -22,7 +38,11 @@ const componentCards = [
22
38
<p>法欧莉,占领KOOK!</p>
23
39
<p>快点击下方的按钮把法欧莉添加到你的KOOK中吧~</p>` ,
24
40
links: [
25
- [{name: " 点击邀请法欧莉" , href: " https://www.kookapp.cn/app/oauth2/authorize?id=10250&permissions=536870911&client_id=jqdlyHK85xe1i5Bo&redirect_uri=&scope=bot" , type: " info" }]
41
+ [{
42
+ name: " 点击邀请法欧莉" ,
43
+ href: " https://www.kookapp.cn/app/oauth2/authorize?id=10250&permissions=536870911&client_id=jqdlyHK85xe1i5Bo&redirect_uri=&scope=bot" ,
44
+ type: " info"
45
+ }]
26
46
]
27
47
},
28
48
// {
@@ -65,9 +85,17 @@ const componentCards = [
65
85
66
86
<n-p v-html =" componentCard.description" ></n-p >
67
87
68
- <n-image-group show-toolbar-tooltip show-toolbar >
88
+ <n-image-group show-toolbar-tooltip show-toolbar title = " 123 " >
69
89
<n-space size =" small" align =" center" >
70
- <n-image lazy :preview-src =" img" width =" 200" v-for =" img in componentCard.images" :src =" img" />
90
+ <n-carousel autoplay
91
+ :show-arrow =" true"
92
+ :dot-type =" 'dot'"
93
+ :dot-placement =" 'bottom'"
94
+ centered-slides
95
+ draggable
96
+ >
97
+ <n-image class =" carousel-img" lazy :preview-src =" img" width =" 200" v-for =" img in componentCard.images" :src =" img" />
98
+ </n-carousel >
71
99
</n-space >
72
100
</n-image-group >
73
101
0 commit comments