koishi-plugin-best-cave 2.7.35 → 2.7.36
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 +2 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -1478,8 +1478,8 @@ var DEFAULT_PROMPT = `1."rating" (整数): 对内容进行公正客观的评分
|
|
|
1478
1478
|
- Creative: 具有原创性、艺术性或巧妙构思的内容。
|
|
1479
1479
|
- Other: 不适合归入以上任何一类的无关或小众内容。
|
|
1480
1480
|
3."keywords" (字符串数组): 从内容中直接提取具体且全面的关键词,以下为提取准则:
|
|
1481
|
-
-
|
|
1482
|
-
-
|
|
1481
|
+
- 必须源自可直接识别的文字与元素,仅在无可识别内容时才可使用描述性关键词说明。
|
|
1482
|
+
- 要求关键词需通过多维度准确定义内容,且必须规范、简短,禁止组合词与分类性词`;
|
|
1483
1483
|
var logger = new import_koishi3.Logger("best-cave");
|
|
1484
1484
|
var Config = import_koishi3.Schema.intersect([
|
|
1485
1485
|
import_koishi3.Schema.object({
|