Skip to content

Commit b052276

Browse files
committed
📃 docs(插件):开源插件
1 parent c9bc37f commit b052276

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,8 @@ go build
125125

126126
当然,除了自己编写插件以外,可以从社区下载他人制作完成的插件,复制到对应的文件夹中,若你可以在插件列表中看到该插件,即为添加成功。
127127

128+
## 开源插件列表
129+
130+
[点我喵](./plugins/)
131+
128132
[![Star History Chart](https://api.star-history.com/svg?repos=dingdinglz/dingbot&type=Date)](https://star-history.com/#dingdinglz/dingbot&Date)

plugins/messageRecallShow.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"blocks":{"languageVersion":0,"blocks":[{"type":"plugininfo","id":"}B4[bU~ZHdDM-camn)C]","x":75,"y":67,"inputs":{"name":{"block":{"type":"text","id":"6KLgqNT`rac@xi`*`{-x","fields":{"TEXT":"消息防撤回"}}},"author":{"block":{"type":"text","id":"YL37Efi@3cN!Qcs/$akF","fields":{"TEXT":"dinglz"}}},"description":{"block":{"type":"text","id":"z^ebOL=V}_uW}!%2$1=6","fields":{"TEXT":"当一条消息被撤回时,重复撤回的内容"}}}}},{"type":"grouprecallevent","id":"gL)/8n%EqWO0[jG/j?}B","x":16,"y":257,"deletable":false,"movable":false,"editable":false,"inputs":{"event":{"block":{"type":"sendgroupmessage","id":"4KLc?c~~_8[~z9X`Qk-`","inputs":{"uin":{"block":{"type":"groupuin","id":"kHfsep#jl[8(jA|tC@dW"}},"message":{"block":{"type":"text_join","id":";E*7Dsd~;Mt[rNy{zJnS","extraState":{"itemCount":3},"inputs":{"ADD0":{"block":{"type":"useruin","id":"`QiyfLhXt/KO_/gUqR)T"}},"ADD1":{"block":{"type":"text","id":"Crs7{k#~T8hI2@He#rJC","fields":{"TEXT":"撤回了一条消息:"}}},"ADD2":{"block":{"type":"message","id":")r|y_q,/SruM;[pzs{%I"}}}}}}}}}}]}}

plugins/readme.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 这里有一些开源的插件源码
2+
3+
你可以将他们下载下来保存到data/plugin/source文件夹,即可在dingbot的插件列表中找到并编辑他们。
4+
5+
| 插件 | 功能 |
6+
| --------------------------------- | ----------------- |
7+
| [防撤回插件](./messageRecallShow.json) | 当一条消息被撤回时,重复撤回的内容 |
8+
9+

0 commit comments

Comments
 (0)