We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adba81d commit 6571b29Copy full SHA for 6571b29
plugins.json
@@ -1,4 +1,17 @@
1
{
2
+ "astrbot-plugin-custome-segment-reply": {
3
+ "display_name": "自定义断句回复插件",
4
+ "desc": "纯本地规则智能分段回复插件。通过自定义字数、标点优先级、超长降级等规则实现极速断句,彻底告别AI大模型延迟,零成本且更稳定。",
5
+ "author": "LinJohn8",
6
+ "repo": "https://github.com/LinJohn8/astrbot_plugin_custome_segment_reply",
7
+ "tags": [
8
+ "分段",
9
+ "工具",
10
+ "对话",
11
+ "分段回复"
12
+ ],
13
+ "social_link": "https://github.com/LinJohn8"
14
+ },
15
"astrbot-plugin-alteration-notifier": {
16
"display_name": "插件变更提醒",
17
"desc": "再也不想看到有人输入一串奇怪的指令但是机器人没有响应导致陷入尴尬的境地?本插件可以及时通知机器人使用者插件的变更。",
0 commit comments