@@ -90,25 +90,25 @@ const componentCards = [
90
90
]
91
91
},
92
92
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
+ // },
112
112
]
113
113
114
114
</script >
0 commit comments