Skip to content

Commit e41358f

Browse files
committed
法欧莉二号机二维码
1 parent fcb373c commit e41358f

5 files changed

+32
-4
lines changed
193 KB
Loading
925 KB
Loading
204 KB
Loading
987 KB
Loading

src/components/show/ShowCards.vue

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup>
22
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";
44
// import qgfolqrcode from "@/assets/qq-guild-forliy-qrcode.jpg";
55
66
const componentCards = [
@@ -14,6 +14,22 @@ const componentCards = [
1414
links: [
1515
[{name: "点击邀请法欧莉", href: "https://qun.qq.com/qunpro/robot/share?robot_appid=101986850", type: "info"}],
1616
]
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+
]
1733
},
1834
{
1935
name: "KOOK法欧莉",
@@ -22,7 +38,11 @@ const componentCards = [
2238
<p>法欧莉,占领KOOK!</p>
2339
<p>快点击下方的按钮把法欧莉添加到你的KOOK中吧~</p>`,
2440
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+
}]
2646
]
2747
},
2848
// {
@@ -65,9 +85,17 @@ const componentCards = [
6585

6686
<n-p v-html="componentCard.description"></n-p>
6787

68-
<n-image-group show-toolbar-tooltip show-toolbar>
88+
<n-image-group show-toolbar-tooltip show-toolbar title="123">
6989
<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>
7199
</n-space>
72100
</n-image-group>
73101

0 commit comments

Comments
 (0)