@@ -96,26 +96,6 @@ const componentCards = [
9696 ]
9797 },
9898
99- {
100- name: " KOOK组件" ,
101- tags: [officialTag, componentTag],
102- shields: [
103- Shield ({
104- src: " https://img.shields.io/github/v/release/simple-robot/simbot-component-kook?label=version" ,
105- alt: " KOOK组件"
106- }),
107- ],
108-
109- description: " KOOK组件基于核心库对 <a href='https://developer.kookapp.cn/doc/reference'>KOOK机器人</a> 进行实现,提供强大的KOOK机器人平台功能。" ,
110- links: [
111- [{name: " 前往仓库" , href: " https://github.com/simple-robot/simbot-component-kook" , type: " info" }],
112- [
113- {name: " API文档" , href: " components/kook/" , type: " primary" },
114- {name: " API文档(快照)" , href: " snapshots/components/kook/" , type: " primary" },
115- ],
116- [{name: " 前往手册" , href: " https://simbot.forte.love/component-kook.html" , type: " default" }],
117- ]
118- },
11999 {
120100 name: " QQ机器人组件" ,
121101 tags: [officialTag, componentTag],
@@ -155,6 +135,26 @@ const componentCards = [
155135 [{name: " 前往手册" , href: " https://simbot.forte.love/component-onebot.html" , type: " default" }],
156136 ]
157137 },
138+ {
139+ name: " KOOK组件" ,
140+ tags: [officialTag, componentTag],
141+ shields: [
142+ Shield ({
143+ src: " https://img.shields.io/github/v/release/simple-robot/simbot-component-kook?label=version" ,
144+ alt: " KOOK组件"
145+ }),
146+ ],
147+
148+ description: " KOOK组件基于核心库对 <a href='https://developer.kookapp.cn/doc/reference'>KOOK机器人</a> 进行实现,提供强大的KOOK机器人平台功能。" ,
149+ links: [
150+ [{name: " 前往仓库" , href: " https://github.com/simple-robot/simbot-component-kook" , type: " info" }],
151+ [
152+ {name: " API文档" , href: " components/kook/" , type: " primary" },
153+ {name: " API文档(快照)" , href: " snapshots/components/kook/" , type: " primary" },
154+ ],
155+ [{name: " 前往手册" , href: " https://simbot.forte.love/component-kook.html" , type: " default" }],
156+ ]
157+ },
158158 {
159159 name: " Telegram组件" ,
160160 tags: [WIPTag, helpWanted, officialTag, componentTag],
0 commit comments