We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db5bf2 commit b1170c2Copy full SHA for b1170c2
plugins.json
@@ -1,4 +1,15 @@
1
{
2
+ "astrbot-plugin-regex-blocker": {
3
+ "display_name": "正则消息屏蔽器",
4
+ "desc": "通过正则表达式匹配屏蔽用户发送给 LLM 的消息",
5
+ "author": "FHMinyi",
6
+ "repo": "https://github.com/FHMinyi/astrbot-plugin-regex-blocker",
7
+ "tags": [
8
+ "屏蔽",
9
+ "用户消息",
10
+ "消息处理"
11
+ ]
12
+ },
13
"astrbot-plugin-stardewvalleywiki": {
14
"display_name": "星露谷维基查询",
15
"desc": "星露谷物语中文维基查询插件,支持查询游戏物品、任务、村民、攻略等信息。",
0 commit comments