koishi-plugin-echo-cave 1.31.2 → 1.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/lib/index.cjs +890 -782
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -100,6 +100,7 @@ npm install koishi-plugin-echo-cave
100
100
  - 支持媒体文件大小限制,可通过配置项调整
101
101
  - 自动检测并避免存储重复消息
102
102
  - 支持嵌套转发消息的递归处理
103
+ - 普通消息模板 `msg.x.prefix` / `msg.x.suffix` 支持占位符 `{nl}`、`{textStartNl}`、`{textEndNl}`;后两者仅在正文分别以文字开头/结尾时替换为空行
103
104
  - 转发消息可选择相关用户进行绑定,超时后自动跳过
104
105
  - 转发消息关联用户的详细示例只会在用户首次成功完成一次选择前显示;如果只是超时,则下次仍会显示
105
106
  - 可通过配置项禁用转发消息用户选择、开启单用户自动绑定,或配置检测到特殊用户 `1094950020` 时的处理模式