karin-plugin-kkk 2.23.2 → 2.25.0
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 +35 -0
- package/config/default_config/app.yaml +4 -1
- package/config/default_config/upload.yaml +7 -4
- package/lib/apps/admin.js +2 -2
- package/lib/apps/help.js +2 -2
- package/lib/apps/push.js +2 -2
- package/lib/apps/qrlogin.js +2 -2
- package/lib/apps/statistics.js +2 -2
- package/lib/apps/tools.js +2 -2
- package/lib/apps/update.js +2 -2
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/{main-BQn-mQch.js → main-DjlCg9e5.js} +1645 -1257
- package/lib/core_chunk/{template-2ApQpQ8R.js → template-CsOboAFj.js} +12 -1
- package/lib/core_chunk/template.js +1 -1
- package/lib/index.js +2 -2
- package/lib/karin-plugin-kkk.css +4 -0
- package/lib/root.js +1 -1
- package/lib/web.config.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,41 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog
|
|
4
4
|
|
|
5
|
+
## [2.25.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.24.0...v2.25.0) (2026-03-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ 新功能
|
|
9
|
+
|
|
10
|
+
* **core:** 解析动图作品时,实验性将合并转发消息中的静态图片魔改成 Google Motion 标准的 Live Photo ([5e789e3](https://github.com/ikenxuan/karin-plugin-kkk/commit/5e789e351eebfaca84e26c326ddf7c16e253a20f))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### 🐛 错误修复
|
|
14
|
+
|
|
15
|
+
* 取消注释 ([921bf95](https://github.com/ikenxuan/karin-plugin-kkk/commit/921bf95ad05d8ac17a2540ac9aa3014beed3b6e5))
|
|
16
|
+
|
|
17
|
+
## [2.24.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.23.2...v2.24.0) (2026-03-10)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### ✨ 新功能
|
|
21
|
+
|
|
22
|
+
* **app:** 添加伪造合并转发消息配置选项 ([4bb4d03](https://github.com/ikenxuan/karin-plugin-kkk/commit/4bb4d03de119b844e13524a34a9d8bb2f5702a90))
|
|
23
|
+
* **bilibili/douyin:** 实现 Live Photo 效果视频合成并统一处理逻辑 ([56f90b6](https://github.com/ikenxuan/karin-plugin-kkk/commit/56f90b609d80eaa57aaaaa6d5fb755515fe03474))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### 🐛 错误修复
|
|
27
|
+
|
|
28
|
+
* **抖音:** 直播推送会触发作品解析 ([a9c13b8](https://github.com/ikenxuan/karin-plugin-kkk/commit/a9c13b8eca8851a19fe01a16c418cef98ccad98b))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### 🧰 其他更新
|
|
32
|
+
|
|
33
|
+
* 细优 ([24eb64f](https://github.com/ikenxuan/karin-plugin-kkk/commit/24eb64f1f79d56b1ed169283cc19a8c439eb6d09))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### ⚙️ 配置变更
|
|
37
|
+
|
|
38
|
+
* **upload:** 重构视频发送配置,用 videoSendMode 替换 sendbase64 ([bc367fd](https://github.com/ikenxuan/karin-plugin-kkk/commit/bc367fd0e512b95a96f8a7a8c647ee6c43a9ea74))
|
|
39
|
+
|
|
5
40
|
## [2.23.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.23.1...v2.23.2) (2026-03-10)
|
|
6
41
|
|
|
7
42
|
|
|
@@ -34,6 +34,9 @@ EmojiReply: true
|
|
|
34
34
|
# 解析提示,发送提示信息:"检测到xxx链接,开始解析"
|
|
35
35
|
parseTip: false
|
|
36
36
|
|
|
37
|
+
# 是否伪造合并转发消息,开启后使用触发者身份展示转发
|
|
38
|
+
fakeForward: false
|
|
39
|
+
|
|
37
40
|
# 遇到错误时谁会收到错误日志?可选值:'master'(除'console'外的第一个主人)、'allMasters'(所有主人,排除console)、'trigger'(触发者)
|
|
38
41
|
errorLogSendTo:
|
|
39
42
|
- master
|
|
@@ -48,4 +51,4 @@ multiPageHeight: 12000
|
|
|
48
51
|
qrLoginAddrType: lan
|
|
49
52
|
|
|
50
53
|
# 外部访问地址(当 qrLoginAddrType 为 'external' 时使用,可以是公网IP或域名)
|
|
51
|
-
qrLoginExternalAddr: ''
|
|
54
|
+
qrLoginExternalAddr: ''
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
1
|
+
# 本地视频发送方式,可选值:file / base64
|
|
2
|
+
# file: 使用 file 协议发送本地视频(需 Karin 与协议端在同一系统)
|
|
3
|
+
# base64: 转换为 base64 后发送(传输数据量增大约 30%,不在同一网络环境可能导致额外带宽成本,适合 karin 和协议端不在同一网络环境)
|
|
4
|
+
videoSendMode: file
|
|
3
5
|
|
|
4
6
|
# 视频上传拦截,开启后会根据解析的视频文件大小判断是否需要上传
|
|
5
7
|
usefilelimit: false
|
|
@@ -17,6 +19,7 @@ compresstrigger: 80
|
|
|
17
19
|
compressvalue: 30
|
|
18
20
|
|
|
19
21
|
# 使用文件上传,开启后会将视频文件上传到群文件中,私聊也行
|
|
22
|
+
# 与「videoSendMode: base64」互斥(群文件上传仅支持 file 协议)
|
|
20
23
|
usegroupfile: false
|
|
21
24
|
|
|
22
25
|
# 群文件上传阈值,当文件大小超过该值时将使用群文件上传,单位:MB,「使用群文件上传」开启后才会生效
|
|
@@ -25,7 +28,7 @@ groupfilevalue: 100
|
|
|
25
28
|
# 网络图片发送方式,可选值:url / file / base64
|
|
26
29
|
# url: 直接传递 HTTP 链接给上游下载(可能因上游网络问题导致下载超时)
|
|
27
30
|
# file: 下载到本地使用 file 协议发送(需 Karin 与协议端在同一系统)
|
|
28
|
-
# base64: 下载后转换为 base64
|
|
31
|
+
# base64: 下载后转换为 base64 发送(传输数据量增大约 30%,不在同一网络环境可能导致额外带宽成本)
|
|
29
32
|
imageSendMode: url
|
|
30
33
|
|
|
31
34
|
# 下载限速开关,开启后会限制下载速度,避免触发服务器风控导致连接被重置(ECONNRESET)
|
|
@@ -44,4 +47,4 @@ downloadAutoReduce: true
|
|
|
44
47
|
|
|
45
48
|
# 最低下载速度,单位:MB/s,自动降速时不会低于此值
|
|
46
49
|
# 仅在「下载限速开关」和「断流自动降速」都开启后生效
|
|
47
|
-
downloadMinSpeed: 1
|
|
50
|
+
downloadMinSpeed: 1
|
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-
|
|
2
|
+
import { C as biLogin, E as task, T as removeOldFiles, w as dylogin } from "../core_chunk/main-DjlCg9e5.js";
|
|
3
3
|
import "../core_chunk/vendor-9pKTNH6x.js";
|
|
4
|
-
import "../core_chunk/template-
|
|
4
|
+
import "../core_chunk/template-CsOboAFj.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-
|
|
2
|
+
import { S as version, x as help } from "../core_chunk/main-DjlCg9e5.js";
|
|
3
3
|
import "../core_chunk/vendor-9pKTNH6x.js";
|
|
4
|
-
import "../core_chunk/template-
|
|
4
|
+
import "../core_chunk/template-CsOboAFj.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-
|
|
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-DjlCg9e5.js";
|
|
3
3
|
import "../core_chunk/vendor-9pKTNH6x.js";
|
|
4
|
-
import "../core_chunk/template-
|
|
4
|
+
import "../core_chunk/template-CsOboAFj.js";
|
|
5
5
|
export { bilibiliPush, bilibiliPushList, changeBotID, douyinPush, douyinPushList, forcePush, setbiliPush, setdyPush, testDouyinPush };
|
package/lib/apps/qrlogin.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../core_chunk/rolldown-runtime-BMXAG3ag.js";
|
|
2
|
-
import { d as qrLogin } from "../core_chunk/main-
|
|
2
|
+
import { d as qrLogin } from "../core_chunk/main-DjlCg9e5.js";
|
|
3
3
|
import "../core_chunk/vendor-9pKTNH6x.js";
|
|
4
|
-
import "../core_chunk/template-
|
|
4
|
+
import "../core_chunk/template-CsOboAFj.js";
|
|
5
5
|
export { qrLogin };
|
package/lib/apps/statistics.js
CHANGED
|
@@ -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-
|
|
2
|
+
import { l as globalStatistics, u as groupStatistics } from "../core_chunk/main-DjlCg9e5.js";
|
|
3
3
|
import "../core_chunk/vendor-9pKTNH6x.js";
|
|
4
|
-
import "../core_chunk/template-
|
|
4
|
+
import "../core_chunk/template-CsOboAFj.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-
|
|
2
|
+
import { a as douyinAPP, c as xiaohongshuAPP, i as bilibiliAPP, o as kuaishouAPP, s as prefix } from "../core_chunk/main-DjlCg9e5.js";
|
|
3
3
|
import "../core_chunk/vendor-9pKTNH6x.js";
|
|
4
|
-
import "../core_chunk/template-
|
|
4
|
+
import "../core_chunk/template-CsOboAFj.js";
|
|
5
5
|
export { bilibiliAPP, douyinAPP, kuaishouAPP, prefix, xiaohongshuAPP };
|
package/lib/apps/update.js
CHANGED
|
@@ -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-
|
|
2
|
+
import { n as kkkUpdateCommand, r as update, t as kkkUpdate } from "../core_chunk/main-DjlCg9e5.js";
|
|
3
3
|
import "../core_chunk/vendor-9pKTNH6x.js";
|
|
4
|
-
import "../core_chunk/template-
|
|
4
|
+
import "../core_chunk/template-CsOboAFj.js";
|
|
5
5
|
export { kkkUpdate, kkkUpdateCommand, update };
|
package/lib/build-metadata.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.
|
|
3
|
-
"buildTime": "2026-03-
|
|
4
|
-
"buildTimestamp":
|
|
2
|
+
"version": "2.25.0",
|
|
3
|
+
"buildTime": "2026-03-11T00:26:59.339Z",
|
|
4
|
+
"buildTimestamp": 1773188819339,
|
|
5
5
|
"name": "karin-plugin-kkk",
|
|
6
6
|
"description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
|
|
7
7
|
"homepage": "https://github.com/ikenxuan/karin-plugin-kkk",
|
|
8
|
-
"commitHash": "
|
|
9
|
-
"shortCommitHash": "
|
|
8
|
+
"commitHash": "4b896c643cd81be8e8e0b46dc398af4b168de084",
|
|
9
|
+
"shortCommitHash": "4b896c64"
|
|
10
10
|
}
|