karin-plugin-kkk 2.32.2 → 2.33.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 CHANGED
@@ -2,6 +2,41 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ## [2.33.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.32.3...v2.33.0) (2026-06-04)
6
+
7
+
8
+ ### ✨ 新功能
9
+
10
+ * **bilibili:** 视频信息添加悬浮弹幕于封面图上 ([d40789e](https://github.com/ikenxuan/karin-plugin-kkk/commit/d40789e1c3e7738f871f003dafbd5a26a71be175))
11
+
12
+
13
+ ### 🐛 错误修复
14
+
15
+ * type ([5da44cf](https://github.com/ikenxuan/karin-plugin-kkk/commit/5da44cf427c9dc2b89ffffcfb9ef77968155b718))
16
+
17
+
18
+ ### 📦 依赖更新
19
+
20
+ * update ([dcbdad5](https://github.com/ikenxuan/karin-plugin-kkk/commit/dcbdad57f54e5f0a99b88b4898b3711b9d36c423))
21
+
22
+ ## [2.32.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.32.2...v2.32.3) (2026-05-30)
23
+
24
+
25
+ ### 💄 UI 优化
26
+
27
+ * **dy:** 重写部分组件样式 ([#314](https://github.com/ikenxuan/karin-plugin-kkk/issues/314)) ([62bdd2e](https://github.com/ikenxuan/karin-plugin-kkk/commit/62bdd2e05d63bf9163018e34aa337128699470c9))
28
+
29
+
30
+ ### 📦 依赖更新
31
+
32
+ * update ([ec65953](https://github.com/ikenxuan/karin-plugin-kkk/commit/ec659530189b6c0eaf8307fd769984daa6f497e6))
33
+
34
+
35
+ ### 💯 细节优化
36
+
37
+ * 114514 ([98f1bb9](https://github.com/ikenxuan/karin-plugin-kkk/commit/98f1bb93c73bf6b05691cc6dfbe2c5e4e642901a))
38
+ * **douyin:** 支持富文本描述和提及功能,优化抖音作品展示 ([e643238](https://github.com/ikenxuan/karin-plugin-kkk/commit/e643238d6bb28c62572dc0afbfe2dc032c2fa690))
39
+
5
40
  ## [2.32.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.32.1...v2.32.2) (2026-05-28)
6
41
 
7
42
 
package/lib/apps/admin.js CHANGED
@@ -1,2 +1,2 @@
1
- import { D as task, E as removeOldFiles, O as testWrapWithErrorHandler, T as dylogin, w as biLogin } from "../core_chunk/main.js";
1
+ import { D as removeOldFiles, E as dylogin, O as task, T as biLogin, k as testWrapWithErrorHandler } from "../core_chunk/main.js";
2
2
  export { biLogin, dylogin, removeOldFiles, task, testWrapWithErrorHandler };
package/lib/apps/help.js CHANGED
@@ -1,2 +1,2 @@
1
- import { C as version, S as help } from "../core_chunk/main.js";
1
+ import { C as help, w as version } from "../core_chunk/main.js";
2
2
  export { help, version };
package/lib/apps/push.js CHANGED
@@ -1,2 +1,2 @@
1
- import { _ as douyinPushList, b as setbiliPush, g as douyinPush, h as changeBotID, m as bilibiliPushList, p as bilibiliPush, v as forcePush, x as setdyPush, y as globalIgnore } from "../core_chunk/main.js";
1
+ import { S as setdyPush, _ as douyinPush, b as globalIgnore, g as changeBotID, h as bilibiliPushList, m as bilibiliPush, v as douyinPushList, x as setbiliPush, y as forcePush } from "../core_chunk/main.js";
2
2
  export { bilibiliPush, bilibiliPushList, changeBotID, douyinPush, douyinPushList, forcePush, globalIgnore, setbiliPush, setdyPush };
@@ -1,2 +1,2 @@
1
- import { f as qrLogin } from "../core_chunk/main.js";
1
+ import { p as qrLogin } from "../core_chunk/main.js";
2
2
  export { qrLogin };
@@ -1,2 +1,2 @@
1
- import { d as groupStatistics, u as globalStatistics } from "../core_chunk/main.js";
1
+ import { d as globalStatistics, f as groupStatistics } from "../core_chunk/main.js";
2
2
  export { globalStatistics, groupStatistics };
@@ -0,0 +1,2 @@
1
+ import { u as testPush } from "../core_chunk/main.js";
2
+ export { testPush };
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "2.32.2",
3
- "buildTime": "2026-05-29T02:16:39.158Z",
4
- "buildTimestamp": 1780020999158,
2
+ "version": "2.33.0",
3
+ "buildTime": "2026-06-06T02:50:15.563Z",
4
+ "buildTimestamp": 1780714215563,
5
5
  "name": "karin-plugin-kkk",
6
6
  "description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
7
7
  "homepage": "https://github.com/ikenxuan/karin-plugin-kkk",
8
- "commitHash": "a1dbea26be9d1e5cc3cf4e9c076867a56e887d25",
9
- "shortCommitHash": "a1dbea26"
8
+ "commitHash": "2c96cfa8815eb3b043919f9b4aac06bbc1283e3a",
9
+ "shortCommitHash": "2c96cfa8"
10
10
  }