karin-plugin-kkk 2.15.2 → 2.16.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 +55 -0
- package/README.md +7 -3
- package/config/default_config/douyin.yaml +6 -0
- package/lib/apps/admin.js +4 -3
- package/lib/apps/help.js +4 -3
- package/lib/apps/push.js +4 -3
- package/lib/apps/tools.js +4 -3
- package/lib/apps/update.js +4 -3
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/{main-14od0VyY.js → main-Bmugin6e.js} +6010 -1516
- package/lib/core_chunk/{rolldown-runtime-FWYmKKAj.js → rolldown-runtime-BMXAG3ag.js} +2 -1
- package/lib/core_chunk/{template-UGmQ7vUV.js → template-cndbaOTf.js} +2426 -2005
- package/lib/core_chunk/template.d.mts +21 -2
- package/lib/core_chunk/template.js +3 -2
- package/lib/core_chunk/{vendor-DoVeMvEg.js → vendor-ChYBW26y.js} +42851 -58996
- package/lib/index.js +4 -3
- package/lib/karin-plugin-kkk.css +158 -13
- package/lib/root.js +2 -1
- package/lib/web.config.js +4 -3
- package/lib/web_chunk/assets/{Combination-BHJal5hU.js → Combination-CTH2PMul.js} +1 -1
- package/lib/web_chunk/assets/{avatar-Bk-l0vwp.js → avatar-CY4eZOVa.js} +1 -1
- package/lib/web_chunk/assets/core-CfU-HCDE.js +1 -0
- package/lib/web_chunk/assets/{eye-DKV8219y.js → eye-m9iRr017.js} +1 -1
- package/lib/web_chunk/assets/{index-CrQKpnky.js → index-DHANUY31.js} +2 -2
- package/lib/web_chunk/assets/{jszip.min-CRbx4NQr.js → jszip.min-BS-NjNwg.js} +1 -1
- package/lib/web_chunk/assets/{page-D5DkJUyl.js → page-BhpBNYW4.js} +1 -1
- package/lib/web_chunk/assets/{page-3eH1NE5B.js → page-DBxxaDGp.js} +1 -1
- package/lib/web_chunk/assets/{page-Cd6drSuq.js → page-DEG0rQ1b.js} +1 -1
- package/lib/web_chunk/assets/{page-CXeTxMT1.js → page-DOMcZ32B.js} +2 -2
- package/lib/web_chunk/assets/{page-DVOFQ8PQ.js → page-UFKhzaBS.js} +4 -4
- package/lib/web_chunk/assets/{parsers-DG8cIK4g.js → parsers-hHXM_I09.js} +1 -1
- package/lib/web_chunk/assets/{request-DTUmEUrr.js → request-BZjv96I-.js} +1 -1
- package/lib/web_chunk/assets/{select-DLWN_-Ck.js → select-B2ihEJiI.js} +1 -1
- package/lib/web_chunk/assets/{separator-CJxDARm4.js → separator-C4qjpx93.js} +1 -1
- package/lib/web_chunk/index.html +1 -1
- package/lib/web_chunk/sw.js +1 -1
- package/package.json +14 -15
- package/resources/image/other/changelog/banner.webp +0 -0
- package/lib/web_chunk/assets/core-BktEBjVB.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,61 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog
|
|
4
4
|
|
|
5
|
+
## [2.16.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.15.2...v2.16.0) (2025-12-13)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ 新功能
|
|
9
|
+
|
|
10
|
+
* **core:** 新增启动时版本检查(beta) ([a76b2c0](https://github.com/ikenxuan/karin-plugin-kkk/commit/a76b2c0252533cbb686e47bad46248dc34c3758c))
|
|
11
|
+
* **抖音:** 添加次级评论解析功能并优化评论展示 ([13aa2da](https://github.com/ikenxuan/karin-plugin-kkk/commit/13aa2dab7f2ffc214ef7314a0578b3278368478f))
|
|
12
|
+
* 更新node-karin依赖至1.13.8版本 ([e9fdf3e](https://github.com/ikenxuan/karin-plugin-kkk/commit/e9fdf3ec23b26cc9dfa3139cb786cfc7c49992cf))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### 🐛 错误修复
|
|
16
|
+
|
|
17
|
+
* **build-metadata:** 确保git命令在仓库根目录执行 ([e9fdf3e](https://github.com/ikenxuan/karin-plugin-kkk/commit/e9fdf3ec23b26cc9dfa3139cb786cfc7c49992cf))
|
|
18
|
+
* types,throw handlerError Error ([e74a98f](https://github.com/ikenxuan/karin-plugin-kkk/commit/e74a98f0f2a675b3faace42b531a4c54e9ffbb91))
|
|
19
|
+
* 手动更新获取不到更新日志 ([c4a9cdb](https://github.com/ikenxuan/karin-plugin-kkk/commit/c4a9cdb4878f7801f82f9323a0cf8c8fe08cd935))
|
|
20
|
+
* 抖音直播推送刚开播获取不到直播封面的边缘情况 ([55ff549](https://github.com/ikenxuan/karin-plugin-kkk/commit/55ff54929c4e83d10148488042ce8e01b8ebb508))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### 📝 文档更新
|
|
24
|
+
|
|
25
|
+
* **docs:** 更新文档站点UI与功能,新增暗黑模式支持与响应式设计 ([b2a6e11](https://github.com/ikenxuan/karin-plugin-kkk/commit/b2a6e11526d4285fa4bb45846dab2b825dc5245a))
|
|
26
|
+
* readme ([93393e8](https://github.com/ikenxuan/karin-plugin-kkk/commit/93393e89a94300692c3a9a3eda09ed1c60dcba5e))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### 🧰 其他更新
|
|
30
|
+
|
|
31
|
+
* build ci/cd ([8fde15c](https://github.com/ikenxuan/karin-plugin-kkk/commit/8fde15c00e0cc0219f0ac5a7c9c7074cd899c8cb))
|
|
32
|
+
* karin版本最低1.14.0 ([2c08cf5](https://github.com/ikenxuan/karin-plugin-kkk/commit/2c08cf5ab2dabebb3b7a3694120fc3326349be85))
|
|
33
|
+
* 优化模板开发面板,优化开发体验 ([ff98038](https://github.com/ikenxuan/karin-plugin-kkk/commit/ff98038a78e7ec7edb6495704a280584eefc98f2))
|
|
34
|
+
* 工作区子模块? ([72500e1](https://github.com/ikenxuan/karin-plugin-kkk/commit/72500e118594a3226cb9e4b38afa183fffe3c5e2))
|
|
35
|
+
* 改炸了 ([52ba955](https://github.com/ikenxuan/karin-plugin-kkk/commit/52ba95560fe5dd81fd505009ff6e5d4c37df7cb2))
|
|
36
|
+
* 无关紧要的更新 ([3d32c07](https://github.com/ikenxuan/karin-plugin-kkk/commit/3d32c0778c4b48332f8430714579ce6331b81558))
|
|
37
|
+
* 添加typescript-eslint开发依赖 ([e9fdf3e](https://github.com/ikenxuan/karin-plugin-kkk/commit/e9fdf3ec23b26cc9dfa3139cb786cfc7c49992cf))
|
|
38
|
+
* 细优模板开发面板 ([52744a5](https://github.com/ikenxuan/karin-plugin-kkk/commit/52744a52a930a63925052b9552d376f1346bbe00))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### ♻️ 代码重构
|
|
42
|
+
|
|
43
|
+
* **logger:** 重构日志模块使用node-karin/log4js替代自定义实现 ([e9fdf3e](https://github.com/ikenxuan/karin-plugin-kkk/commit/e9fdf3ec23b26cc9dfa3139cb786cfc7c49992cf))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### 📦 依赖更新
|
|
47
|
+
|
|
48
|
+
* update ([b143293](https://github.com/ikenxuan/karin-plugin-kkk/commit/b143293ac7b8cce5a08a3a2ac9a3f1c232f27d06))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### ✨ 细节优化
|
|
52
|
+
|
|
53
|
+
* boom ([2277156](https://github.com/ikenxuan/karin-plugin-kkk/commit/22771568f6a04e9f983a9322741d7c7d49716951))
|
|
54
|
+
* use checkPort ([3c04494](https://github.com/ikenxuan/karin-plugin-kkk/commit/3c044945170e0107a6caaeb400de6b29c1761376))
|
|
55
|
+
* 优化更新流程 ([118443f](https://github.com/ikenxuan/karin-plugin-kkk/commit/118443f671aa096d9225509b32a1597cf2e6edc7))
|
|
56
|
+
* 兼容性提高 ([eefd8e6](https://github.com/ikenxuan/karin-plugin-kkk/commit/eefd8e67ab3b309b5799f9cce0bad155eec6a4a2))
|
|
57
|
+
* 兼容性提高 ([790d7be](https://github.com/ikenxuan/karin-plugin-kkk/commit/790d7be05af91641fe4d3780476a6140cbe960fb))
|
|
58
|
+
* 脱敏打印 ([7d63492](https://github.com/ikenxuan/karin-plugin-kkk/commit/7d634920f8e5f7fe818997d8d87176a59ee7a04d))
|
|
59
|
+
|
|
5
60
|
## [2.15.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.15.1...v2.15.2) (2025-12-07)
|
|
6
61
|
|
|
7
62
|
|
package/README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
# karin-plugin-kkk
|
|
4
4
|
|
|
5
|
+
[](https://www.npmjs.com/package/karin-plugin-kkk)
|
|
6
|
+
[](https://www.npmjs.com/package/karin-plugin-kkk)
|
|
7
|
+
[](https://github.com/ikenxuan/karin-plugin-kkk)
|
|
8
|
+
[](https://github.com/ikenxuan/karin-plugin-kkk/issues)
|
|
5
9
|
[](https://pkg.pr.new/~/ikenxuan/karin-plugin-kkk)
|
|
6
10
|
|
|
7
11
|
_Karin 的「抖音」「B 站」视频解析/动态推送插件_
|
|
@@ -31,14 +35,14 @@ pnpm add karin-plugin-kkk@latest -w
|
|
|
31
35
|
|
|
32
36
|
## Link
|
|
33
37
|
|
|
34
|
-
| 文档 | [](https://karin-plugin-kkk-docs.vercel.app) | [](https://karin-plugin-kkk-docs.netlify.app) |
|
|
35
39
|
|:-:|:-:|:-:|
|
|
36
|
-
| QQ 群 | [](https://qm.qq.com/q/DgLbCERYVG) | |
|
|
37
41
|
| DeepWiki | [](https://deepwiki.com/ikenxuan/karin-plugin-kkk) | |
|
|
38
42
|
|
|
39
43
|
## Thanks
|
|
40
44
|
|
|
41
|
-
- [Karin](https://github.com/Karinjs/Karin) - Bot 框架
|
|
45
|
+
- [Karin](https://github.com/Karinjs/Karin) - 即时通讯 Bot 框架
|
|
42
46
|
- [amagi](https://github.com/ikenxuan/amagi) - 接口文档与加密参数算法
|
|
43
47
|
|
|
44
48
|
## Contributors
|
|
@@ -13,6 +13,12 @@ sendContent:
|
|
|
13
13
|
# 抖音评论数量,范围 1 ~ x 条
|
|
14
14
|
numcomment: 5
|
|
15
15
|
|
|
16
|
+
# 次级评论请求数量,范围1 ~ x 条,最高尽量 8 条左右,当前逻辑不仅无法判断请求的来的评论的嵌套深度,而且「subCommentDepth」会限制嵌套深度,超过深度的评论会被截断
|
|
17
|
+
subCommentLimit: 5
|
|
18
|
+
|
|
19
|
+
# 次级评论嵌套深度,范围1 ~ 6 层
|
|
20
|
+
subCommentDepth: 3
|
|
21
|
+
|
|
16
22
|
# 评论图是否显示真实评论数量,关闭则显示解析到的评论数量
|
|
17
23
|
realCommentCount: false
|
|
18
24
|
|
package/lib/apps/admin.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import "../core_chunk/
|
|
2
|
-
import
|
|
3
|
-
import "../core_chunk/
|
|
1
|
+
import "../core_chunk/rolldown-runtime-BMXAG3ag.js";
|
|
2
|
+
import "../core_chunk/vendor-ChYBW26y.js";
|
|
3
|
+
import { C as setbilick, S as removeAllFiles, T as task, b as biLogin, w as setdyck, x as dylogin } from "../core_chunk/main-Bmugin6e.js";
|
|
4
|
+
import "../core_chunk/template-cndbaOTf.js";
|
|
4
5
|
export { biLogin, dylogin, removeAllFiles, setbilick, setdyck, task };
|
package/lib/apps/help.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import "../core_chunk/
|
|
2
|
-
import
|
|
3
|
-
import "../core_chunk/
|
|
1
|
+
import "../core_chunk/rolldown-runtime-BMXAG3ag.js";
|
|
2
|
+
import "../core_chunk/vendor-ChYBW26y.js";
|
|
3
|
+
import { v as help, y as version } from "../core_chunk/main-Bmugin6e.js";
|
|
4
|
+
import "../core_chunk/template-cndbaOTf.js";
|
|
4
5
|
export { help, version };
|
package/lib/apps/push.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import "../core_chunk/
|
|
2
|
-
import
|
|
3
|
-
import "../core_chunk/
|
|
1
|
+
import "../core_chunk/rolldown-runtime-BMXAG3ag.js";
|
|
2
|
+
import "../core_chunk/vendor-ChYBW26y.js";
|
|
3
|
+
import { _ as testDouyinPush, d as changeBotID, f as douyinPush, g as setdyPush, h as setbiliPush, l as bilibiliPush, m as forcePush, p as douyinPushList, u as bilibiliPushList } from "../core_chunk/main-Bmugin6e.js";
|
|
4
|
+
import "../core_chunk/template-cndbaOTf.js";
|
|
4
5
|
export { bilibiliPush, bilibiliPushList, changeBotID, douyinPush, douyinPushList, forcePush, setbiliPush, setdyPush, testDouyinPush };
|
package/lib/apps/tools.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import "../core_chunk/
|
|
2
|
-
import
|
|
3
|
-
import "../core_chunk/
|
|
1
|
+
import "../core_chunk/rolldown-runtime-BMXAG3ag.js";
|
|
2
|
+
import "../core_chunk/vendor-ChYBW26y.js";
|
|
3
|
+
import { a as douyinAPP, c as xiaohongshuAPP, i as bilibiliAPP, o as kuaishouAPP, s as prefix } from "../core_chunk/main-Bmugin6e.js";
|
|
4
|
+
import "../core_chunk/template-cndbaOTf.js";
|
|
4
5
|
export { bilibiliAPP, douyinAPP, kuaishouAPP, prefix, xiaohongshuAPP };
|
package/lib/apps/update.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import "../core_chunk/
|
|
2
|
-
import
|
|
3
|
-
import "../core_chunk/
|
|
1
|
+
import "../core_chunk/rolldown-runtime-BMXAG3ag.js";
|
|
2
|
+
import "../core_chunk/vendor-ChYBW26y.js";
|
|
3
|
+
import { n as kkkUpdateCommand, r as update, t as kkkUpdate } from "../core_chunk/main-Bmugin6e.js";
|
|
4
|
+
import "../core_chunk/template-cndbaOTf.js";
|
|
4
5
|
export { kkkUpdate, kkkUpdateCommand, update };
|
package/lib/build-metadata.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.
|
|
3
|
-
"buildTime": "2025-12-
|
|
4
|
-
"buildTimestamp":
|
|
2
|
+
"version": "2.16.0",
|
|
3
|
+
"buildTime": "2025-12-13T08:20:47.709Z",
|
|
4
|
+
"buildTimestamp": 1765614047709,
|
|
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": "70bbb709352c360e2be37c76435bc81aa6e3a30b",
|
|
9
|
+
"shortCommitHash": "70bbb709"
|
|
10
10
|
}
|