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.
- package/lib/index.js +1 -1
- 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("
|
|
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("启用审核"),
|