File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,6 @@ simbot-mirai组件会不定时的根据 [mirai最后的release版本](https://gi
5252
5353> 偶尔会跟进非 ` release ` 版本,例如 ` xxx-RC ` ,但非必要不会。
5454
55- ## 签名服务
56-
57- 请参考 mirai 的 [ 关于签名服务] ( https://mirai.mamoe.net/topic/2373/%E5%85%B3%E4%BA%8E%E7%AD%BE%E5%90%8D%E6%9C%8D%E5%8A%A1/2?lang=zh-CN ) 并自行选择、搭建签名服务即可。
58- 签名服务的使用被 mirai 直接操作,理论上并没有什么需要经过 simbot-mirai 组件的操作(做多只需要在main方法一开始执行些什么),且 simbot-mirai 组件与 mirai 本身一样不会内置签名服务。
59-
60-
61-
6255## 快速开始
6356
6457参考文档的 [ 《快速开始》] ( https://www.yuque.com/simpler-robot/simpler-robot-doc/fvdmq1 )
@@ -99,6 +92,11 @@ implementation 'love.forte.simbot.component:simbot-component-mirai-core:$COMPONE
9992
10093## 其他说明和注意事项
10194
95+ ### 签名服务
96+
97+ 请参考 mirai 的 [ 关于签名服务] ( https://mirai.mamoe.net/topic/2373/%E5%85%B3%E4%BA%8E%E7%AD%BE%E5%90%8D%E6%9C%8D%E5%8A%A1/2?lang=zh-CN ) 并自行选择、搭建签名服务即可。
98+ 签名服务的使用被 mirai 直接操作,理论上并没有什么需要经过 simbot-mirai 组件的操作(做多只需要在main方法一开始执行些什么),且 simbot-mirai 组件与 mirai 本身一样不会内置签名服务。
99+
102100### ` cache ` 目录的默认行为
103101
104102从 [ #120 ] ( https://github.com/simple-robot/simbot-component-mirai/pull/120 ) 开始,
You can’t perform that action at this time.
0 commit comments