karin-plugin-kkk 2.25.1 → 2.25.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ## [2.25.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.25.1...v2.25.2) (2026-03-13)
6
+
7
+
8
+ ### 🧰 其他更新
9
+
10
+ * 标记 ([8e84440](https://github.com/ikenxuan/karin-plugin-kkk/commit/8e844408389613d5c7a80cd8254b5237652c18d3))
11
+
12
+
13
+ ### ♻️ 代码重构
14
+
15
+ * art-template,有缘再见 ([a99f41e](https://github.com/ikenxuan/karin-plugin-kkk/commit/a99f41e383635a83e765f7c67dd76746983d2f72))
16
+
17
+
18
+ ### ⚙️ 配置变更
19
+
20
+ * 新增 `Live Photo 处理和发送方式` 配置 ([5cf4dd5](https://github.com/ikenxuan/karin-plugin-kkk/commit/5cf4dd5a1e7eb075ed3628f5446da61198e898ac))
21
+
22
+
23
+ ### 💯 细节优化
24
+
25
+ * 给所有命令加上错误处理器 ([af57dc7](https://github.com/ikenxuan/karin-plugin-kkk/commit/af57dc78d3395794598f1230a2761954e9175481))
26
+
5
27
  ## [2.25.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.25.0...v2.25.1) (2026-03-11)
6
28
 
7
29
 
@@ -48,8 +48,17 @@ multiPageRender: true
48
48
  multiPageHeight: 12000
49
49
 
50
50
  # 当解析到作品/动态包含 Live Photo 时,合并转发消息里发送的 Live Photo 静态图兼容系统
51
- # 可选值:'google'、'xiaomi'、'oppo'、'huawei_honor'
52
- livePhotoSystem: google
51
+ # 可选值:
52
+ # 'google' - Google Motion Photo 格式
53
+ # 'xiaomi' - 小米实况照片格式,兼容小米(支持实况照片的任何版本)和 Google,但无法被 OPPO 识别
54
+ # 'oppo' - OPPO 实况照片格式(推荐),兼容 OPPO、小米(较新版本)和 Google,兼容性最广
55
+ # 'huawei_honor' - 华为/荣耀实况照片格式(理论可行但未实测,作者无对应设备)
56
+ # 注:vivo(Origin OS)和 iPhone(iOS)需要独立的图片和同名视频文件,暂不支持
57
+ livePhotoSystem: oppo
58
+
59
+ # 解析遇到实况图时的处理和发送方式
60
+ # 可选值:'video_and_livephoto'(生成并发送仿 iPhone Live Photo 播放效果的视频(播放三次,性能开销大,2C2G 服务器约 20s/张)+ 对应系统的实况图)、'video_only'(仅生成并发送仿 iPhone Live Photo 播放效果的视频(播放三次,性能开销大,2C2G 服务器约 20s/张))、'livephoto_only'(仅生成并发送对应系统的实况图)
61
+ livePhotoMode: video_and_livephoto
53
62
 
54
63
  # 扫码登录时使用的地址类型,可选值:'lan'(局域网IP)、'external'(外部地址)
55
64
  qrLoginAddrType: lan
package/lib/apps/admin.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "../core_chunk/rolldown-runtime-BMXAG3ag.js";
2
- import { C as biLogin, E as task, T as removeOldFiles, w as dylogin } from "../core_chunk/main-BY6eDfoV.js";
3
- import "../core_chunk/vendor-DxfKHvj-.js";
4
- import "../core_chunk/template-DekmxKd7.js";
2
+ import { C as biLogin, E as task, T as removeOldFiles, w as dylogin } from "../core_chunk/main-Cfpmwn8o.js";
3
+ import "../core_chunk/vendor-rZ5rQnq1.js";
4
+ import "../core_chunk/template-B7RenK2I.js";
5
5
  export { biLogin, dylogin, removeOldFiles, task };
package/lib/apps/help.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "../core_chunk/rolldown-runtime-BMXAG3ag.js";
2
- import { S as version, x as help } from "../core_chunk/main-BY6eDfoV.js";
3
- import "../core_chunk/vendor-DxfKHvj-.js";
4
- import "../core_chunk/template-DekmxKd7.js";
2
+ import { S as version, x as help } from "../core_chunk/main-Cfpmwn8o.js";
3
+ import "../core_chunk/vendor-rZ5rQnq1.js";
4
+ import "../core_chunk/template-B7RenK2I.js";
5
5
  export { help, version };
package/lib/apps/push.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "../core_chunk/rolldown-runtime-BMXAG3ag.js";
2
- import { _ as forcePush, b as testDouyinPush, f as bilibiliPush, g as douyinPushList, h as douyinPush, m as changeBotID, p as bilibiliPushList, v as setbiliPush, y as setdyPush } from "../core_chunk/main-BY6eDfoV.js";
3
- import "../core_chunk/vendor-DxfKHvj-.js";
4
- import "../core_chunk/template-DekmxKd7.js";
2
+ import { _ as forcePush, b as testDouyinPush, f as bilibiliPush, g as douyinPushList, h as douyinPush, m as changeBotID, p as bilibiliPushList, v as setbiliPush, y as setdyPush } from "../core_chunk/main-Cfpmwn8o.js";
3
+ import "../core_chunk/vendor-rZ5rQnq1.js";
4
+ import "../core_chunk/template-B7RenK2I.js";
5
5
  export { bilibiliPush, bilibiliPushList, changeBotID, douyinPush, douyinPushList, forcePush, setbiliPush, setdyPush, testDouyinPush };
@@ -1,5 +1,5 @@
1
1
  import "../core_chunk/rolldown-runtime-BMXAG3ag.js";
2
- import { d as qrLogin } from "../core_chunk/main-BY6eDfoV.js";
3
- import "../core_chunk/vendor-DxfKHvj-.js";
4
- import "../core_chunk/template-DekmxKd7.js";
2
+ import { d as qrLogin } from "../core_chunk/main-Cfpmwn8o.js";
3
+ import "../core_chunk/vendor-rZ5rQnq1.js";
4
+ import "../core_chunk/template-B7RenK2I.js";
5
5
  export { qrLogin };
@@ -1,5 +1,5 @@
1
1
  import "../core_chunk/rolldown-runtime-BMXAG3ag.js";
2
- import { l as globalStatistics, u as groupStatistics } from "../core_chunk/main-BY6eDfoV.js";
3
- import "../core_chunk/vendor-DxfKHvj-.js";
4
- import "../core_chunk/template-DekmxKd7.js";
2
+ import { l as globalStatistics, u as groupStatistics } from "../core_chunk/main-Cfpmwn8o.js";
3
+ import "../core_chunk/vendor-rZ5rQnq1.js";
4
+ import "../core_chunk/template-B7RenK2I.js";
5
5
  export { globalStatistics, groupStatistics };
package/lib/apps/tools.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "../core_chunk/rolldown-runtime-BMXAG3ag.js";
2
- import { a as douyinAPP, c as xiaohongshuAPP, i as bilibiliAPP, o as kuaishouAPP, s as prefix } from "../core_chunk/main-BY6eDfoV.js";
3
- import "../core_chunk/vendor-DxfKHvj-.js";
4
- import "../core_chunk/template-DekmxKd7.js";
2
+ import { a as douyinAPP, c as xiaohongshuAPP, i as bilibiliAPP, o as kuaishouAPP, s as prefix } from "../core_chunk/main-Cfpmwn8o.js";
3
+ import "../core_chunk/vendor-rZ5rQnq1.js";
4
+ import "../core_chunk/template-B7RenK2I.js";
5
5
  export { bilibiliAPP, douyinAPP, kuaishouAPP, prefix, xiaohongshuAPP };
@@ -1,5 +1,5 @@
1
1
  import "../core_chunk/rolldown-runtime-BMXAG3ag.js";
2
- import { n as kkkUpdateCommand, r as update, t as kkkUpdate } from "../core_chunk/main-BY6eDfoV.js";
3
- import "../core_chunk/vendor-DxfKHvj-.js";
4
- import "../core_chunk/template-DekmxKd7.js";
2
+ import { n as kkkUpdateCommand, r as update, t as kkkUpdate } from "../core_chunk/main-Cfpmwn8o.js";
3
+ import "../core_chunk/vendor-rZ5rQnq1.js";
4
+ import "../core_chunk/template-B7RenK2I.js";
5
5
  export { kkkUpdate, kkkUpdateCommand, update };
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "2.25.1",
3
- "buildTime": "2026-03-11T02:39:23.980Z",
4
- "buildTimestamp": 1773196763981,
2
+ "version": "2.25.2",
3
+ "buildTime": "2026-03-13T02:51:54.604Z",
4
+ "buildTimestamp": 1773370314604,
5
5
  "name": "karin-plugin-kkk",
6
6
  "description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
7
7
  "homepage": "https://github.com/ikenxuan/karin-plugin-kkk",
8
- "commitHash": "81f623e7cf8c1ee0af14ba3c417709705d54512c",
9
- "shortCommitHash": "81f623e7"
8
+ "commitHash": "4c7cdfdaeb80e56d367a5f6da512f2fb918c6957",
9
+ "shortCommitHash": "4c7cdfda"
10
10
  }