koishi-plugin-best-cave 2.5.3 → 2.5.4

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 (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -1032,7 +1032,7 @@ var Config = import_koishi3.Schema.intersect([
1032
1032
  enableName: import_koishi3.Schema.boolean().default(false).description("启用自定义昵称"),
1033
1033
  enableIO: import_koishi3.Schema.boolean().default(false).description("启用导入导出"),
1034
1034
  adminChannel: import_koishi3.Schema.string().default("onebot:").description("管理群组 ID"),
1035
- caveFormat: import_koishi3.Schema.string().default("回声洞 ——({id})|—— {name}").description("自定义文本,用“|”分隔。支持{id}|{name}|{time}|{user}|{channel}占位符,可使用{星号数:占位符:前缀:后缀}打码")
1035
+ caveFormat: import_koishi3.Schema.string().default("回声洞 ——({id})|—— {name}").description("自定义文本,用“|”分隔(占位符配置参见 README)")
1036
1036
  }).description("基础配置"),
1037
1037
  import_koishi3.Schema.object({
1038
1038
  enablePend: import_koishi3.Schema.boolean().default(false).description("启用审核"),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-best-cave",
3
3
  "description": "功能强大、高度可定制的回声洞。支持丰富的媒体类型、内容查重、人工审核、用户昵称、数据迁移以及本地/S3 双重文件存储后端。",
4
- "version": "2.5.3",
4
+ "version": "2.5.4",
5
5
  "contributors": [
6
6
  "Yis_Rime <yis_rime@outlook.com>"
7
7
  ],