Skip to content

Commit a546047

Browse files
committed
大别野组件展示暂且保留
1 parent e5254c3 commit a546047

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/components/RepoDocCards.vue

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -90,25 +90,25 @@ const componentCards = [
9090
]
9191
},
9292
93-
// {
94-
// name: "mirai组件",
95-
// tags: [officialTag, componentTag],
96-
// shields: [
97-
// {
98-
// src: "https://img.shields.io/maven-central/v/love.forte.simbot.component/simbot-component-mirai-core?&label=version",
99-
// alt: "mirai组件"
100-
// },
101-
// ],
102-
// description: "Mirai组件基于核心库对 <a href='https://github.com/mamoe/mirai'>mirai框架</a> 进行实现,提供强大的QQ机器人平台功能。",
103-
// links: [
104-
// [{name: "前往仓库", href: "https://github.com/simple-robot/simbot-component-mirai", type: "info"}],
105-
// [
106-
// {name: "KDoc", href: "components/mirai", type: "primary"},
107-
// {name: "KDoc(快照)", href: "snapshots/components/mirai", type: "primary"},
108-
// ],
109-
// [{name: "前往手册", href: "https://component-mirai.simbot.forte.love", type: "default"}],
110-
// ]
111-
// },
93+
{
94+
name: "mirai组件",
95+
tags: [officialTag, componentTag],
96+
shields: [
97+
{
98+
src: "https://img.shields.io/maven-central/v/love.forte.simbot.component/simbot-component-mirai-core?&label=version",
99+
alt: "mirai组件"
100+
},
101+
],
102+
description: "Mirai组件基于核心库对 <a href='https://github.com/mamoe/mirai'>mirai框架</a> 进行实现,提供强大的QQ机器人平台功能。",
103+
links: [
104+
[{name: "前往仓库", href: "https://github.com/simple-robot/simbot-component-mirai", type: "info"}],
105+
[
106+
{name: "KDoc", href: "components/mirai", type: "primary"},
107+
{name: "KDoc(快照)", href: "snapshots/components/mirai", type: "primary"},
108+
],
109+
[{name: "前往手册", href: "https://component-mirai.simbot.forte.love", type: "default"}],
110+
]
111+
},
112112
]
113113
114114
</script>

0 commit comments

Comments
 (0)