11export const adapters = [
2- { text : 'QQ频道机器人' , link : '/develop/adapters/qqChannel.md' } ,
3- { text : 'QQ群机器人' , link : '/develop/adapters/qqGroup.md' } ,
4- { text : 'QQ全域机器人' , link : '/develop/adapters/qqGlobal.md' } ,
5- { text : 'KOOK机器人' , link : '/develop/adapters/kook.md' } ,
6- { text : 'Mirai-Api-Http' , link : '/develop/adapters/mah.md' } ,
7- { text : 'Go-CQHttp' , link : '/develop/adapters/gocq.md' } ,
8- { text : 'ComWeChatBot Client' , link : '/develop/adapters/comwechat.md' } ,
9- { text : 'OneBot 11' , link : '/develop/adapters/onebot11.md' } ,
10- { text : 'OneBot 12' , link : '/develop/adapters/onebot12.md' } ,
2+ { text : 'QQ频道机器人' , link : '/develop/adapters/qqChannel.md' } ,
3+ { text : 'QQ群机器人' , link : '/develop/adapters/qqGroup.md' } ,
4+ { text : 'QQ全域机器人' , link : '/develop/adapters/qqGlobal.md' } ,
5+ { text : 'KOOK机器人' , link : '/develop/adapters/kook.md' } ,
6+ { text : 'Mirai-Api-Http' , link : '/develop/adapters/mah.md' } ,
7+ { text : 'Go-CQHttp' , link : '/develop/adapters/gocq.md' } ,
8+ { text : 'ComWeChatBot Client' , link : '/develop/adapters/comwechat.md' } ,
9+ { text : 'OneBot 11' , link : '/develop/adapters/onebot11.md' } ,
10+ { text : 'OneBot 12' , link : '/develop/adapters/onebot12.md' } ,
1111
1212]
1313
@@ -17,65 +17,65 @@ export default {
1717 text : '创建实例' ,
1818 collapsible : true ,
1919 items : [
20- { text : '开始使用' , link : '/develop/basic/index.md' } ,
21- { text : '多账号' , link : '/develop/basic/multipleAccounts.md' }
20+ { text : '开始使用' , link : '/develop/basic/index.md' } ,
21+ { text : '多账号' , link : '/develop/basic/multipleAccounts.md' }
2222 ]
2323 } ,
2424 {
2525 text : '接收&发送消息' ,
2626 collapsible : true ,
2727 items : [
28- { text : '声明' , link : '/develop/basic/statement.md' } ,
29- { text : '注册消息响应' , link : '/develop/basic/messageHandler.md' } ,
30- { text : '接收消息' , link : '/develop/basic/recvMessage.md' } ,
31- { text : '发送消息' , link : '/develop/basic/sendMessage.md' } ,
32- { text : '发送主动消息' , link : '/develop/basic/sendActiveMessage.md' } ,
33- { text : '创建连续对话' , link : '/develop/basic/continuityMessage.md' } ,
34- { text : '撤回消息' , link : '/develop/basic/recallMessage.md' }
28+ { text : '声明' , link : '/develop/basic/statement.md' } ,
29+ { text : '注册消息响应' , link : '/develop/basic/messageHandler.md' } ,
30+ { text : '接收消息' , link : '/develop/basic/recvMessage.md' } ,
31+ { text : '发送消息' , link : '/develop/basic/sendMessage.md' } ,
32+ { text : '发送主动消息' , link : '/develop/basic/sendActiveMessage.md' } ,
33+ { text : '创建连续对话' , link : '/develop/basic/continuityMessage.md' } ,
34+ { text : '撤回消息' , link : '/develop/basic/recallMessage.md' }
3535 ]
3636 } ,
3737 {
3838 text : '事件&异常' ,
3939 collapsible : true ,
4040 items : [
41- { text : '事件监听' , link : '/develop/basic/handleEvents.md' } ,
42- { text : '异常监听' , link : '/develop/basic/handleException.md' }
41+ { text : '事件监听' , link : '/develop/basic/handleEvents.md' } ,
42+ { text : '异常监听' , link : '/develop/basic/handleException.md' }
4343 ]
4444 } ,
4545 {
4646 text : '消息构建元素' ,
4747 collapsible : true ,
4848 items : [
49- { text : 'At' , link : '/develop/basic/chainBuild/at.md' } ,
50- { text : 'At 所有人' , link : '/develop/basic/chainBuild/atAll.md' } ,
51- { text : '频道跳转超链接' , link : '/develop/basic/chainBuild/tag.md' } ,
52- { text : '文字' , link : '/develop/basic/chainBuild/text.md' } ,
53- { text : '表情' , link : '/develop/basic/chainBuild/face.md' } ,
54- { text : '图片' , link : '/develop/basic/chainBuild/image.md' } ,
55- { text : '语音' , link : '/develop/basic/chainBuild/voice.md' } ,
56- { text : '视频' , link : '/develop/basic/chainBuild/video.md' } ,
57- { text : '文字生成的图片' , link : '/develop/basic/chainBuild/textImage.md' } ,
58- { text : 'HTML 生成的图片' , link : '/develop/basic/chainBuild/html.md' } ,
59- { text : 'Markdown 生成的图片' , link : '/develop/basic/chainBuild/markdown.md' } ,
60- { text : 'Markdown 模版' , link : '/develop/basic/chainBuild/mdTemplate.md' } ,
61- { text : 'Embed 消息' , link : '/develop/basic/chainBuild/embed.md' } ,
62- { text : 'Ark 模版' , link : '/develop/basic/chainBuild/ark.md' } ,
63- { text : '原生模板 & CQ码' , link : '/develop/basic/chainBuild/extend.md' } ,
64- { text : '合并转发消息' , link : '/develop/basic/chainBuild/forward.md' }
49+ { text : 'At' , link : '/develop/basic/chainBuild/at.md' } ,
50+ { text : 'At 所有人' , link : '/develop/basic/chainBuild/atAll.md' } ,
51+ { text : '频道跳转超链接' , link : '/develop/basic/chainBuild/tag.md' } ,
52+ { text : '文字' , link : '/develop/basic/chainBuild/text.md' } ,
53+ { text : '表情' , link : '/develop/basic/chainBuild/face.md' } ,
54+ { text : '图片' , link : '/develop/basic/chainBuild/image.md' } ,
55+ { text : '语音' , link : '/develop/basic/chainBuild/voice.md' } ,
56+ { text : '视频' , link : '/develop/basic/chainBuild/video.md' } ,
57+ { text : '文字生成的图片' , link : '/develop/basic/chainBuild/textImage.md' } ,
58+ { text : 'HTML 生成的图片' , link : '/develop/basic/chainBuild/html.md' } ,
59+ { text : 'Markdown 生成的图片' , link : '/develop/basic/chainBuild/markdown.md' } ,
60+ { text : 'Markdown 模版' , link : '/develop/basic/chainBuild/mdTemplate.md' } ,
61+ { text : 'Embed 消息' , link : '/develop/basic/chainBuild/embed.md' } ,
62+ { text : 'Ark 模版' , link : '/develop/basic/chainBuild/ark.md' } ,
63+ { text : '原生模板 & CQ码' , link : '/develop/basic/chainBuild/extend.md' } ,
64+ { text : '合并转发消息' , link : '/develop/basic/chainBuild/forward.md' }
6565 ]
6666 } ,
6767 {
6868 text : 'API' ,
6969 collapsible : true ,
7070 items : [
71- { text : '调用 API' , link : '/develop/basic/api/qqbot.md' } ,
71+ { text : '调用 API' , link : '/develop/basic/api/qqbot.md' } ,
7272 ]
7373 } ,
7474 {
7575 text : '调试' ,
7676 collapsible : true ,
7777 items : [
78- { text : '使用测试实例调试' , link : '/develop/basic/testInstance.md' }
78+ { text : '使用测试实例调试' , link : '/develop/basic/testInstance.md' }
7979 ]
8080 }
8181 ] ,
@@ -84,14 +84,14 @@ export default {
8484 text : 'API' ,
8585 collapsible : true ,
8686 items : [
87- { text : '使用说明' , link : '/develop/basic/api/index.md' } ,
87+ { text : '使用说明' , link : '/develop/basic/api/index.md' } ,
8888 ]
8989 } ,
9090 {
9191 text : '适配器' ,
9292 collapsible : true ,
9393 items : [
94- { text : 'QQ 频道' , link : '/develop/basic/api/qqbot.md' }
94+ { text : 'QQ 频道' , link : '/develop/basic/api/qqbot.md' }
9595 ]
9696 }
9797 ] ,
@@ -100,7 +100,7 @@ export default {
100100 text : '选择适配器' ,
101101 collapsible : true ,
102102 items : [
103- { text : '说明' , link : '/develop/adapters/index.md' } ,
103+ { text : '说明' , link : '/develop/adapters/index.md' } ,
104104 ...adapters
105105 ]
106106 }
@@ -110,31 +110,33 @@ export default {
110110 text : '进阶开发' ,
111111 collapsible : true ,
112112 items : [
113- { text : '说明' , link : '/develop/advanced/index.md' } ,
114- { text : '生命周期' , link : '/develop/advanced/lifeCycle.md' } ,
115- { text : '定时任务' , link : '/develop/advanced/timedTask.md' } ,
116- { text : '事件总线' , link : '/develop/advanced/eventBus.md' } ,
117- { text : '日志模块' , link : '/develop/advanced/logger.md' } ,
118- { text : '加载插件' , link : '/develop/advanced/loadPlugins.md' } ,
119- { text : '介入媒体消息的构建过程' , link : '/develop/advanced/chainBuilder.md' } ,
113+ { text : '说明' , link : '/develop/advanced/index.md' } ,
114+ { text : '生命周期' , link : '/develop/advanced/lifeCycle.md' } ,
115+ { text : '定时任务' , link : '/develop/advanced/timedTask.md' } ,
116+ { text : '事件总线' , link : '/develop/advanced/eventBus.md' } ,
117+ { text : '日志模块' , link : '/develop/advanced/logger.md' } ,
118+ { text : '加载插件' , link : '/develop/advanced/loadPlugins.md' } ,
119+ { text : '介入媒体消息的构建过程' , link : '/develop/advanced/chainBuilder.md' } ,
120120 ]
121121 } ,
122122 {
123- text : '辅助 ' ,
123+ text : '开发辅助 ' ,
124124 collapsible : true ,
125125 items : [
126- { text : 'HTTP 请求' , link : '/develop/advanced/httpRequests.md' } ,
127- { text : '处理 IO 阻塞的操作' , link : '/develop/advanced/blockingIO.md' } ,
128- { text : '改变 Playwright 启动' , link : '/develop/advanced/playwright.md' } ,
129- { text : '启动参数' , link : '/develop/advanced/startupParameter.md' }
126+ { text : '处理 IO 阻塞的操作' , link : '/develop/advanced/blockingIO.md' } ,
127+ { text : '改变 Playwright 启动' , link : '/develop/advanced/playwright.md' } ,
128+ { text : '启动参数' , link : '/develop/advanced/startupParameter.md' }
130129 ]
131130 } ,
131+ ] ,
132+ '/develop/tools/' : [
132133 {
133- text : '额外支持 ' ,
134+ text : '衍生工具 ' ,
134135 collapsible : true ,
135136 items : [
136- { text : 'HTTP 服务器' , link : '/develop/advanced/httpSupport.md' } ,
137- { text : '数据库' , link : '/develop/advanced/databaseSupport.md' }
137+ { text : 'HTTP 请求' , link : '/develop/tools/httpRequests.md' } ,
138+ { text : 'HTTP 服务器' , link : '/develop/tools/httpSupport.md' } ,
139+ { text : '数据库' , link : '/develop/tools/databaseSupport.md' }
138140 ]
139141 }
140142 ] ,
@@ -143,40 +145,40 @@ export default {
143145 text : '准备' ,
144146 collapsible : true ,
145147 items : [
146- { text : '插件开发说明' , link : '/develop/plugin/index.md' } ,
147- { text : '环境准备' , link : '/develop/plugin/env.md' } ,
148+ { text : '插件开发说明' , link : '/develop/plugin/index.md' } ,
149+ { text : '环境准备' , link : '/develop/plugin/env.md' } ,
148150 ]
149151 } ,
150152 {
151153 text : '开发' ,
152154 collapsible : true ,
153155 items : [
154- { text : '创建&编写插件' , link : '/develop/plugin/create.md' } ,
155- { text : 'AmiyaBotPluginInstance' , link : '/develop/plugin/amiyaBotPluginInstance.md' } ,
156- { text : '插件生命周期' , link : '/develop/plugin/life.md' } ,
157- { text : '添加插件文档' , link : '/develop/plugin/addDoc.md' } ,
156+ { text : '创建&编写插件' , link : '/develop/plugin/create.md' } ,
157+ { text : 'AmiyaBotPluginInstance' , link : '/develop/plugin/amiyaBotPluginInstance.md' } ,
158+ { text : '插件生命周期' , link : '/develop/plugin/life.md' } ,
159+ { text : '添加插件文档' , link : '/develop/plugin/addDoc.md' } ,
158160 ]
159161 } ,
160162 {
161163 text : '调试' ,
162164 collapsible : true ,
163165 items : [
164- { text : '调试插件' , link : '/develop/plugin/debug.md' } ,
166+ { text : '调试插件' , link : '/develop/plugin/debug.md' } ,
165167 ]
166168 } ,
167169 {
168170 text : '发布' ,
169171 collapsible : true ,
170172 items : [
171- { text : '打包插件' , link : '/develop/plugin/build.md' } ,
172- { text : '发布到插件商店' , link : '/develop/plugin/publish.md' } ,
173+ { text : '打包插件' , link : '/develop/plugin/build.md' } ,
174+ { text : '发布到插件商店' , link : '/develop/plugin/publish.md' } ,
173175 ]
174176 } ,
175177 {
176178 text : '其他' ,
177179 collapsible : true ,
178180 items : [
179- { text : 'JsonSchema 解释' , link : '/develop/plugin/jsonSchema.md' } ,
181+ { text : 'JsonSchema 解释' , link : '/develop/plugin/jsonSchema.md' } ,
180182 ]
181183 } ,
182184 ] ,
@@ -185,61 +187,61 @@ export default {
185187 text : '说明' ,
186188 collapsible : true ,
187189 items : [
188- { text : '简要说明' , link : '/guide/deploy/index.md' } ,
190+ { text : '简要说明' , link : '/guide/deploy/index.md' } ,
189191 ]
190192 } ,
191193 {
192194 text : '部署兔兔V6' ,
193195 collapsible : true ,
194196 items : [
195- { text : '必看' , link : '/guide/deploy/getStarted/index.md' } ,
196- { text : '可执行文件部署' , link : '/guide/deploy/getStarted/exe.md' } ,
197- { text : 'Docker部署' , link : '/guide/deploy/getStarted/docker.md' } ,
198- { text : '代码部署' , link : '/guide/deploy/getStarted/code.md' } ,
197+ { text : '必看' , link : '/guide/deploy/getStarted/index.md' } ,
198+ { text : '可执行文件部署' , link : '/guide/deploy/getStarted/exe.md' } ,
199+ { text : 'Docker部署' , link : '/guide/deploy/getStarted/docker.md' } ,
200+ { text : '代码部署' , link : '/guide/deploy/getStarted/code.md' } ,
199201 ]
200202 } ,
201203 {
202204 text : '使用控制台' ,
203205 collapsible : true ,
204206 items : [
205- { text : '连接控制台' , link : '/guide/deploy/console/index.md' } ,
206- { text : '配置实例' , link : '/guide/deploy/console/configure.md' } ,
207- { text : '安装插件' , link : '/guide/deploy/console/plugin.md' } ,
207+ { text : '连接控制台' , link : '/guide/deploy/console/index.md' } ,
208+ { text : '配置实例' , link : '/guide/deploy/console/configure.md' } ,
209+ { text : '安装插件' , link : '/guide/deploy/console/plugin.md' } ,
208210 ]
209211 } ,
210212 {
211213 text : '实例部署' ,
212214 collapsible : true ,
213215 items : [
214- { text : '官方QQ群&频道机器人' , link : '/guide/deploy/instances/qqbot.md' } ,
215- { text : 'KOOK机器人' , link : '/guide/deploy/instances/kook.md' } ,
216- { text : 'LLOneBot QQ群机器人' , link : '/guide/deploy/instances/llonebot.md' } ,
217- { text : 'NapCatQQ QQ群机器人' , link : '/guide/deploy/instances/napcatqq.md' } ,
218- { text : 'CQ-Http QQ群机器人' , link : '/guide/deploy/instances/cqhttp.md' } ,
219- { text : 'Mirai-api-http QQ群机器人' , link : '/guide/deploy/instances/mirai.md' } ,
216+ { text : '官方QQ群&频道机器人' , link : '/guide/deploy/instances/qqbot.md' } ,
217+ { text : 'KOOK机器人' , link : '/guide/deploy/instances/kook.md' } ,
218+ { text : 'LLOneBot QQ群机器人' , link : '/guide/deploy/instances/llonebot.md' } ,
219+ { text : 'NapCatQQ QQ群机器人' , link : '/guide/deploy/instances/napcatqq.md' } ,
220+ { text : 'CQ-Http QQ群机器人' , link : '/guide/deploy/instances/cqhttp.md' } ,
221+ { text : 'Mirai-api-http QQ群机器人' , link : '/guide/deploy/instances/mirai.md' } ,
220222 ]
221223 } ,
222224 {
223225 text : '维护' ,
224226 collapsible : true ,
225227 items : [
226- { text : '如何更新' , link : '/guide/deploy/maintain/upgrade.md' } ,
228+ { text : '如何更新' , link : '/guide/deploy/maintain/upgrade.md' } ,
227229 ]
228230 } ,
229231 {
230232 text : '高级使用' ,
231233 collapsible : true ,
232234 items : [
233- { text : '说明' , link : '/guide/deploy/advanced/index.md' } ,
234- { text : '使用 Mysql' , link : '/guide/deploy/advanced/mysql.md' } ,
235+ { text : '说明' , link : '/guide/deploy/advanced/index.md' } ,
236+ { text : '使用 Mysql' , link : '/guide/deploy/advanced/mysql.md' } ,
235237 ]
236238 } ,
237239 {
238240 text : 'F&Q' ,
239241 collapsible : true ,
240242 items : [
241- { text : '常见问题' , link : '/guide/deploy/faq/commonProblem.md' } ,
242- { text : '插件常见问题' , link : '/guide/deploy/faq/PluginProblem.md' }
243+ { text : '常见问题' , link : '/guide/deploy/faq/commonProblem.md' } ,
244+ { text : '插件常见问题' , link : '/guide/deploy/faq/PluginProblem.md' }
243245 ]
244246 }
245247 ]
0 commit comments