File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1919- 🎨 ** 模板化展示** :消息展示时自带多种风格的外部包裹信息
2020- 🔒 ** 管理员保护** :可配置管理员消息保护
2121- 📏 ** 媒体限制** :支持配置媒体文件大小限制
22+ - 👥 ** 转发消息用户选择** :支持从转发消息中选择相关用户进行绑定
2223
2324## 📋 命令列表
2425
@@ -61,6 +62,8 @@ npm install koishi-plugin-echo-cave
6162| ` useBase64ForMedia ` | boolean | ` false ` | 是否使用 Base64 编码发送媒体文件 |
6263| ` sendAllAsForwardMsg ` | boolean | ` false ` | 是否将所有消息以转发消息形式发送 |
6364| ` rankingTopCount ` | number | ` 10 ` | 排行榜显示的用户数量 |
65+ | ` forwardSelectTimeout ` | number | ` 20 ` | 转发消息用户选择超时时间(秒) |
66+ | ` enableForwardUserSelection ` | boolean | ` true ` | 启用转发消息用户选择功能 |
6467
6568## 📝 注意事项
6669
@@ -71,6 +74,8 @@ npm install koishi-plugin-echo-cave
7174- 支持媒体文件大小限制,可通过配置项调整
7275- 自动检测并避免存储重复消息
7376- 支持嵌套转发消息的递归处理
77+ - 转发消息可选择相关用户进行绑定,超时后自动跳过
78+ - 可通过配置项禁用转发消息用户选择功能或调整超时时间
7479
7580## 🤝 贡献指南
7681
You can’t perform that action at this time.
0 commit comments