koishi-plugin-chatluna-affinity 0.2.4 → 0.2.5
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.d.ts +1 -1
- package/lib/index.js +3 -0
- package/package.json +1 -2
- package/readme.md +3 -0
package/lib/index.d.ts
CHANGED
|
@@ -14,4 +14,4 @@ export * from './renders';
|
|
|
14
14
|
export * from './commands';
|
|
15
15
|
export * from './integrations';
|
|
16
16
|
export { ConfigSchema, AffinitySchema, BlacklistSchema, RelationshipSchema, ScheduleSchema, OtherVariablesSchema, NativeToolsSchema, XmlToolsSchema, OtherCommandsSchema, OtherSettingsSchema } from './schema';
|
|
17
|
-
export declare const usage = "\n## \u66F4\u65B0\u65E5\u5FD7\n\n0.2.4\n- userInfo \u53D8\u91CF\u65B0\u589E chatCount \u5B57\u6BB5\uFF0C\u53EF\u5C55\u793A\u804A\u5929\u6B21\u6570\n- \u4FEE\u590D\u72B6\u6001\u6539\u53D8\u540E XML \u5DE5\u5177\u62E6\u622A\u5931\u6548\u7684\u95EE\u9898\n\n0.2.3\n- OneBot \u534F\u8BAE\u65B0\u589E NapCat/LLBot \u72EC\u7ACB\u9009\u9879\uFF0C\u6309\u914D\u7F6E\u9009\u62E9\u534F\u8BAE\n\n0.2.3-alpha.4\n- \u4FEE\u590D\u65E5\u7A0B\u751F\u6210\u63D0\u793A\u8BCD\u4EBA\u8BBE\u6CE8\u5165\u53D8\u91CF {persona} \u5931\u6548\u7684\u95EE\u9898\uFF0C\u65B0\u589E\u6A21\u578B\u9009\u62E9\u4E0E\u4EBA\u8BBE\u6CE8\u5165\u9009\u9879\n- \u5929\u6C14\u670D\u52A1\u5207\u6362\u4E3A open-meteo\uFF0C\u4E0D\u518D\u9700\u8981\u63D0\u4F9B token\n";
|
|
17
|
+
export declare const usage = "\n## \u66F4\u65B0\u65E5\u5FD7\n\n0.2.5\n- \u5C06 puppeteer \u4ECE\u53EF\u9009\u4F9D\u8D56\u6539\u4E3A\u53EF\u9009\u670D\u52A1\n\n0.2.4\n- userInfo \u53D8\u91CF\u65B0\u589E chatCount \u5B57\u6BB5\uFF0C\u53EF\u5C55\u793A\u804A\u5929\u6B21\u6570\n- \u4FEE\u590D\u72B6\u6001\u6539\u53D8\u540E XML \u5DE5\u5177\u62E6\u622A\u5931\u6548\u7684\u95EE\u9898\n\n0.2.3\n- OneBot \u534F\u8BAE\u65B0\u589E NapCat/LLBot \u72EC\u7ACB\u9009\u9879\uFF0C\u6309\u914D\u7F6E\u9009\u62E9\u534F\u8BAE\n\n0.2.3-alpha.4\n- \u4FEE\u590D\u65E5\u7A0B\u751F\u6210\u63D0\u793A\u8BCD\u4EBA\u8BBE\u6CE8\u5165\u53D8\u91CF {persona} \u5931\u6548\u7684\u95EE\u9898\uFF0C\u65B0\u589E\u6A21\u578B\u9009\u62E9\u4E0E\u4EBA\u8BBE\u6CE8\u5165\u9009\u9879\n- \u5929\u6C14\u670D\u52A1\u5207\u6362\u4E3A open-meteo\uFF0C\u4E0D\u518D\u9700\u8981\u63D0\u4F9B token\n";
|
package/lib/index.js
CHANGED
|
@@ -9376,6 +9376,9 @@ function apply(ctx, config) {
|
|
|
9376
9376
|
var usage = `
|
|
9377
9377
|
## \u66F4\u65B0\u65E5\u5FD7
|
|
9378
9378
|
|
|
9379
|
+
0.2.5
|
|
9380
|
+
- \u5C06 puppeteer \u4ECE\u53EF\u9009\u4F9D\u8D56\u6539\u4E3A\u53EF\u9009\u670D\u52A1
|
|
9381
|
+
|
|
9379
9382
|
0.2.4
|
|
9380
9383
|
- userInfo \u53D8\u91CF\u65B0\u589E chatCount \u5B57\u6BB5\uFF0C\u53EF\u5C55\u793A\u804A\u5929\u6B21\u6570
|
|
9381
9384
|
- \u4FEE\u590D\u72B6\u6001\u6539\u53D8\u540E XML \u5DE5\u5177\u62E6\u622A\u5931\u6548\u7684\u95EE\u9898
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-chatluna-affinity",
|
|
3
3
|
"description": "为 ChatLuna Character 提供更多变量及工具,例如 {好感度}、{关系}、{日程}、{天气}、{用户信息}、{机器人信息}、{群信息}等变量并提供对应的工具调用和低好感自动拉黑功能。",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.5",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
"koishi-plugin-chatluna": "*",
|
|
31
31
|
"koishi-plugin-chatluna-character": "*",
|
|
32
32
|
"@koishijs/plugin-console": "^5.30.0",
|
|
33
|
-
"koishi-plugin-puppeteer": "^3.0.0",
|
|
34
33
|
"koishi-plugin-chatluna-group-analysis": "*"
|
|
35
34
|
},
|
|
36
35
|
"peerDependenciesMeta": {
|