karin-plugin-kkk 2.37.1 → 2.39.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,36 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ## [2.39.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.38.0...v2.39.0) (2026-07-13)
6
+
7
+
8
+ ### ✨ 新功能
9
+
10
+ * **bilibili:** 添加推送解析动态类型配置,支持视频、图文和文章动态 ([fb5f075](https://github.com/ikenxuan/karin-plugin-kkk/commit/fb5f0752aa67a686e8855de77906f627a4dec2e3))
11
+
12
+
13
+ ### 🐛 错误修复
14
+
15
+ * 重构封面主题请求处理,统一抖音和哔哩哔哩封面逻辑 ([5b333f1](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b333f1f2d2529c0e8176862c63e17c66de36215))
16
+
17
+
18
+ ### 💄 UI 优化
19
+
20
+ * 优化部分模板字号 ([517ef25](https://github.com/ikenxuan/karin-plugin-kkk/commit/517ef258d510557a6ce2a1b5932a886b32fda251))
21
+
22
+ ## [2.38.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.37.1...v2.38.0) (2026-07-10)
23
+
24
+
25
+ ### ✨ 新功能
26
+
27
+ * **douyin:** 优化作品分享链接生成逻辑,支持不同类型作品的短链接 ([206927b](https://github.com/ikenxuan/karin-plugin-kkk/commit/206927bb68d3a3c7f24224c7fea2d76f5d067486))
28
+ * 替换二维码生成逻辑,支持带头像的二维码组件,并更新相关依赖 ([5428123](https://github.com/ikenxuan/karin-plugin-kkk/commit/5428123b71e33c5109714f3f0cc16d5dd438ecb8))
29
+
30
+
31
+ ### 💄 UI 优化
32
+
33
+ * **dy:** 增强噪点层视觉效果 ([37b2e1c](https://github.com/ikenxuan/karin-plugin-kkk/commit/37b2e1cb38f9243109533caabe7f462dd2d9a852))
34
+
5
35
  ## [2.37.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.37.0...v2.37.1) (2026-07-10)
6
36
 
7
37
 
@@ -92,6 +92,14 @@ push:
92
92
  cron: '*/10 * * * *'
93
93
  # 推送时是否一同解析该动态
94
94
  parsedynamic: false
95
+ # 开启推送解析后,需要进一步解析的动态类型
96
+ # - DYNAMIC_TYPE_AV: 视频动态
97
+ # - DYNAMIC_TYPE_DRAW: 图文动态
98
+ # - DYNAMIC_TYPE_ARTICLE: 文章动态
99
+ parseDynamicTypes:
100
+ - DYNAMIC_TYPE_AV
101
+ - DYNAMIC_TYPE_DRAW
102
+ - DYNAMIC_TYPE_ARTICLE
95
103
  # 推送时遇到视频动态时解析的画质偏好设置,0 为自动根据「pushMaxAutoVideoSize」大小选择,其他为固定画质,仅「parsedynamic」为 true 时生效
96
104
  # - 0: 自动根据大小选择
97
105
  # - 6: 240P 极速 (仅MP4格式支持)
@@ -112,6 +112,7 @@
112
112
  "permission": "all",
113
113
  "cron": "*/10 * * * *",
114
114
  "parsedynamic": true,
115
+ "parseDynamicTypes": ["DYNAMIC_TYPE_AV", "DYNAMIC_TYPE_DRAW", "DYNAMIC_TYPE_ARTICLE"],
115
116
  "pushVideoQuality": 120,
116
117
  "pushMaxAutoVideoSize": 1000
117
118
  }
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "2.37.1",
3
- "buildTime": "2026-07-10T10:55:31.473Z",
4
- "buildTimestamp": 1783680931473,
2
+ "version": "2.39.0",
3
+ "buildTime": "2026-07-13T15:38:58.674Z",
4
+ "buildTimestamp": 1783957138674,
5
5
  "name": "karin-plugin-kkk",
6
6
  "description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
7
7
  "homepage": "https://github.com/ikenxuan/karin-plugin-kkk",
8
- "commitHash": "02f47fc0b64b44b5bed99dc5846142408de6c9e0",
9
- "shortCommitHash": "02f47fc0"
8
+ "commitHash": "7811247385460303218aad4b7e420c47cbb59ce5",
9
+ "shortCommitHash": "78112473"
10
10
  }