karin-plugin-kkk 2.34.0 → 2.36.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 +869 -1165
- package/README.md +4 -5
- package/config/default_config/app.yaml +1 -1
- package/config/default_config/bilibili.yaml +2 -2
- package/config/default_config/config.json +136 -0
- package/config/default_config/cookies.yaml +2 -2
- package/config/default_config/douyin.yaml +3 -3
- package/config/default_config/kuaishou.yaml +1 -1
- package/config/default_config/pushlist.yaml +6 -6
- package/config/default_config/request.yaml +1 -1
- package/config/default_config/xiaohongshu.yaml +2 -2
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/amagi.d.mts +18 -18
- package/lib/core_chunk/amagi.js +1 -1
- package/lib/core_chunk/amagiClient.js +1 -1
- package/lib/core_chunk/main.js +752 -1928
- package/lib/core_chunk/vendor.js +4738 -2417
- package/lib/karin-plugin-kkk.css +198 -236
- package/lib/root.js +1 -1
- package/lib/web/assets/CronEditor-KiEwYMrF.js +1 -0
- package/lib/web/assets/DesktopLayout-Cdla4l6u.js +1 -0
- package/lib/web/assets/MobileLayout-DfXVuyA-.js +1 -0
- package/lib/web/assets/ThemeSwitch-DcAlzu8R.js +1 -0
- package/lib/web/assets/index-3mh4kVq1.css +2 -0
- package/lib/web/assets/index-zS6iiHmV.js +47 -0
- package/lib/web/index.html +3 -3
- package/package.json +28 -28
- package/resources/font/bilifont/font.css +3 -3
- package/resources/font/fansmedal-num/font.css +1 -1
- package/lib/web/assets/AboutPanel-DFjZYu60.js +0 -1
- package/lib/web/assets/DesktopLayout-Cr5AitGP.js +0 -1
- package/lib/web/assets/MobileLayout-BW-vN-VU.js +0 -2
- package/lib/web/assets/index-8KaTMCj2.css +0 -2
- package/lib/web/assets/index-CQhoJUBv.js +0 -28
package/CHANGELOG.md
CHANGED
|
@@ -2,2566 +2,2270 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog
|
|
4
4
|
|
|
5
|
-
## [2.
|
|
5
|
+
## [2.36.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.35.0...v2.36.0) (2026-06-19)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### ✨ 新功能
|
|
9
9
|
|
|
10
|
-
*
|
|
10
|
+
* **web:** 新增 ConfigDiffOverlay 与 ConfigDiffView 组件,用于配置变更预览 ([43015ac](https://github.com/ikenxuan/karin-plugin-kkk/commit/43015acfe53bc7d88ae4e9ffb6ad63cfef5a97f0))
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
|
|
13
|
+
### 🐛 错误修复
|
|
14
|
+
|
|
15
|
+
* 更新 @heroui/react 和 @heroui/styles 依赖版本,修复潜在兼容性问题 ([1afd730](https://github.com/ikenxuan/karin-plugin-kkk/commit/1afd730f781e9fe19eb65b77571e2a2772e1a5e1))
|
|
16
|
+
* 渲染错误日志模板部分场景下中文字体无法加载 ([648bd10](https://github.com/ikenxuan/karin-plugin-kkk/commit/648bd101aff7b0155c86e67e97afe39a858c1095))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### 💄 UI 优化
|
|
20
|
+
|
|
21
|
+
* **douyin:** 使用官方统计图标 ([7c4cef0](https://github.com/ikenxuan/karin-plugin-kkk/commit/7c4cef0576ffd9abcc3f70a09e1785979fec56f1))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### ♻️ 代码重构
|
|
25
|
+
|
|
26
|
+
* 优化 Switch 和 Checkbox 组件的渲染结构,提升可读性 ([1afd730](https://github.com/ikenxuan/karin-plugin-kkk/commit/1afd730f781e9fe19eb65b77571e2a2772e1a5e1))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### 📦 依赖更新
|
|
30
|
+
|
|
31
|
+
* 更新 ([cf30ff8](https://github.com/ikenxuan/karin-plugin-kkk/commit/cf30ff8a7f004bd63b2a54982f44b0897417428b))
|
|
32
|
+
|
|
33
|
+
## [2.35.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.34.0...v2.35.0) (2026-06-12)
|
|
13
34
|
|
|
14
35
|
|
|
15
36
|
### ✨ 新功能
|
|
16
37
|
|
|
17
|
-
*
|
|
38
|
+
* 开发可视化 Cron 表达式编辑器组件 ([6e437b7](https://github.com/ikenxuan/karin-plugin-kkk/commit/6e437b7eba4e21f05a29849bb5dcd1e897d43ba6))
|
|
18
39
|
|
|
19
40
|
|
|
20
|
-
###
|
|
41
|
+
### 🧰 其他更新
|
|
42
|
+
|
|
43
|
+
* 移除部分无用代码 ([506234e](https://github.com/ikenxuan/karin-plugin-kkk/commit/506234e03b58bc9a346d39af7f866ceb23b97092))
|
|
44
|
+
|
|
21
45
|
|
|
22
|
-
|
|
46
|
+
### ♻️ 代码重构
|
|
47
|
+
|
|
48
|
+
* add configuration files for oxfmt and oxlint across multiple packages ([df2bb5e](https://github.com/ikenxuan/karin-plugin-kkk/commit/df2bb5edf96f858d959479286bb614915282a702))
|
|
49
|
+
* Implement server module with API, config, bot management, and video streaming functionalities ([9cd7950](https://github.com/ikenxuan/karin-plugin-kkk/commit/9cd795074134355db56446fb73e1415677562282))
|
|
50
|
+
* 合并部分配置 ([6e437b7](https://github.com/ikenxuan/karin-plugin-kkk/commit/6e437b7eba4e21f05a29849bb5dcd1e897d43ba6))
|
|
51
|
+
* 更新日志信息,添加插件标识,优化主题更新逻辑,移除无用的 CSS 变体 ([51f76d8](https://github.com/ikenxuan/karin-plugin-kkk/commit/51f76d8f00818bbae8f5e0941a47d394ac1c7102))
|
|
52
|
+
* 重构配置,由yaml迁移到json,载入自动迁移 ([6e437b7](https://github.com/ikenxuan/karin-plugin-kkk/commit/6e437b7eba4e21f05a29849bb5dcd1e897d43ba6))
|
|
23
53
|
|
|
24
54
|
|
|
25
55
|
### 📦 依赖更新
|
|
26
56
|
|
|
27
|
-
* update ([
|
|
57
|
+
* deps update ([2fb9d6f](https://github.com/ikenxuan/karin-plugin-kkk/commit/2fb9d6f6188815410ac62847f8c1d72871fa17d7))
|
|
28
58
|
|
|
29
|
-
## [2.32.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.32.2...v2.32.3) (2026-05-30)
|
|
30
59
|
|
|
60
|
+
### ⚙️ 配置变更
|
|
31
61
|
|
|
32
|
-
|
|
62
|
+
* B站视频信息模板中封面的弹幕可选择关闭 ([6e437b7](https://github.com/ikenxuan/karin-plugin-kkk/commit/6e437b7eba4e21f05a29849bb5dcd1e897d43ba6))
|
|
63
|
+
|
|
64
|
+
## [2.34.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.33.0...v2.34.0) (2026-06-11)
|
|
65
|
+
|
|
66
|
+
### ✨ 新功能
|
|
67
|
+
|
|
68
|
+
- 使用自带的配置管理面板 ([#317](https://github.com/ikenxuan/karin-plugin-kkk/issues/317)) ([0cd3ecb](https://github.com/ikenxuan/karin-plugin-kkk/commit/0cd3ecb7856f80b07401871b68e4d3f8232071eb))
|
|
69
|
+
|
|
70
|
+
## [2.33.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.32.3...v2.33.0) (2026-06-04)
|
|
71
|
+
|
|
72
|
+
### ✨ 新功能
|
|
73
|
+
|
|
74
|
+
- **bilibili:** 视频信息添加悬浮弹幕于封面图上 ([d40789e](https://github.com/ikenxuan/karin-plugin-kkk/commit/d40789e1c3e7738f871f003dafbd5a26a71be175))
|
|
33
75
|
|
|
34
|
-
|
|
76
|
+
### 🐛 错误修复
|
|
35
77
|
|
|
78
|
+
- type ([5da44cf](https://github.com/ikenxuan/karin-plugin-kkk/commit/5da44cf427c9dc2b89ffffcfb9ef77968155b718))
|
|
36
79
|
|
|
37
80
|
### 📦 依赖更新
|
|
38
81
|
|
|
39
|
-
|
|
82
|
+
- update ([dcbdad5](https://github.com/ikenxuan/karin-plugin-kkk/commit/dcbdad57f54e5f0a99b88b4898b3711b9d36c423))
|
|
83
|
+
|
|
84
|
+
## [2.32.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.32.2...v2.32.3) (2026-05-30)
|
|
85
|
+
|
|
86
|
+
### 💄 UI 优化
|
|
87
|
+
|
|
88
|
+
- **dy:** 重写部分组件样式 ([#314](https://github.com/ikenxuan/karin-plugin-kkk/issues/314)) ([62bdd2e](https://github.com/ikenxuan/karin-plugin-kkk/commit/62bdd2e05d63bf9163018e34aa337128699470c9))
|
|
40
89
|
|
|
90
|
+
### 📦 依赖更新
|
|
91
|
+
|
|
92
|
+
- update ([ec65953](https://github.com/ikenxuan/karin-plugin-kkk/commit/ec659530189b6c0eaf8307fd769984daa6f497e6))
|
|
41
93
|
|
|
42
94
|
### 💯 细节优化
|
|
43
95
|
|
|
44
|
-
|
|
45
|
-
|
|
96
|
+
- 114514 ([98f1bb9](https://github.com/ikenxuan/karin-plugin-kkk/commit/98f1bb93c73bf6b05691cc6dfbe2c5e4e642901a))
|
|
97
|
+
- **douyin:** 支持富文本描述和提及功能,优化抖音作品展示 ([e643238](https://github.com/ikenxuan/karin-plugin-kkk/commit/e643238d6bb28c62572dc0afbfe2dc032c2fa690))
|
|
46
98
|
|
|
47
99
|
## [2.32.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.32.1...v2.32.2) (2026-05-28)
|
|
48
100
|
|
|
49
|
-
|
|
50
101
|
### 🐛 错误修复
|
|
51
102
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
103
|
+
- **bilibili:** 修复推送项中的装饰卡片字段名称 ([cfd0ee3](https://github.com/ikenxuan/karin-plugin-kkk/commit/cfd0ee3eabfc26264898fb500d71931f529d7592))
|
|
104
|
+
- 添加一个bug ([35d95c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/35d95c2a011d4f31b6c9b88937242f3cf15538f1))
|
|
55
105
|
|
|
56
106
|
### 📦 依赖更新
|
|
57
107
|
|
|
58
|
-
|
|
59
|
-
|
|
108
|
+
- update ([38acf3d](https://github.com/ikenxuan/karin-plugin-kkk/commit/38acf3d86338b6b220ceb89e7cb63500844811fe))
|
|
109
|
+
- update ([#313](https://github.com/ikenxuan/karin-plugin-kkk/issues/313)) ([23c7b7d](https://github.com/ikenxuan/karin-plugin-kkk/commit/23c7b7d53975e5cd6b11ecc41acb0cc21a82d48d))
|
|
60
110
|
|
|
61
111
|
## [2.32.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.32.0...v2.32.1) (2026-05-27)
|
|
62
112
|
|
|
63
|
-
|
|
64
113
|
### 🐛 错误修复
|
|
65
114
|
|
|
66
|
-
|
|
115
|
+
- **bilibili:** 推送爆了 ([cd87724](https://github.com/ikenxuan/karin-plugin-kkk/commit/cd8772438ed7c3a2c558f9a1b4455079e4a58f2c))
|
|
67
116
|
|
|
68
117
|
## [2.32.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.31.2...v2.32.0) (2026-05-27)
|
|
69
118
|
|
|
70
|
-
|
|
71
119
|
### ✨ 新功能
|
|
72
120
|
|
|
73
|
-
|
|
121
|
+
- **bilibili:** 转发视频动态添加更多信息 ([1871976](https://github.com/ikenxuan/karin-plugin-kkk/commit/1871976482daa3f7fc32d9c1af863c9e946abbcf))
|
|
74
122
|
|
|
75
123
|
## [2.31.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.31.1...v2.31.2) (2026-05-27)
|
|
76
124
|
|
|
77
|
-
|
|
78
125
|
### 🐛 错误修复
|
|
79
126
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
127
|
+
- cn ([80bbe06](https://github.com/ikenxuan/karin-plugin-kkk/commit/80bbe06b7e92da7c90c5bd941e0109ca3d50497d))
|
|
128
|
+
- theme ([40b97d5](https://github.com/ikenxuan/karin-plugin-kkk/commit/40b97d599a2baaf271cda5af262aed3ae92fab9c))
|
|
129
|
+
- 修复二维码生成使用错误的属性 ([43396cc](https://github.com/ikenxuan/karin-plugin-kkk/commit/43396cc92a6f630c9c8daf1a52ebfc56f44aebc2))
|
|
130
|
+
- 细优 ([705faca](https://github.com/ikenxuan/karin-plugin-kkk/commit/705faca5de99b3b38ff7b9bdd5dd677b5d609221))
|
|
85
131
|
|
|
86
132
|
### 💄 UI 优化
|
|
87
133
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
134
|
+
- **bilibili:** 优化部分间距 ([129b53a](https://github.com/ikenxuan/karin-plugin-kkk/commit/129b53a95f08bf23052da4019c66fb1bd617d5d5))
|
|
135
|
+
- 细节优化 ([3f5d40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/3f5d40cbbf8789e68fdb9321a08958783a385192))
|
|
136
|
+
- 间距 ([83c5d09](https://github.com/ikenxuan/karin-plugin-kkk/commit/83c5d09fcbd6b86995787c1ef6d638a21bf9a3c1))
|
|
92
137
|
|
|
93
138
|
### 🧰 其他更新
|
|
94
139
|
|
|
95
|
-
|
|
96
|
-
|
|
140
|
+
- use ahooks ([bd7857c](https://github.com/ikenxuan/karin-plugin-kkk/commit/bd7857ca3fb604d606e5c067fa0ac64c7f736474))
|
|
97
141
|
|
|
98
142
|
### ♻️ 代码重构
|
|
99
143
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
144
|
+
- 引用解析时扫码使用 @ikenxuan/qrcode 的实现 ([#309](https://github.com/ikenxuan/karin-plugin-kkk/issues/309)) ([6fecaaa](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fecaaa01b04aae68d938dc8c5a971cc8d513eef))
|
|
145
|
+
- 替换二维码生成实现 ([#308](https://github.com/ikenxuan/karin-plugin-kkk/issues/308)) ([c211d4e](https://github.com/ikenxuan/karin-plugin-kkk/commit/c211d4ee2075d5d4e98ba9416c37a05daaa762f2))
|
|
103
146
|
|
|
104
147
|
### 📦 依赖更新
|
|
105
148
|
|
|
106
|
-
|
|
107
|
-
|
|
149
|
+
- update ([f9a0f48](https://github.com/ikenxuan/karin-plugin-kkk/commit/f9a0f48def45a8a77dd08969da26dc38c2b16960))
|
|
108
150
|
|
|
109
151
|
### 💯 细节优化
|
|
110
152
|
|
|
111
|
-
|
|
112
|
-
|
|
153
|
+
- add tailwind-merge ([6fd58ef](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fd58ef8c303ba8595000bf04b16f9f912eb2fbc))
|
|
154
|
+
- 添加debug日志 ([c7d8c6d](https://github.com/ikenxuan/karin-plugin-kkk/commit/c7d8c6db074891faf64df95ac4be21974092e08b))
|
|
113
155
|
|
|
114
156
|
## [2.31.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.31.0...v2.31.1) (2026-05-23)
|
|
115
157
|
|
|
116
|
-
|
|
117
158
|
### 🐛 错误修复
|
|
118
159
|
|
|
119
|
-
|
|
120
|
-
|
|
160
|
+
- **抖音:** 视频索引错误导致断点续传损坏视频文件 ([aa72ba8](https://github.com/ikenxuan/karin-plugin-kkk/commit/aa72ba84a6d463f52afac7ac5526ed19c0b00f22))
|
|
121
161
|
|
|
122
162
|
### 💄 UI 优化
|
|
123
163
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
164
|
+
- update icon ([ede8e9c](https://github.com/ikenxuan/karin-plugin-kkk/commit/ede8e9c3533700ad5cb484f1e86ae3162b31cab7))
|
|
165
|
+
- 修复 B站视频动态组件中共创者信息的显示位置和样式 ([d2e965c](https://github.com/ikenxuan/karin-plugin-kkk/commit/d2e965cc38aeccaf453aefc40bd9e5e6821efe14))
|
|
166
|
+
- 提取部分公共组件、视频动态添加原动态正文信息。 ([33ec0f2](https://github.com/ikenxuan/karin-plugin-kkk/commit/33ec0f2d7e186c1a74bef6157ded869c68908d3d))
|
|
167
|
+
- 添加水平分隔线节点及相关功能,支持图片下方注释 ([19e2d24](https://github.com/ikenxuan/karin-plugin-kkk/commit/19e2d244a2f6486fbc871cd2431b5d5584f3e78f))
|
|
168
|
+
- 添加额外内容卡片支持,更新相关组件和类型定义 ([c6145f5](https://github.com/ikenxuan/karin-plugin-kkk/commit/c6145f503bca76b462e0f7a0c248019d8ca48a57))
|
|
169
|
+
- 细优 ([9261164](https://github.com/ikenxuan/karin-plugin-kkk/commit/92611644f35f75dbad5090b97215e0aed65dda0c))
|
|
170
|
+
- 间距 ([92bf6ad](https://github.com/ikenxuan/karin-plugin-kkk/commit/92bf6adbf68f13ca11350429ccdc9d23f121d7bb))
|
|
132
171
|
|
|
133
172
|
### ♻️ 代码重构
|
|
134
173
|
|
|
135
|
-
|
|
136
|
-
|
|
174
|
+
- 优化 Bilibili 动态处理逻辑,简化代码结构;调整视频内容组件样式 ([15bc5db](https://github.com/ikenxuan/karin-plugin-kkk/commit/15bc5db4702a8daa114f17978fb0b838d8a366d7))
|
|
137
175
|
|
|
138
176
|
### ⚙️ 配置变更
|
|
139
177
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
178
|
+
- 移除次级评论解析深度相关配置及逻辑,更新文档说明 ([f07f91c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f07f91c005fd6f97d9597ac2838fca8c30c62b4d))
|
|
179
|
+
- 移除真实评论数量相关配置及逻辑 ([af75c69](https://github.com/ikenxuan/karin-plugin-kkk/commit/af75c69ba0772739679314fc2fc2852d56827c76))
|
|
143
180
|
|
|
144
181
|
### 💯 细节优化
|
|
145
182
|
|
|
146
|
-
|
|
183
|
+
- 1 ([4509fb0](https://github.com/ikenxuan/karin-plugin-kkk/commit/4509fb08b658c0e085b068a4b1e05fc177834eea))
|
|
147
184
|
|
|
148
185
|
## [2.31.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.30.4...v2.31.0) (2026-05-19)
|
|
149
186
|
|
|
150
|
-
|
|
151
187
|
### ✨ 新功能
|
|
152
188
|
|
|
153
|
-
|
|
154
|
-
|
|
189
|
+
- 设置xx推送尝试开放qqbot ([da3abe8](https://github.com/ikenxuan/karin-plugin-kkk/commit/da3abe8b9542dbb5687625219c7912bb3837c4cd))
|
|
155
190
|
|
|
156
191
|
### 🐛 错误修复
|
|
157
192
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
193
|
+
- obv11 获取引用markdown消息无法解析的问题 ([90f2212](https://github.com/ikenxuan/karin-plugin-kkk/commit/90f221235ea6ff7d66febf7e25ac02a176265d0e))
|
|
194
|
+
- 细优 ([cccbf12](https://github.com/ikenxuan/karin-plugin-kkk/commit/cccbf12b17f943b380aa094a3d17ec48fff4ada4))
|
|
161
195
|
|
|
162
196
|
### 💄 UI 优化
|
|
163
197
|
|
|
164
|
-
|
|
165
|
-
|
|
198
|
+
- **B站:** 间距 ([f5932fd](https://github.com/ikenxuan/karin-plugin-kkk/commit/f5932fd1120a6d6b3f3b00fcf5ca81d0d5ee96d1))
|
|
166
199
|
|
|
167
200
|
### 🧰 其他更新
|
|
168
201
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
202
|
+
- other/live-photo-tip ([90d01b4](https://github.com/ikenxuan/karin-plugin-kkk/commit/90d01b42ee12177b6a011dc566ebdef8b097d8e5))
|
|
203
|
+
- 更新 ([7b70cae](https://github.com/ikenxuan/karin-plugin-kkk/commit/7b70cae064fe8381ad9f3037ec26b4d660b896fa))
|
|
172
204
|
|
|
173
205
|
### 📦 依赖更新
|
|
174
206
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
207
|
+
- update ([c2bfa4c](https://github.com/ikenxuan/karin-plugin-kkk/commit/c2bfa4cd54f01751a954c9b9efb5805c64baa861))
|
|
208
|
+
- 对等依赖 ([18467a2](https://github.com/ikenxuan/karin-plugin-kkk/commit/18467a21a24ca58ead06f9fd14db69f85872693e))
|
|
178
209
|
|
|
179
210
|
### 💯 细节优化
|
|
180
211
|
|
|
181
|
-
|
|
212
|
+
- 兼容性提高 ([2706a64](https://github.com/ikenxuan/karin-plugin-kkk/commit/2706a64b916b99c2d27d37e2864ca5805fb0f15b))
|
|
182
213
|
|
|
183
214
|
## [2.30.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.30.3...v2.30.4) (2026-05-13)
|
|
184
215
|
|
|
185
|
-
|
|
186
216
|
### 🐛 错误修复
|
|
187
217
|
|
|
188
|
-
|
|
189
|
-
|
|
218
|
+
- 更新日志diff二维码链接错误 ([50d1029](https://github.com/ikenxuan/karin-plugin-kkk/commit/50d1029ecb9e30e51767ebbc05d1b10e50b1cde9))
|
|
190
219
|
|
|
191
220
|
### 💄 UI 优化
|
|
192
221
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
222
|
+
- 优化更新日志背景配色 ([b49b21f](https://github.com/ikenxuan/karin-plugin-kkk/commit/b49b21f8ad0ea4d61217b683929405c2c586cbae))
|
|
223
|
+
- 更新评论图标为B站官方图标 ([6c53d92](https://github.com/ikenxuan/karin-plugin-kkk/commit/6c53d92158ee1e23dfc6e67821c1d190194a0aae))
|
|
224
|
+
- 细优报错图 ([4385094](https://github.com/ikenxuan/karin-plugin-kkk/commit/4385094a68d1aa5b3688d9339e9f39962f341242))
|
|
225
|
+
- 细优推送列表图片,添加群头像 ([6bfc87c](https://github.com/ikenxuan/karin-plugin-kkk/commit/6bfc87c3d9ef5d09f047b689f4d61e818abd9845))
|
|
197
226
|
|
|
198
227
|
## [2.30.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.30.2...v2.30.3) (2026-05-12)
|
|
199
228
|
|
|
200
|
-
|
|
201
229
|
### 🐛 错误修复
|
|
202
230
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
231
|
+
- ci ([cc3c7b0](https://github.com/ikenxuan/karin-plugin-kkk/commit/cc3c7b0588af98be3d2a82af3363c31fd2779296))
|
|
232
|
+
- ci ([f33ef0f](https://github.com/ikenxuan/karin-plugin-kkk/commit/f33ef0f4db26196cdf5e08379413690c560bd2e9))
|
|
233
|
+
- what can i say ([daab042](https://github.com/ikenxuan/karin-plugin-kkk/commit/daab042663b358f51d3c700bdeb17fe3a0d6ab2e))
|
|
207
234
|
|
|
208
235
|
### 📝 文档更新
|
|
209
236
|
|
|
210
|
-
|
|
211
|
-
|
|
237
|
+
- 移除i18n ([81d6c1f](https://github.com/ikenxuan/karin-plugin-kkk/commit/81d6c1fb2dc373b662c4ea38a16847583eada5b3))
|
|
212
238
|
|
|
213
239
|
### ♻️ 代码重构
|
|
214
240
|
|
|
215
|
-
|
|
241
|
+
- 迁移图标库 ([08b5c18](https://github.com/ikenxuan/karin-plugin-kkk/commit/08b5c1832ab466ed3a1046dae6a2f11bb427fca6))
|
|
216
242
|
|
|
217
243
|
## [2.30.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.30.1...v2.30.2) (2026-05-06)
|
|
218
244
|
|
|
219
|
-
|
|
220
245
|
### 🐛 错误修复
|
|
221
246
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
247
|
+
- add AI configuration and generation components ([baa62c7](https://github.com/ikenxuan/karin-plugin-kkk/commit/baa62c7a81ae2af8871f5f28cc1db2265379ab51))
|
|
248
|
+
- 断点续传 ([4478808](https://github.com/ikenxuan/karin-plugin-kkk/commit/4478808a428a464aa3e13c977d37b3da764adfe3))
|
|
249
|
+
- 部分场景图标缺失 ([d9d3024](https://github.com/ikenxuan/karin-plugin-kkk/commit/d9d30240dc857bf21e4d655150f4904e7973a009))
|
|
250
|
+
- 部分场景图标缺失 ([7f52195](https://github.com/ikenxuan/karin-plugin-kkk/commit/7f521956aba83a96ec4b7ebeaaa9ee97f134c078))
|
|
227
251
|
|
|
228
252
|
### 💄 UI 优化
|
|
229
253
|
|
|
230
|
-
|
|
231
|
-
|
|
254
|
+
- 优化抖音评论 ([1123f79](https://github.com/ikenxuan/karin-plugin-kkk/commit/1123f79feafe2c7534eea864f93a623e09fb95e2))
|
|
232
255
|
|
|
233
256
|
### 🧰 其他更新
|
|
234
257
|
|
|
235
|
-
|
|
236
|
-
|
|
258
|
+
- 优化模板开发面板部分UI ([9bc52e5](https://github.com/ikenxuan/karin-plugin-kkk/commit/9bc52e5a4bb70d4ac8a4fb3c78da32d23391203c))
|
|
237
259
|
|
|
238
260
|
### 📦 依赖更新
|
|
239
261
|
|
|
240
|
-
|
|
241
|
-
|
|
262
|
+
- update ([75b0d73](https://github.com/ikenxuan/karin-plugin-kkk/commit/75b0d73ac54c64a5f5078d3ba1e530c23bb2aab3))
|
|
242
263
|
|
|
243
264
|
### 💯 细节优化
|
|
244
265
|
|
|
245
|
-
|
|
266
|
+
- 1 ([658829a](https://github.com/ikenxuan/karin-plugin-kkk/commit/658829a1893942ae87c974311d296856fe1a4182))
|
|
246
267
|
|
|
247
268
|
## [2.30.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.30.0...v2.30.1) (2026-05-03)
|
|
248
269
|
|
|
249
|
-
|
|
250
270
|
### 🐛 错误修复
|
|
251
271
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
272
|
+
- handler.ts:43 无条件调用了 sendErrorToTrigger(ctx, img) ([0eed4ce](https://github.com/ikenxuan/karin-plugin-kkk/commit/0eed4ce4b7dad3e51db7871e17378dfcc812bd23))
|
|
273
|
+
- icon ([dd626d4](https://github.com/ikenxuan/karin-plugin-kkk/commit/dd626d4ea6aaaf0a0af73f87657494209051e8ff))
|
|
274
|
+
- 修复模板开发面板部分bug ([697a3fc](https://github.com/ikenxuan/karin-plugin-kkk/commit/697a3fcdaa34ad04ddbbccc8f17e5854da1c6148))
|
|
275
|
+
- 帮助图添加更多命令 ([484e391](https://github.com/ikenxuan/karin-plugin-kkk/commit/484e3918a777fd227f1a50fe4a8feb82f6283978))
|
|
276
|
+
- 抖音直播推送 ([9872ce2](https://github.com/ikenxuan/karin-plugin-kkk/commit/9872ce2168806d080f08acb86b714ed4d0f85b4a))
|
|
277
|
+
- 更新帮助菜单项图标和类型定义 ([bdbd04e](https://github.com/ikenxuan/karin-plugin-kkk/commit/bdbd04e8ebeca816b3cf0b48bca3e5de66e4029b))
|
|
278
|
+
- 细优 ([ed6ab05](https://github.com/ikenxuan/karin-plugin-kkk/commit/ed6ab0533c97e2ef3d21ec5a56d970dc9aaf5086))
|
|
260
279
|
|
|
261
280
|
### 💄 UI 优化
|
|
262
281
|
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
282
|
+
- **bilibili:** 转发动态效果优化 ([21d097d](https://github.com/ikenxuan/karin-plugin-kkk/commit/21d097da32a38794d793457bbefe54b47890686d))
|
|
283
|
+
- **B站:** 优化图标 ([ba08410](https://github.com/ikenxuan/karin-plugin-kkk/commit/ba08410cd7ff2e07434f9241b9576ff90934b5f1))
|
|
284
|
+
- **douyin:** 重写直播推送图片 ([c43697d](https://github.com/ikenxuan/karin-plugin-kkk/commit/c43697d075397c8233fc101e0544202242019828))
|
|
267
285
|
|
|
268
286
|
### 📦 依赖更新
|
|
269
287
|
|
|
270
|
-
|
|
271
|
-
|
|
288
|
+
- update ([137629f](https://github.com/ikenxuan/karin-plugin-kkk/commit/137629f18706bb6110d7a61de415486c26ab15bc))
|
|
272
289
|
|
|
273
290
|
### 🏗️ 构建系统
|
|
274
291
|
|
|
275
|
-
|
|
276
|
-
|
|
292
|
+
- 优化分包配置 ([62fb7b5](https://github.com/ikenxuan/karin-plugin-kkk/commit/62fb7b5544954d2c85773fd69b85b2a0e3de07af))
|
|
277
293
|
|
|
278
294
|
### 💯 细节优化
|
|
279
295
|
|
|
280
|
-
|
|
296
|
+
- 1 ([cce6332](https://github.com/ikenxuan/karin-plugin-kkk/commit/cce633210f8629e364ca5d5975dd037cc2f6b614))
|
|
281
297
|
|
|
282
298
|
## [2.30.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.29.0...v2.30.0) (2026-04-26)
|
|
283
299
|
|
|
284
|
-
|
|
285
300
|
### ✨ 新功能
|
|
286
301
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
302
|
+
- add `#kkk推送全局忽略{url}` ([f7545d2](https://github.com/ikenxuan/karin-plugin-kkk/commit/f7545d2096150666ab6d6659b6770c8b58d052d9))
|
|
303
|
+
- **bilibili:** ui: 评论对象添加粉丝勋章 ([d4b42ab](https://github.com/ikenxuan/karin-plugin-kkk/commit/d4b42ab8bc3a11f24de225b48fb662c031dc23d6))
|
|
290
304
|
|
|
291
305
|
### 💄 UI 优化
|
|
292
306
|
|
|
293
|
-
|
|
294
|
-
|
|
307
|
+
- 优化错误图片部分日志颜色 ([79a295b](https://github.com/ikenxuan/karin-plugin-kkk/commit/79a295b6e39f59227ad11eb52cc566d8db63524e))
|
|
295
308
|
|
|
296
309
|
### 📦 依赖更新
|
|
297
310
|
|
|
298
|
-
|
|
299
|
-
|
|
311
|
+
- update ([1e52c4d](https://github.com/ikenxuan/karin-plugin-kkk/commit/1e52c4d5b731f3a402abe2be4ccbd66ccebacde4))
|
|
300
312
|
|
|
301
313
|
### 🏗️ 构建系统
|
|
302
314
|
|
|
303
|
-
|
|
304
|
-
|
|
315
|
+
- 二次导出amagi包 ([533549c](https://github.com/ikenxuan/karin-plugin-kkk/commit/533549cf4eaad16f70e0e90e82292ed364fd8620))
|
|
316
|
+
- 优化打包配置 ([1174f57](https://github.com/ikenxuan/karin-plugin-kkk/commit/1174f5715755a639404d766c8fe6fb61b270fe35))
|
|
305
317
|
|
|
306
318
|
## [2.29.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.28.1...v2.29.0) (2026-04-25)
|
|
307
319
|
|
|
308
|
-
|
|
309
320
|
### ✨ 新功能
|
|
310
321
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
322
|
+
- 更新日志添加Diff差异二维码 ([b3d37cd](https://github.com/ikenxuan/karin-plugin-kkk/commit/b3d37cd9f2e18d434f42f8b6e414a7065d157f89))
|
|
323
|
+
- 重构前后端数据传递逻辑 ([#297](https://github.com/ikenxuan/karin-plugin-kkk/issues/297)) ([3b3bd20](https://github.com/ikenxuan/karin-plugin-kkk/commit/3b3bd201adb48c12fbd3b15f5fccbb9e4a755be1))
|
|
314
324
|
|
|
315
325
|
### 🐛 错误修复
|
|
316
326
|
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
327
|
+
- **bilibili:** 专栏动态卡片深色模式下正文颜色错误 ([2f775f1](https://github.com/ikenxuan/karin-plugin-kkk/commit/2f775f1d144d347cd62b8101f277367800d15357))
|
|
328
|
+
- ssr render icon ([428fa78](https://github.com/ikenxuan/karin-plugin-kkk/commit/428fa7886da3d73b304057563d0020326a5ebf93))
|
|
329
|
+
- types ([33f45fc](https://github.com/ikenxuan/karin-plugin-kkk/commit/33f45fcb16baac1f34ef78aef52e97188d8d333a))
|
|
330
|
+
- 尝试修复断点续传触发后视频文件损坏。 ([1cd0a39](https://github.com/ikenxuan/karin-plugin-kkk/commit/1cd0a393140a90a9466a2228993f24594bec2e27))
|
|
331
|
+
- 忽略获取视频和音频的总大小失败导致的错误 ([c12b27d](https://github.com/ikenxuan/karin-plugin-kkk/commit/c12b27d9f2beb45d7ced4ad749b9718c4bd202f0))
|
|
332
|
+
- 细优 ([5e96b28](https://github.com/ikenxuan/karin-plugin-kkk/commit/5e96b2888320b2637e7fa12a34a8fad3e7c85fa5))
|
|
333
|
+
- 细节优化 ([ecfa04b](https://github.com/ikenxuan/karin-plugin-kkk/commit/ecfa04b92f939b6930f1e4b9e5d230773244fab1))
|
|
325
334
|
|
|
326
335
|
### 📝 文档更新
|
|
327
336
|
|
|
328
|
-
|
|
329
|
-
|
|
337
|
+
- readme ([95fa26b](https://github.com/ikenxuan/karin-plugin-kkk/commit/95fa26bfb793728e56ba3d8a37096dc3892bc055))
|
|
330
338
|
|
|
331
339
|
### 💄 UI 优化
|
|
332
340
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
341
|
+
- **bilibili:** 优化图文动态底部应用卡片间隔 ([cde6adc](https://github.com/ikenxuan/karin-plugin-kkk/commit/cde6adc3e03b1b9514b9f896d41159c6ef7de20e))
|
|
342
|
+
- **bilibili:** 完全重写视频信息卡片样式 ([58fadbe](https://github.com/ikenxuan/karin-plugin-kkk/commit/58fadbeccd9b181d0647390b5c720b3901658bb4))
|
|
343
|
+
- **bilibili:** 细优转发动态圆角 ([502af38](https://github.com/ikenxuan/karin-plugin-kkk/commit/502af382561b5582a8199f1051205c74aaf08d39))
|
|
344
|
+
- **B站:** 优化视频卡片细节 ([94a974f](https://github.com/ikenxuan/karin-plugin-kkk/commit/94a974f540d7e12c151930cdab6c51d4651d6a94))
|
|
345
|
+
- 增加输出图片的圆角幅度 ([472c555](https://github.com/ikenxuan/karin-plugin-kkk/commit/472c55575265e369f1e247dca21fe87f25f6927d))
|
|
346
|
+
- 换行问题,修复文章页 ([8fb00ac](https://github.com/ikenxuan/karin-plugin-kkk/commit/8fb00ace3caa738dc2eb8c98cce11d599ec6dd77))
|
|
347
|
+
- 细优圆角 ([c9bff51](https://github.com/ikenxuan/karin-plugin-kkk/commit/c9bff51ec9eb67e7e8d362e96ec6bc317aa88c71))
|
|
348
|
+
- 背景色 ([52b62f3](https://github.com/ikenxuan/karin-plugin-kkk/commit/52b62f3974bf8a17634c26ed45e8313d7fb1e841))
|
|
349
|
+
- 转发图文动态布局优化,添加四宫格样式。 ([efd1d31](https://github.com/ikenxuan/karin-plugin-kkk/commit/efd1d31265a932418a32951145526234be155768))
|
|
343
350
|
|
|
344
351
|
### 🧰 其他更新
|
|
345
352
|
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
353
|
+
- fix ([dee7c46](https://github.com/ikenxuan/karin-plugin-kkk/commit/dee7c46548cc5a7d7c6cb4e1615d140f28e2c4bf))
|
|
354
|
+
- 更新依赖,优化包大小 ([83945a6](https://github.com/ikenxuan/karin-plugin-kkk/commit/83945a6d2160adf875f427e908cbc7779409cfb0))
|
|
349
355
|
|
|
350
356
|
### ♻️ 代码重构
|
|
351
357
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
358
|
+
- 迁移图标库 ([69c4631](https://github.com/ikenxuan/karin-plugin-kkk/commit/69c4631901233f33ddddc12eff691a46b2d5ecac))
|
|
359
|
+
- 重写评论数据传递逻辑,优化抖音、B站评论渲染效果 ([#296](https://github.com/ikenxuan/karin-plugin-kkk/issues/296)) ([47e0a3e](https://github.com/ikenxuan/karin-plugin-kkk/commit/47e0a3e0b4b63da1278f9370354cc1e3b560f6fe))
|
|
360
|
+
- 重构前后端数据传递逻辑 ([8a70b45](https://github.com/ikenxuan/karin-plugin-kkk/commit/8a70b45a416228f913b6c339b452e204e279de51))
|
|
356
361
|
|
|
357
362
|
### 📦 依赖更新
|
|
358
363
|
|
|
359
|
-
|
|
364
|
+
- 更新 ([e071272](https://github.com/ikenxuan/karin-plugin-kkk/commit/e071272ec1200fdd3d19cf2ba0b738feb7811880))
|
|
360
365
|
|
|
361
366
|
## [2.28.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.28.0...v2.28.1) (2026-04-13)
|
|
362
367
|
|
|
363
|
-
|
|
364
368
|
### 🐛 错误修复
|
|
365
369
|
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
370
|
+
- **bilibili:** 动态正文中up专属表情和普通表情一样大小的问题 ([428fe15](https://github.com/ikenxuan/karin-plugin-kkk/commit/428fe15bf7627206ea4f5725e0175e3c23b70963))
|
|
371
|
+
- 兼容性提高 ([a3925f7](https://github.com/ikenxuan/karin-plugin-kkk/commit/a3925f7b75694a95b31f079f77b2a3851de9e581))
|
|
369
372
|
|
|
370
373
|
### 💄 UI 优化
|
|
371
374
|
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
375
|
+
- 开发面板组件库迁移到 heroui v3; 重写直播推送卡片样式 ([#294](https://github.com/ikenxuan/karin-plugin-kkk/issues/294)) ([696e77e](https://github.com/ikenxuan/karin-plugin-kkk/commit/696e77e09b72362b1ab1a675dadd1c5bfd194116))
|
|
376
|
+
- 推送列表显示各UP主开启的推送类型 ([5be00e6](https://github.com/ikenxuan/karin-plugin-kkk/commit/5be00e6769036847abe69865e7703403c71817c6))
|
|
377
|
+
- 背景色太深了 ([f6b45fd](https://github.com/ikenxuan/karin-plugin-kkk/commit/f6b45fd6b2e2f5aae218e845ebcd5d5497027f79))
|
|
376
378
|
|
|
377
379
|
### 💯 细节优化
|
|
378
380
|
|
|
379
|
-
|
|
381
|
+
- 细优 ([99df9c8](https://github.com/ikenxuan/karin-plugin-kkk/commit/99df9c837493f9c398eaa7c5800d586e601770fc))
|
|
380
382
|
|
|
381
383
|
## [2.28.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.27.7...v2.28.0) (2026-04-07)
|
|
382
384
|
|
|
383
|
-
|
|
384
385
|
### ✨ 新功能
|
|
385
386
|
|
|
386
|
-
|
|
387
|
-
|
|
387
|
+
- 新增B站推送类型筛选 ([#290](https://github.com/ikenxuan/karin-plugin-kkk/issues/290)) ([ec77d54](https://github.com/ikenxuan/karin-plugin-kkk/commit/ec77d54e3af2cda7bda25512175df60e23bb1866))
|
|
388
388
|
|
|
389
389
|
### 🧰 其他更新
|
|
390
390
|
|
|
391
|
-
|
|
391
|
+
- 格式化 ([e9e4e45](https://github.com/ikenxuan/karin-plugin-kkk/commit/e9e4e45b1d8b2922f1eb5aea4fe8d5de6ee9be1e))
|
|
392
392
|
|
|
393
393
|
## [2.27.7](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.27.6...v2.27.7) (2026-04-07)
|
|
394
394
|
|
|
395
|
-
|
|
396
395
|
### 🐛 错误修复
|
|
397
396
|
|
|
398
|
-
|
|
399
|
-
|
|
397
|
+
- **bilibili:** gracefully handle closed comment sections (error code 12061) ([#288](https://github.com/ikenxuan/karin-plugin-kkk/issues/288)) ([48ffa3c](https://github.com/ikenxuan/karin-plugin-kkk/commit/48ffa3c4af75e1d5220a9305bd2146c489d240ce))
|
|
400
398
|
|
|
401
399
|
### 📝 文档更新
|
|
402
400
|
|
|
403
|
-
|
|
404
|
-
|
|
401
|
+
- readme ([fef2dd6](https://github.com/ikenxuan/karin-plugin-kkk/commit/fef2dd63bca137c8a6a43ebcca35824cab02ddd5))
|
|
405
402
|
|
|
406
403
|
### 🧰 其他更新
|
|
407
404
|
|
|
408
|
-
|
|
409
|
-
|
|
405
|
+
- update TypeScript configuration and dependencies ([a4f8368](https://github.com/ikenxuan/karin-plugin-kkk/commit/a4f83680f6db2a82849f470f71bdbb09fcd11913))
|
|
410
406
|
|
|
411
407
|
### 💯 细节优化
|
|
412
408
|
|
|
413
|
-
|
|
414
|
-
|
|
409
|
+
- 1 ([5d3d697](https://github.com/ikenxuan/karin-plugin-kkk/commit/5d3d697f11e075e9e9d39ac4be00b0a126ecfdd6))
|
|
410
|
+
- 更新逻辑 ([eefa307](https://github.com/ikenxuan/karin-plugin-kkk/commit/eefa307e0910bec52987f88d5ded02e895116ed3))
|
|
415
411
|
|
|
416
412
|
## [2.27.6](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.27.5...v2.27.6) (2026-04-01)
|
|
417
413
|
|
|
418
|
-
|
|
419
414
|
### 🐛 错误修复
|
|
420
415
|
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
416
|
+
- **douyin:** 推送:短时间内发布多个作品无法被检索到导致作品被忽略的问题 ([961b2c6](https://github.com/ikenxuan/karin-plugin-kkk/commit/961b2c67afed02cd0782da16779c8c0d6cbc9e5c))
|
|
417
|
+
- 添加作品详情获取失败的错误处理 ([529e818](https://github.com/ikenxuan/karin-plugin-kkk/commit/529e818a2d00adeb0a2cde42197af24e763d6aa0))
|
|
424
418
|
|
|
425
419
|
### 💯 细节优化
|
|
426
420
|
|
|
427
|
-
|
|
421
|
+
- 日志打印 ([b2d298a](https://github.com/ikenxuan/karin-plugin-kkk/commit/b2d298a7e760979407af403e43ef048d68704f99))
|
|
428
422
|
|
|
429
423
|
## [2.27.5](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.27.4...v2.27.5) (2026-03-31)
|
|
430
424
|
|
|
431
|
-
|
|
432
425
|
### 💄 UI 优化
|
|
433
426
|
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
427
|
+
- 优化错误日志组件信息 ([108355b](https://github.com/ikenxuan/karin-plugin-kkk/commit/108355ba6af7f2e33e44f189637f924422a4cd84))
|
|
428
|
+
- 更新日志添加版本落后数量显示功能 ([fa0d1eb](https://github.com/ikenxuan/karin-plugin-kkk/commit/fa0d1eb4cf40ba2e33fbcd38009b9cf2f9d46f20))
|
|
429
|
+
- 更新版本警告组件,添加更新提示和安装说明 ([d2e2e20](https://github.com/ikenxuan/karin-plugin-kkk/commit/d2e2e205f809af59d584a981328a46916c8aea58))
|
|
437
430
|
|
|
438
431
|
## [2.27.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.27.3...v2.27.4) (2026-03-30)
|
|
439
432
|
|
|
440
|
-
|
|
441
433
|
### 🐛 错误修复
|
|
442
434
|
|
|
443
|
-
|
|
435
|
+
- 图片生成爆了 ([bce9dfa](https://github.com/ikenxuan/karin-plugin-kkk/commit/bce9dfa8b10d70a5c9988e70739028cba78797a4))
|
|
444
436
|
|
|
445
437
|
## [2.27.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.27.2...v2.27.3) (2026-03-30)
|
|
446
438
|
|
|
447
|
-
|
|
448
439
|
### 🐛 错误修复
|
|
449
440
|
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
441
|
+
- 修复缓存清理任务的定时设置,调整为每30分钟执行 ([a91c40a](https://github.com/ikenxuan/karin-plugin-kkk/commit/a91c40a3355403dcc2c8fdbf28b21aa95bc70116))
|
|
442
|
+
- **抖音:** 直播推送刚开播推送失败 ([74c4ec8](https://github.com/ikenxuan/karin-plugin-kkk/commit/74c4ec8d17256b2a66c41de63c334d357b1fd091))
|
|
453
443
|
|
|
454
444
|
### 🧰 其他更新
|
|
455
445
|
|
|
456
|
-
|
|
457
|
-
|
|
446
|
+
- types ([1fa4287](https://github.com/ikenxuan/karin-plugin-kkk/commit/1fa42875ddaba6e68bf4d94d0daa8a9d7701549d))
|
|
458
447
|
|
|
459
448
|
### ♻️ 代码重构
|
|
460
449
|
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
450
|
+
- 优化渲染逻辑,生成的html文件使用内联样式。 ([3179719](https://github.com/ikenxuan/karin-plugin-kkk/commit/31797191f0549bde0e123ba3494a5e3274e18ddc))
|
|
451
|
+
- 使用类型别名简化 AmagiClient 的定义和实例化 ([7c79db0](https://github.com/ikenxuan/karin-plugin-kkk/commit/7c79db049ad2cd6a79b3d4413517d6aa243148e3))
|
|
464
452
|
|
|
465
453
|
### 📦 依赖更新
|
|
466
454
|
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
455
|
+
- 更新 node-karin 依赖版本至 1.15.2 ([6bd62d1](https://github.com/ikenxuan/karin-plugin-kkk/commit/6bd62d10d604fd68e33d196340cdaf3326443641))
|
|
456
|
+
- 更新依赖版本 ([c1d175e](https://github.com/ikenxuan/karin-plugin-kkk/commit/c1d175ef88a0285a8c8ff01a0236d698e2fa5d9a))
|
|
457
|
+
- 更新依赖版本 ([fae1c53](https://github.com/ikenxuan/karin-plugin-kkk/commit/fae1c53de8eec8e344b268f352a56afeb6a2f166))
|
|
471
458
|
|
|
472
459
|
### 🔒 安全修复
|
|
473
460
|
|
|
474
|
-
|
|
475
|
-
|
|
461
|
+
- 添加 DOMPurify 以增强输入的安全性,防止 XSS 攻击 ([0118865](https://github.com/ikenxuan/karin-plugin-kkk/commit/0118865b141a71962c2fe4194c2891e74f9cafe4))
|
|
476
462
|
|
|
477
463
|
### 💯 细节优化
|
|
478
464
|
|
|
479
|
-
|
|
480
|
-
|
|
465
|
+
- html内联静态资源 ([dafd062](https://github.com/ikenxuan/karin-plugin-kkk/commit/dafd062a6c9fbc74693f7216153c55ba14fc5e47))
|
|
466
|
+
- **抖音:** 二次解析添加表情反应管理以增强用户交互体验 ([4545172](https://github.com/ikenxuan/karin-plugin-kkk/commit/45451723f2aa0987bab936054ca69811e9eed568))
|
|
481
467
|
|
|
482
468
|
## [2.27.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.27.1...v2.27.2) (2026-03-29)
|
|
483
469
|
|
|
484
|
-
|
|
485
470
|
### 🐛 错误修复
|
|
486
471
|
|
|
487
|
-
|
|
488
|
-
|
|
472
|
+
- 修正正则表达式以匹配抖音用户分享链接 ([7177a60](https://github.com/ikenxuan/karin-plugin-kkk/commit/7177a60a945fa8aa50a31775d83cdd4ea1824d26))
|
|
489
473
|
|
|
490
474
|
### 🧰 其他更新
|
|
491
475
|
|
|
492
|
-
|
|
476
|
+
- 增强日志输出,显示处理的图片统计信息 ([689b3c9](https://github.com/ikenxuan/karin-plugin-kkk/commit/689b3c9fbfdac5cf80453d8596c2822c2c34bd0f))
|
|
493
477
|
|
|
494
478
|
## [2.27.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.27.0...v2.27.1) (2026-03-28)
|
|
495
479
|
|
|
496
|
-
|
|
497
480
|
### 🐛 错误修复
|
|
498
481
|
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
482
|
+
- web.config 配置取值错误 ([7dc06a7](https://github.com/ikenxuan/karin-plugin-kkk/commit/7dc06a7dc0886c7a053abcdbf3747acab4797a41))
|
|
483
|
+
- 错误处理报错 TypeError: Cannot read properties of undefined (reading 'bot') ([277bad8](https://github.com/ikenxuan/karin-plugin-kkk/commit/277bad8afb33cfb4a166e043d86aed16fa5540fe))
|
|
502
484
|
|
|
503
485
|
### 📝 文档更新
|
|
504
486
|
|
|
505
|
-
|
|
506
|
-
|
|
487
|
+
- readme ([d97f1fe](https://github.com/ikenxuan/karin-plugin-kkk/commit/d97f1fef839f32439e6b98bb1e2e7d8cf82d6dad))
|
|
507
488
|
|
|
508
489
|
### 💄 UI 优化
|
|
509
490
|
|
|
510
|
-
|
|
491
|
+
- 重写更新日志样式为弥散渐变+高对比杂色 ([3bbc3da](https://github.com/ikenxuan/karin-plugin-kkk/commit/3bbc3dac2bce23d49edd0395120a3dc34be61258))
|
|
511
492
|
|
|
512
493
|
## [2.27.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.26.6...v2.27.0) (2026-03-24)
|
|
513
494
|
|
|
514
|
-
|
|
515
495
|
### ✨ 新功能
|
|
516
496
|
|
|
517
|
-
|
|
497
|
+
- **douyin:** 解析主页链接时,支持选择作品进行二次解析 ([b19c5b2](https://github.com/ikenxuan/karin-plugin-kkk/commit/b19c5b2ac6e55d808fba7544b85cbdf8463314fb))
|
|
518
498
|
|
|
519
499
|
## [2.26.6](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.26.5...v2.26.6) (2026-03-24)
|
|
520
500
|
|
|
521
|
-
|
|
522
501
|
### 🐛 错误修复
|
|
523
502
|
|
|
524
|
-
|
|
503
|
+
- 更新检测失败。 ([6eca0d0](https://github.com/ikenxuan/karin-plugin-kkk/commit/6eca0d006d568e3ba97d459820e1d2c25440e5c2))
|
|
525
504
|
|
|
526
505
|
## [2.26.5](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.26.4...v2.26.5) (2026-03-24)
|
|
527
506
|
|
|
528
|
-
|
|
529
507
|
### 🐛 错误修复
|
|
530
508
|
|
|
531
|
-
|
|
509
|
+
- 更新检测失败。 ([a91f4d7](https://github.com/ikenxuan/karin-plugin-kkk/commit/a91f4d79e5f41ab1e5661ad961bf9c3f62e51b1e))
|
|
532
510
|
|
|
533
511
|
## [2.26.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.26.3...v2.26.4) (2026-03-24)
|
|
534
512
|
|
|
535
|
-
|
|
536
513
|
### 📦 依赖更新
|
|
537
514
|
|
|
538
|
-
|
|
515
|
+
- update ([63010c7](https://github.com/ikenxuan/karin-plugin-kkk/commit/63010c7874e30ed9ba8afd3c942602f7aba75ee9))
|
|
539
516
|
|
|
540
517
|
## [2.26.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.26.2...v2.26.3) (2026-03-24)
|
|
541
518
|
|
|
542
|
-
|
|
543
519
|
### 📝 文档更新
|
|
544
520
|
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
521
|
+
- readme ([aa2a8bb](https://github.com/ikenxuan/karin-plugin-kkk/commit/aa2a8bb8aeadccaa2c0e90f56e9120b9bbe9143b))
|
|
522
|
+
- update ([1daae3d](https://github.com/ikenxuan/karin-plugin-kkk/commit/1daae3d8fd876a97f7c29a9b001769de2136a90e))
|
|
523
|
+
- update ([ca2ede4](https://github.com/ikenxuan/karin-plugin-kkk/commit/ca2ede4430b8e8bc149c3976ec83ae6924079a6f))
|
|
549
524
|
|
|
550
525
|
### 🧰 其他更新
|
|
551
526
|
|
|
552
|
-
|
|
553
|
-
|
|
527
|
+
- 细节优化 ([0ad42a3](https://github.com/ikenxuan/karin-plugin-kkk/commit/0ad42a3dcabbf79e99857ec64e626535ea1f331e))
|
|
528
|
+
- 防倒卖 ([#274](https://github.com/ikenxuan/karin-plugin-kkk/issues/274)) ([4744bf8](https://github.com/ikenxuan/karin-plugin-kkk/commit/4744bf83c3989b1f6a31799dc7e68a1c7465321d))
|
|
554
529
|
|
|
555
530
|
## [2.26.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.26.1...v2.26.2) (2026-03-15)
|
|
556
531
|
|
|
557
|
-
|
|
558
532
|
### 🐛 错误修复
|
|
559
533
|
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
534
|
+
- **bilibili:** 延迟加载动态评论数据以优化性能 ([78bfb24](https://github.com/ikenxuan/karin-plugin-kkk/commit/78bfb24626bc26db4f6a27fdf04e9b0764a18749))
|
|
535
|
+
- **douyin:** aweme_type === 55 判断为视频 ([12e23d4](https://github.com/ikenxuan/karin-plugin-kkk/commit/12e23d4fcfce40ed0f8becf3561452760ae81cc5))
|
|
536
|
+
- **douyin:** 修复 live 图检测逻辑,使用空值合并运算符确保 clip_type 判断安全 ([036f786](https://github.com/ikenxuan/karin-plugin-kkk/commit/036f7860ebfd3243217ef91d483b71c34db9d227))
|
|
564
537
|
|
|
565
538
|
### 💯 细节优化
|
|
566
539
|
|
|
567
|
-
|
|
540
|
+
- **douyin:** 将抖音音频文件下载处理统一为本地缓存后发送 base64 格式,提升兼容性 ([036f786](https://github.com/ikenxuan/karin-plugin-kkk/commit/036f7860ebfd3243217ef91d483b71c34db9d227))
|
|
568
541
|
|
|
569
542
|
## [2.26.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.26.0...v2.26.1) (2026-03-14)
|
|
570
543
|
|
|
571
|
-
|
|
572
544
|
### 🐛 错误修复
|
|
573
545
|
|
|
574
|
-
|
|
575
|
-
|
|
546
|
+
- referer 错误 ([cd53fb7](https://github.com/ikenxuan/karin-plugin-kkk/commit/cd53fb7fc2e0a9759d904318b1cb7fdb86561c15))
|
|
576
547
|
|
|
577
548
|
### 💯 细节优化
|
|
578
549
|
|
|
579
|
-
|
|
550
|
+
- 自动获取最新浏览器版本 ([618244f](https://github.com/ikenxuan/karin-plugin-kkk/commit/618244fd32a3a917cadf35177e534782b2eafdbf))
|
|
580
551
|
|
|
581
552
|
## [2.26.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.25.2...v2.26.0) (2026-03-13)
|
|
582
553
|
|
|
583
|
-
|
|
584
554
|
### ✨ 新功能
|
|
585
555
|
|
|
586
|
-
|
|
587
|
-
|
|
556
|
+
- **小红书:** 笔记解析支持处理 Live Photo。处理HDR的元数据 ([cfe1ce5](https://github.com/ikenxuan/karin-plugin-kkk/commit/cfe1ce5472c45c21006efcf87a0122179c3ced85))
|
|
588
557
|
|
|
589
558
|
### ⚡️ 性能优化
|
|
590
559
|
|
|
591
|
-
|
|
592
|
-
|
|
560
|
+
- 移除部分动态导入 ([93bcc1b](https://github.com/ikenxuan/karin-plugin-kkk/commit/93bcc1badc613d53cc7e6a0aed62225a6da704b4))
|
|
593
561
|
|
|
594
562
|
### 🧰 其他更新
|
|
595
563
|
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
564
|
+
- 实况图的实现文件顶部添加参考文章 ([7dfedd2](https://github.com/ikenxuan/karin-plugin-kkk/commit/7dfedd28cb41847888ff7a7835e786c88996251e))
|
|
565
|
+
- 控制台实验性新增插件加载时间(仅供参考) ([7104514](https://github.com/ikenxuan/karin-plugin-kkk/commit/71045141d7f2fca2327e0d240e17d638eb935238))
|
|
566
|
+
- 控制台实验性新增插件加载时间(仅供参考) ([8be93d3](https://github.com/ikenxuan/karin-plugin-kkk/commit/8be93d3cd21518930218e5810c3eeb7f1a61199c))
|
|
600
567
|
|
|
601
568
|
### 💯 细节优化
|
|
602
569
|
|
|
603
|
-
|
|
604
|
-
|
|
570
|
+
- **小红书:** 没有ck的时候抛出对应的错误说明。 ([3054d9f](https://github.com/ikenxuan/karin-plugin-kkk/commit/3054d9f92c25b2300b259d93208a080ff69d321f))
|
|
571
|
+
- 解析实况图时底部添加提示说明 ([677f3fc](https://github.com/ikenxuan/karin-plugin-kkk/commit/677f3fc5311bf267fc9e784b6366b0e972220773))
|
|
605
572
|
|
|
606
573
|
## [2.25.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.25.1...v2.25.2) (2026-03-13)
|
|
607
574
|
|
|
608
|
-
|
|
609
575
|
### 🧰 其他更新
|
|
610
576
|
|
|
611
|
-
|
|
612
|
-
|
|
577
|
+
- 标记 ([8e84440](https://github.com/ikenxuan/karin-plugin-kkk/commit/8e844408389613d5c7a80cd8254b5237652c18d3))
|
|
613
578
|
|
|
614
579
|
### ♻️ 代码重构
|
|
615
580
|
|
|
616
|
-
|
|
617
|
-
|
|
581
|
+
- art-template,有缘再见 ([a99f41e](https://github.com/ikenxuan/karin-plugin-kkk/commit/a99f41e383635a83e765f7c67dd76746983d2f72))
|
|
618
582
|
|
|
619
583
|
### ⚙️ 配置变更
|
|
620
584
|
|
|
621
|
-
|
|
622
|
-
|
|
585
|
+
- 新增 `Live Photo 处理和发送方式` 配置 ([5cf4dd5](https://github.com/ikenxuan/karin-plugin-kkk/commit/5cf4dd5a1e7eb075ed3628f5446da61198e898ac))
|
|
623
586
|
|
|
624
587
|
### 💯 细节优化
|
|
625
588
|
|
|
626
|
-
|
|
589
|
+
- 给所有命令加上错误处理器 ([af57dc7](https://github.com/ikenxuan/karin-plugin-kkk/commit/af57dc78d3395794598f1230a2761954e9175481))
|
|
627
590
|
|
|
628
591
|
## [2.25.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.25.0...v2.25.1) (2026-03-11)
|
|
629
592
|
|
|
630
|
-
|
|
631
593
|
### 🧰 其他更新
|
|
632
594
|
|
|
633
|
-
|
|
634
|
-
|
|
595
|
+
- 注释 ([d78adef](https://github.com/ikenxuan/karin-plugin-kkk/commit/d78adef61be62a7486a84a4be18e8b3f40ae1b7f))
|
|
635
596
|
|
|
636
597
|
### ⚙️ 配置变更
|
|
637
598
|
|
|
638
|
-
|
|
599
|
+
- 添加 Live Photo 静态图兼容系统配置 ([a8c5137](https://github.com/ikenxuan/karin-plugin-kkk/commit/a8c51374a697c111a0813e9f0eb939cdb9285597))
|
|
639
600
|
|
|
640
601
|
## [2.25.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.24.0...v2.25.0) (2026-03-11)
|
|
641
602
|
|
|
642
|
-
|
|
643
603
|
### ✨ 新功能
|
|
644
604
|
|
|
645
|
-
|
|
646
|
-
|
|
605
|
+
- **core:** 解析动图作品时,实验性将合并转发消息中的静态图片魔改成 Google Motion 标准的 Live Photo ([5e789e3](https://github.com/ikenxuan/karin-plugin-kkk/commit/5e789e351eebfaca84e26c326ddf7c16e253a20f))
|
|
647
606
|
|
|
648
607
|
### 🐛 错误修复
|
|
649
608
|
|
|
650
|
-
|
|
609
|
+
- 取消注释 ([921bf95](https://github.com/ikenxuan/karin-plugin-kkk/commit/921bf95ad05d8ac17a2540ac9aa3014beed3b6e5))
|
|
651
610
|
|
|
652
611
|
## [2.24.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.23.2...v2.24.0) (2026-03-10)
|
|
653
612
|
|
|
654
|
-
|
|
655
613
|
### ✨ 新功能
|
|
656
614
|
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
615
|
+
- **app:** 添加伪造合并转发消息配置选项 ([4bb4d03](https://github.com/ikenxuan/karin-plugin-kkk/commit/4bb4d03de119b844e13524a34a9d8bb2f5702a90))
|
|
616
|
+
- **bilibili/douyin:** 实现 Live Photo 效果视频合成并统一处理逻辑 ([56f90b6](https://github.com/ikenxuan/karin-plugin-kkk/commit/56f90b609d80eaa57aaaaa6d5fb755515fe03474))
|
|
660
617
|
|
|
661
618
|
### 🐛 错误修复
|
|
662
619
|
|
|
663
|
-
|
|
664
|
-
|
|
620
|
+
- **抖音:** 直播推送会触发作品解析 ([a9c13b8](https://github.com/ikenxuan/karin-plugin-kkk/commit/a9c13b8eca8851a19fe01a16c418cef98ccad98b))
|
|
665
621
|
|
|
666
622
|
### 🧰 其他更新
|
|
667
623
|
|
|
668
|
-
|
|
669
|
-
|
|
624
|
+
- 细优 ([24eb64f](https://github.com/ikenxuan/karin-plugin-kkk/commit/24eb64f1f79d56b1ed169283cc19a8c439eb6d09))
|
|
670
625
|
|
|
671
626
|
### ⚙️ 配置变更
|
|
672
627
|
|
|
673
|
-
|
|
628
|
+
- **upload:** 重构视频发送配置,用 videoSendMode 替换 sendbase64 ([bc367fd](https://github.com/ikenxuan/karin-plugin-kkk/commit/bc367fd0e512b95a96f8a7a8c647ee6c43a9ea74))
|
|
674
629
|
|
|
675
630
|
## [2.23.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.23.1...v2.23.2) (2026-03-10)
|
|
676
631
|
|
|
677
|
-
|
|
678
632
|
### 🐛 错误修复
|
|
679
633
|
|
|
680
|
-
|
|
681
|
-
|
|
634
|
+
- **douyin:** 优化共创者信息显示并添加订阅者角色标识 ([bb16787](https://github.com/ikenxuan/karin-plugin-kkk/commit/bb167878719a5351ef0a30d97fa4331f88d39ff9))
|
|
682
635
|
|
|
683
636
|
### ♻️ 代码重构
|
|
684
637
|
|
|
685
|
-
|
|
638
|
+
- **douyin:** 重构作品类型判断逻辑 ([72b09c6](https://github.com/ikenxuan/karin-plugin-kkk/commit/72b09c6c98c90fec7b33bdacf3aa36d1bca0e707))
|
|
686
639
|
|
|
687
640
|
## [2.23.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.23.0...v2.23.1) (2026-03-09)
|
|
688
641
|
|
|
689
|
-
|
|
690
642
|
### 🐛 错误修复
|
|
691
643
|
|
|
692
|
-
|
|
693
|
-
|
|
644
|
+
- 抖音登录二维码加载不出来 ([6d966ec](https://github.com/ikenxuan/karin-plugin-kkk/commit/6d966ec6446f2f29d07912e55bfd229e0c8b9932))
|
|
694
645
|
|
|
695
646
|
### 💄 UI 优化
|
|
696
647
|
|
|
697
|
-
|
|
648
|
+
- **douyin:** 视频信息显示优化 ([c9cb1da](https://github.com/ikenxuan/karin-plugin-kkk/commit/c9cb1da6430ab975ea1bc64c0a08325f203cbf5a))
|
|
698
649
|
|
|
699
650
|
## [2.23.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.22.0...v2.23.0) (2026-03-07)
|
|
700
651
|
|
|
701
|
-
|
|
702
652
|
### ✨ 新功能
|
|
703
653
|
|
|
704
|
-
|
|
705
|
-
|
|
654
|
+
- 添加#kkk解析统计、#kkk解析总统计 ([65fe700](https://github.com/ikenxuan/karin-plugin-kkk/commit/65fe70040b69030c0c6866ac9ed771ffaeaef69b))
|
|
706
655
|
|
|
707
656
|
### 🐛 错误修复
|
|
708
657
|
|
|
709
|
-
|
|
710
|
-
|
|
658
|
+
- **bilibili:** 推送时图文动态解析图片数量为0的情况 ([e942a10](https://github.com/ikenxuan/karin-plugin-kkk/commit/e942a10a53e9e96f619addcacc9df7cfe14a7e20))
|
|
711
659
|
|
|
712
660
|
### 💄 UI 优化
|
|
713
661
|
|
|
714
|
-
|
|
715
|
-
|
|
662
|
+
- **douyin:** 视频信息支持浅色模式 ([f0c3863](https://github.com/ikenxuan/karin-plugin-kkk/commit/f0c3863e503c550a3e57fe1103f36f26a55049b6))
|
|
716
663
|
|
|
717
664
|
### 🧰 其他更新
|
|
718
665
|
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
666
|
+
- eslint config ([9845c45](https://github.com/ikenxuan/karin-plugin-kkk/commit/9845c45d5a20470ac70432651977de0c927b9264))
|
|
667
|
+
- 优化模板开发体验 ([86baf86](https://github.com/ikenxuan/karin-plugin-kkk/commit/86baf86e0cf33129921cbddd6e1cd71a9a3127c1))
|
|
668
|
+
- 优化模板开发体验。 ([e557d3a](https://github.com/ikenxuan/karin-plugin-kkk/commit/e557d3ada9f890e9bc060bd8b9921747cf2ab7e5))
|
|
669
|
+
- 优化说明 ([92cb96d](https://github.com/ikenxuan/karin-plugin-kkk/commit/92cb96d71717730987f8f8d5e52efdf35659290a))
|
|
723
670
|
|
|
724
671
|
## [2.22.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.21.1...v2.22.0) (2026-03-07)
|
|
725
672
|
|
|
726
|
-
|
|
727
673
|
### ✨ 新功能
|
|
728
674
|
|
|
729
|
-
|
|
730
|
-
|
|
675
|
+
- **douyin:** 初步支持解析文章作品 ([d8b9243](https://github.com/ikenxuan/karin-plugin-kkk/commit/d8b92435d35e56693ceb37f18c451ef51ef86bee))
|
|
731
676
|
|
|
732
677
|
### 💯 细节优化
|
|
733
678
|
|
|
734
|
-
|
|
679
|
+
- **bilibili:** 解析图文动态时添加标题 close [#260](https://github.com/ikenxuan/karin-plugin-kkk/issues/260) ([2d61705](https://github.com/ikenxuan/karin-plugin-kkk/commit/2d617051aab57c92c9f06d81b5e45b338555fa5b))
|
|
735
680
|
|
|
736
681
|
## [2.21.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.21.0...v2.21.1) (2026-03-02)
|
|
737
682
|
|
|
738
|
-
|
|
739
683
|
### 🐛 错误修复
|
|
740
684
|
|
|
741
|
-
|
|
685
|
+
- 在线图片的上传方式配置 ([5d80aa5](https://github.com/ikenxuan/karin-plugin-kkk/commit/5d80aa571095e3851daa7120c724b75b38df83e7))
|
|
742
686
|
|
|
743
687
|
## [2.21.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.20.3...v2.21.0) (2026-03-02)
|
|
744
688
|
|
|
745
|
-
|
|
746
689
|
### ✨ 新功能
|
|
747
690
|
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
691
|
+
- (core): 新增配置支持将网络图片由插件进行下载发送(默认关闭),可避免上游下载图片超时导致的发送失败而抛出错误 ([d30ee88](https://github.com/ikenxuan/karin-plugin-kkk/commit/d30ee88f60af299802208bdc422116d42190cafc))
|
|
692
|
+
- **bilibili:** B站评论图片收集 ([10ceed0](https://github.com/ikenxuan/karin-plugin-kkk/commit/10ceed0f711fdb46b2c408eaddbdc1283413c4b0))
|
|
751
693
|
|
|
752
694
|
### 🐛 错误修复
|
|
753
695
|
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
696
|
+
- **bilibili:** 修复专栏链接带查询参数时解析失败 ([fd24333](https://github.com/ikenxuan/karin-plugin-kkk/commit/fd243338c0d4f6e8a6b3abce8a766854049f01c0))
|
|
697
|
+
- **bilibili:** 动态解析只有图文/纯图和视频动态才能解析评论的问题 ([e557f13](https://github.com/ikenxuan/karin-plugin-kkk/commit/e557f1384b6ed9cb108d366c3de79412a6ba6183))
|
|
698
|
+
- web.config ([c6dcb5c](https://github.com/ikenxuan/karin-plugin-kkk/commit/c6dcb5c185eb580d7fefda8dd2c70e951df73923))
|
|
699
|
+
- web.config 重复的 key ([b606a3f](https://github.com/ikenxuan/karin-plugin-kkk/commit/b606a3f9280144084564e2d8c6cd757cb3dd7824))
|
|
700
|
+
- 兼容性提高 ([c28dd31](https://github.com/ikenxuan/karin-plugin-kkk/commit/c28dd3126a45c5105dbb56735183f325b0a750f4))
|
|
760
701
|
|
|
761
702
|
### 💄 UI 优化
|
|
762
703
|
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
704
|
+
- **bilibili:** 优化评论图片显示 ([227a7a9](https://github.com/ikenxuan/karin-plugin-kkk/commit/227a7a94a38f84242bbf33519daf9cfb2fb14deb))
|
|
705
|
+
- 优化更新日志提示的说明 ([d1d0a65](https://github.com/ikenxuan/karin-plugin-kkk/commit/d1d0a65d5a34a8a4ed30df3b97fd1e8630a3aa4a))
|
|
766
706
|
|
|
767
707
|
### ♻️ 代码重构
|
|
768
708
|
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
709
|
+
- **core:** 替换 native 图片处理库为纯 JS 实现 ([c38b422](https://github.com/ikenxuan/karin-plugin-kkk/commit/c38b422a8466e73c75bfceaea7099da8fc2073f6))
|
|
710
|
+
- web.config 尝试使用一套数据源 ([#258](https://github.com/ikenxuan/karin-plugin-kkk/issues/258)) ([da5f65b](https://github.com/ikenxuan/karin-plugin-kkk/commit/da5f65b4bff21137143cc753c6334e1890181b39))
|
|
772
711
|
|
|
773
712
|
### 📦 依赖更新
|
|
774
713
|
|
|
775
|
-
|
|
776
|
-
|
|
714
|
+
- update ([4019070](https://github.com/ikenxuan/karin-plugin-kkk/commit/401907079b797d88feceb052338b297b66cb393a))
|
|
777
715
|
|
|
778
716
|
### ⚙️ 配置变更
|
|
779
717
|
|
|
780
|
-
|
|
781
|
-
|
|
718
|
+
- 各平台的解析提示迁移到 '插件应用相关' 类目中 ([9fc38ee](https://github.com/ikenxuan/karin-plugin-kkk/commit/9fc38ee2c149dbf981ecc72925380b57999db05a))
|
|
782
719
|
|
|
783
720
|
### 💯 细节优化
|
|
784
721
|
|
|
785
|
-
|
|
722
|
+
- 提高对二维码识别的成功率 ([2f19165](https://github.com/ikenxuan/karin-plugin-kkk/commit/2f191654b086add48245a687007d642331049297))
|
|
786
723
|
|
|
787
724
|
## [2.20.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.20.2...v2.20.3) (2026-02-26)
|
|
788
725
|
|
|
789
|
-
|
|
790
726
|
### 🐛 错误修复
|
|
791
727
|
|
|
792
|
-
|
|
793
|
-
|
|
728
|
+
- **bilibili:** 共创视频动态中,UP主头像错误 close [#256](https://github.com/ikenxuan/karin-plugin-kkk/issues/256) ([1c76932](https://github.com/ikenxuan/karin-plugin-kkk/commit/1c769322d527211e6686c9e0f290bccaebe74c83))
|
|
794
729
|
|
|
795
730
|
### 💄 UI 优化
|
|
796
731
|
|
|
797
|
-
|
|
798
|
-
|
|
732
|
+
- 优化版本警告组件 ([608d4f9](https://github.com/ikenxuan/karin-plugin-kkk/commit/608d4f958ada8210b36f122b69e8ceeed1af20e8))
|
|
799
733
|
|
|
800
734
|
### 🧰 其他更新
|
|
801
735
|
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
736
|
+
- update ([9799c18](https://github.com/ikenxuan/karin-plugin-kkk/commit/9799c183969516240c9a132c0759385e394d162c))
|
|
737
|
+
- 删除过时代码 ([291d24a](https://github.com/ikenxuan/karin-plugin-kkk/commit/291d24a5544874c1b6ea5685b5be9f84bb62ffb8))
|
|
805
738
|
|
|
806
739
|
### 💯 细节优化
|
|
807
740
|
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
741
|
+
- 优化表情回应逻辑 ([d23a6e7](https://github.com/ikenxuan/karin-plugin-kkk/commit/d23a6e7e3dc43d4275f464dbd6fbb02053714f3e))
|
|
742
|
+
- 兼容性提高 ([bcc6b71](https://github.com/ikenxuan/karin-plugin-kkk/commit/bcc6b71da6b7f85be5ec31c6d229c8fd2144a28a))
|
|
743
|
+
- 重构表情回应功能实现 ([dee0357](https://github.com/ikenxuan/karin-plugin-kkk/commit/dee0357fadebcf00aeffa8d0c1e8f30a0124011b))
|
|
811
744
|
|
|
812
745
|
## [2.20.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.20.1...v2.20.2) (2026-02-25)
|
|
813
746
|
|
|
814
|
-
|
|
815
747
|
### 🐛 错误修复
|
|
816
748
|
|
|
817
|
-
|
|
818
|
-
|
|
749
|
+
- **抖音:** 没有bgm导致解析错误 ([b8af209](https://github.com/ikenxuan/karin-plugin-kkk/commit/b8af2096e658c9ecca7122062cd6df8b9ea12e74))
|
|
819
750
|
|
|
820
751
|
### 🧰 其他更新
|
|
821
752
|
|
|
822
|
-
|
|
823
|
-
|
|
753
|
+
- 移除未使用依赖 ([b79194b](https://github.com/ikenxuan/karin-plugin-kkk/commit/b79194b5d57240a408d1e70937d4cf1e5094d6ea))
|
|
824
754
|
|
|
825
755
|
### 🗃️ 数据库迁移
|
|
826
756
|
|
|
827
|
-
|
|
828
|
-
|
|
757
|
+
- 优化删除逻辑 ([8208e66](https://github.com/ikenxuan/karin-plugin-kkk/commit/8208e66f345d4edb9fe4f945f7dea2fc2bfe752f))
|
|
829
758
|
|
|
830
759
|
### 💯 细节优化
|
|
831
760
|
|
|
832
|
-
|
|
761
|
+
- 表情回应功能占位 ([c96377e](https://github.com/ikenxuan/karin-plugin-kkk/commit/c96377e9aeed57285f273300e9a1566bf1ebbf18))
|
|
833
762
|
|
|
834
763
|
## [2.20.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.20.0...v2.20.1) (2026-02-23)
|
|
835
764
|
|
|
836
|
-
|
|
837
765
|
### 🐛 错误修复
|
|
838
766
|
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
767
|
+
- 抖音图集解析中,图片类型识别错误 ([3a1d57d](https://github.com/ikenxuan/karin-plugin-kkk/commit/3a1d57d7e7f7c68ed3cdae813d0a83b5bfc4fbb9))
|
|
768
|
+
- 获取封面图空指针错误 ([d8434c7](https://github.com/ikenxuan/karin-plugin-kkk/commit/d8434c746ee11671656bda17ddb754d2aa2a6422))
|
|
842
769
|
|
|
843
770
|
### ✨ 细节优化
|
|
844
771
|
|
|
845
|
-
|
|
772
|
+
- 兼容性提高 ([3ea0cf7](https://github.com/ikenxuan/karin-plugin-kkk/commit/3ea0cf7706bdef6a3d3ef0e121c0991782162728))
|
|
846
773
|
|
|
847
774
|
## [2.20.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.19.1...v2.20.0) (2026-02-23)
|
|
848
775
|
|
|
849
|
-
|
|
850
776
|
### ✨ 新功能
|
|
851
777
|
|
|
852
|
-
|
|
853
|
-
|
|
778
|
+
- **core:** 引用解析支持识别图片中的二维码进行解析 ([82e7878](https://github.com/ikenxuan/karin-plugin-kkk/commit/82e78788a53332b605a5fc5280d824eefc81b0f2))
|
|
854
779
|
|
|
855
780
|
### 💄 UI 优化
|
|
856
781
|
|
|
857
|
-
|
|
858
|
-
|
|
782
|
+
- **douyin:** 视频信息的字体优化 ([3d39d6c](https://github.com/ikenxuan/karin-plugin-kkk/commit/3d39d6c86dd7ced63d948e08e8ff3b6c8165bd3e))
|
|
859
783
|
|
|
860
784
|
### ✨ 细节优化
|
|
861
785
|
|
|
862
|
-
|
|
863
|
-
|
|
786
|
+
- 提高二维码识别兼容性 ([28ead9d](https://github.com/ikenxuan/karin-plugin-kkk/commit/28ead9da322af913e0defa1ac0f7118f44e9edb1))
|
|
787
|
+
- 细优 ([1f45d0b](https://github.com/ikenxuan/karin-plugin-kkk/commit/1f45d0b81c9dfd906e1be227ddbe799ec26377e4))
|
|
864
788
|
|
|
865
789
|
## [2.19.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.19.0...v2.19.1) (2026-02-21)
|
|
866
790
|
|
|
867
|
-
|
|
868
791
|
### 🐛 错误修复
|
|
869
792
|
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
793
|
+
- db init ([167baf4](https://github.com/ikenxuan/karin-plugin-kkk/commit/167baf4af8ff6a64eca8609cb89195b58ab7aa34))
|
|
794
|
+
- **douyin:** improve type safety and filtering in comments parsing, close [#251](https://github.com/ikenxuan/karin-plugin-kkk/issues/251) ([740d31b](https://github.com/ikenxuan/karin-plugin-kkk/commit/740d31b2dfbe70f0ffda11635091a9444abcee7e))
|
|
873
795
|
|
|
874
796
|
### 💄 UI 优化
|
|
875
797
|
|
|
876
|
-
|
|
877
|
-
|
|
798
|
+
- **douyin:** 弱化评论中昵称的颜色 ([401574a](https://github.com/ikenxuan/karin-plugin-kkk/commit/401574a534ab582a30e82cab65dd48ef6a8a42d0))
|
|
878
799
|
|
|
879
800
|
### ✨ 细节优化
|
|
880
801
|
|
|
881
|
-
|
|
882
|
-
|
|
802
|
+
- 优化接口库CK传递,修改ck后不再需要重启。 ([fc05e32](https://github.com/ikenxuan/karin-plugin-kkk/commit/fc05e32ad8ce13c7f43d9b8067e3248c405d7672))
|
|
803
|
+
- **抖音:** 订阅时默认关闭喜欢和推荐推送 ([b71f790](https://github.com/ikenxuan/karin-plugin-kkk/commit/b71f7900aba35b48da136af27c3056ca65debbf9))
|
|
883
804
|
|
|
884
805
|
## [2.19.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.18.3...v2.19.0) (2026-02-20)
|
|
885
806
|
|
|
886
|
-
|
|
887
807
|
### ✨ 新功能
|
|
888
808
|
|
|
889
|
-
|
|
890
|
-
|
|
809
|
+
- **抖音:** 实现订阅用户的点赞推操作送和推荐操作推送 [#248](https://github.com/ikenxuan/karin-plugin-kkk/issues/248) ([135ff58](https://github.com/ikenxuan/karin-plugin-kkk/commit/135ff58386c90ee544306ad4d63e7e5706ed1eef))
|
|
891
810
|
|
|
892
811
|
### 🐛 错误修复
|
|
893
812
|
|
|
894
|
-
|
|
895
|
-
|
|
813
|
+
- **抖音:** 该声音由于版权原因在当前地区不可用 ([12926b2](https://github.com/ikenxuan/karin-plugin-kkk/commit/12926b2d13bce6cc13a551535be4d7d68ba7e03d))
|
|
896
814
|
|
|
897
815
|
### 📝 文档更新
|
|
898
816
|
|
|
899
|
-
|
|
900
|
-
|
|
817
|
+
- update ([0870998](https://github.com/ikenxuan/karin-plugin-kkk/commit/087099825321e35f92d6280079250b1510ee9544))
|
|
901
818
|
|
|
902
819
|
### ✨ 细节优化
|
|
903
820
|
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
821
|
+
- 1 ([dd0727f](https://github.com/ikenxuan/karin-plugin-kkk/commit/dd0727fde5b6d4c4453617ad9ff89928ff3aa6ee))
|
|
822
|
+
- 兼容性提高 ([0767d60](https://github.com/ikenxuan/karin-plugin-kkk/commit/0767d60e23c1ddaf81a909496961606fa2055a94))
|
|
823
|
+
- **抖音:** 合辑解析将封面图也放进合并转发消息中 ([4b4f04b](https://github.com/ikenxuan/karin-plugin-kkk/commit/4b4f04b509293adb1bd94de86a278af02e2fafdb))
|
|
907
824
|
|
|
908
825
|
## [2.18.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.18.2...v2.18.3) (2026-01-27)
|
|
909
826
|
|
|
910
|
-
|
|
911
827
|
### 🐛 错误修复
|
|
912
828
|
|
|
913
|
-
|
|
914
|
-
|
|
829
|
+
- 重定向兼容性提高 ([5c7ea05](https://github.com/ikenxuan/karin-plugin-kkk/commit/5c7ea05bfbefb8c03947be3b8b505582c589f422))
|
|
915
830
|
|
|
916
831
|
### 🧰 其他更新
|
|
917
832
|
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
833
|
+
- template:dev 优化开发体验 ([c90caac](https://github.com/ikenxuan/karin-plugin-kkk/commit/c90caaca734a30b7a2d1ed447994f15844abb8a4))
|
|
834
|
+
- template:dev 兼容性提高 ([4ac290e](https://github.com/ikenxuan/karin-plugin-kkk/commit/4ac290ead15d46ac4f359cc06fb7605205cc553b))
|
|
835
|
+
- 细优 ([0af9293](https://github.com/ikenxuan/karin-plugin-kkk/commit/0af9293bf7d8b9acf38c06104a8ccef36e00b03e))
|
|
836
|
+
- 细优 ([5fef1ba](https://github.com/ikenxuan/karin-plugin-kkk/commit/5fef1baf2555b97bc6a2aa04a56971edb590e445))
|
|
837
|
+
- 细优 ([16273a2](https://github.com/ikenxuan/karin-plugin-kkk/commit/16273a280cedb07aa8487143304ad66fcde76655))
|
|
838
|
+
- 重写组件开发面板中子组件的缩放和拖拽逻辑。 ([74c7ea8](https://github.com/ikenxuan/karin-plugin-kkk/commit/74c7ea8bf5e507f66e7c50ab23a69ce0269dd5c3))
|
|
924
839
|
|
|
925
840
|
## [2.18.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.18.1...v2.18.2) (2026-01-18)
|
|
926
841
|
|
|
927
|
-
|
|
928
842
|
### 💄 UI 优化
|
|
929
843
|
|
|
930
|
-
|
|
931
|
-
|
|
844
|
+
- 发出的所有图片加个圆角 ([095d44d](https://github.com/ikenxuan/karin-plugin-kkk/commit/095d44dc1fc6217e3ca531170af3f2757d3cad15))
|
|
932
845
|
|
|
933
846
|
### 🧰 其他更新
|
|
934
847
|
|
|
935
|
-
|
|
848
|
+
- 重写模板开发面板布局,支持面板主题和子组件主题各自独立 ([48f9002](https://github.com/ikenxuan/karin-plugin-kkk/commit/48f9002bfbaee69b3f3ce6b3d971b63f11ee53dc))
|
|
936
849
|
|
|
937
850
|
## [2.18.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.18.0...v2.18.1) (2026-01-17)
|
|
938
851
|
|
|
939
|
-
|
|
940
852
|
### 💄 UI 优化
|
|
941
853
|
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
854
|
+
- 重写B站扫码登录 ([91e5367](https://github.com/ikenxuan/karin-plugin-kkk/commit/91e53672f53c744d9321d9f443b2616e4b485551))
|
|
855
|
+
- 重写帮助 ([6cad16b](https://github.com/ikenxuan/karin-plugin-kkk/commit/6cad16b45a1173356dd73bfdcbabbb83581e44e0))
|
|
856
|
+
- 重写抖音扫码登录 ([9a262b7](https://github.com/ikenxuan/karin-plugin-kkk/commit/9a262b7e0f6a7db916a47461d7f9a826c74eeeb9))
|
|
857
|
+
- 重写推送列表 ([74e3a7f](https://github.com/ikenxuan/karin-plugin-kkk/commit/74e3a7f74206496014632801459f6215e85dc12f))
|
|
947
858
|
|
|
948
859
|
### 🧰 其他更新
|
|
949
860
|
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
861
|
+
- **template:dev:** 添加 Monaco 编辑器支持并实现 Mock 数据编辑功能 ([f0c60ae](https://github.com/ikenxuan/karin-plugin-kkk/commit/f0c60ae5c5b88da1b879983a1f511e8cf5b2bce7))
|
|
862
|
+
- 兼容性提高 ([f0c7dca](https://github.com/ikenxuan/karin-plugin-kkk/commit/f0c7dcac9e1e23e1a71cd890d2763fbc72601957))
|
|
953
863
|
|
|
954
864
|
### 📦 依赖更新
|
|
955
865
|
|
|
956
|
-
|
|
957
|
-
|
|
866
|
+
- update ([91a284d](https://github.com/ikenxuan/karin-plugin-kkk/commit/91a284d0e563811050783177840bbcc972ea0391))
|
|
958
867
|
|
|
959
868
|
### ✨ 细节优化
|
|
960
869
|
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
870
|
+
- 1 ([4c00277](https://github.com/ikenxuan/karin-plugin-kkk/commit/4c0027755c03c1cd39a6278dae07bbca550548fe))
|
|
871
|
+
- className rename ([19bcffb](https://github.com/ikenxuan/karin-plugin-kkk/commit/19bcffbb4bbb21a56783652c346e9073a0b63765))
|
|
872
|
+
- 兼容性提高 ([7a3b433](https://github.com/ikenxuan/karin-plugin-kkk/commit/7a3b433fcf72f051b58af2f8affd5a81f03ab214))
|
|
873
|
+
- 移除重复资源 ([162846a](https://github.com/ikenxuan/karin-plugin-kkk/commit/162846ac1a5f5cad24bd94177a5144f61e8ccd83))
|
|
874
|
+
- 错误日志支持发送给所有主人 ([f9b5fcc](https://github.com/ikenxuan/karin-plugin-kkk/commit/f9b5fcc3445dd2391c5b883d8f894304950b55b6))
|
|
966
875
|
|
|
967
876
|
## [2.18.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.17.1...v2.18.0) (2026-01-13)
|
|
968
877
|
|
|
969
|
-
|
|
970
878
|
### ✨ 新功能
|
|
971
879
|
|
|
972
|
-
|
|
973
|
-
|
|
880
|
+
- **bilibili:** 支持更多相关内容卡片 [#241](https://github.com/ikenxuan/karin-plugin-kkk/issues/241) ([ef4c307](https://github.com/ikenxuan/karin-plugin-kkk/commit/ef4c30794177e034da7067be9abfc176c16f97c5))
|
|
974
881
|
|
|
975
882
|
### 🐛 错误修复
|
|
976
883
|
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
884
|
+
- add忽略表情回应失败配置项 [#240](https://github.com/ikenxuan/karin-plugin-kkk/issues/240) ([2101174](https://github.com/ikenxuan/karin-plugin-kkk/commit/21011749775f6258ccfbcd0ec976223261d51cd8))
|
|
885
|
+
- 更新、适配接口库新版本 ([1dc5dbc](https://github.com/ikenxuan/karin-plugin-kkk/commit/1dc5dbc450a34a42310871c1733c938b7e2b11f0))
|
|
980
886
|
|
|
981
887
|
### 💄 UI 优化
|
|
982
888
|
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
889
|
+
- close [#241](https://github.com/ikenxuan/karin-plugin-kkk/issues/241) ([bb1cf25](https://github.com/ikenxuan/karin-plugin-kkk/commit/bb1cf25eec7abdc0e226368355fd7329e8b515be))
|
|
890
|
+
- update vite and rolldown logo ([2a15547](https://github.com/ikenxuan/karin-plugin-kkk/commit/2a1554746a2580fdc7b6634103f4b13ec4abbb26))
|
|
891
|
+
- 优化错误日志 ([a9adb66](https://github.com/ikenxuan/karin-plugin-kkk/commit/a9adb66fed97f43ae2692b9bc58ab116fc524c12))
|
|
892
|
+
- 图文动态添加直播预约卡片 [#241](https://github.com/ikenxuan/karin-plugin-kkk/issues/241) ([a368670](https://github.com/ikenxuan/karin-plugin-kkk/commit/a3686705320ceff30f0f6f903ff9b932fc768e64))
|
|
893
|
+
- 抖音封面组件 ([e9fd321](https://github.com/ikenxuan/karin-plugin-kkk/commit/e9fd32193e6021059254980937b6c7fb25135b18))
|
|
989
894
|
|
|
990
895
|
### 🧰 其他更新
|
|
991
896
|
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
897
|
+
- logger ([0452b4e](https://github.com/ikenxuan/karin-plugin-kkk/commit/0452b4e2d3788917830156f756eba2be4eec82f9))
|
|
898
|
+
- 删除插件自带web ([#243](https://github.com/ikenxuan/karin-plugin-kkk/issues/243)) ([d8ba2c4](https://github.com/ikenxuan/karin-plugin-kkk/commit/d8ba2c449551631118af4c27d1f01cc71a398d93))
|
|
995
899
|
|
|
996
900
|
### 📦 依赖更新
|
|
997
901
|
|
|
998
|
-
|
|
999
|
-
|
|
902
|
+
- 接口库版本 ([5d2a2e1](https://github.com/ikenxuan/karin-plugin-kkk/commit/5d2a2e129e22e7a0bd7d71ad600c052a8e64d835))
|
|
1000
903
|
|
|
1001
904
|
### ✨ 细节优化
|
|
1002
905
|
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
906
|
+
- 兼容性提高 ([f9e6019](https://github.com/ikenxuan/karin-plugin-kkk/commit/f9e601963564d05c19c1a978210cdf0a46d5cb2f))
|
|
907
|
+
- 即使变成小猫咪 还是没办法和你一起玩吗 ([754ae27](https://github.com/ikenxuan/karin-plugin-kkk/commit/754ae278e00808c87438e69c792ed6cf1340d0d0))
|
|
908
|
+
- 嘿嘿嘿 贤者我是小猫咪 ([10781ec](https://github.com/ikenxuan/karin-plugin-kkk/commit/10781ec26e052f829430418193d234f95bfda497))
|
|
909
|
+
- 细优 ([defc1ea](https://github.com/ikenxuan/karin-plugin-kkk/commit/defc1ea2a7e52a086d602f8246b645ffa2a9b2ae))
|
|
910
|
+
- 细优 ([358c994](https://github.com/ikenxuan/karin-plugin-kkk/commit/358c994bacc7916da4764216ea90fd5a694a382a))
|
|
911
|
+
- 细优 ([0ef737c](https://github.com/ikenxuan/karin-plugin-kkk/commit/0ef737c86525d8ecc21b686513bb6f1341a3a1dd))
|
|
912
|
+
- 细优 ([d3e2b6f](https://github.com/ikenxuan/karin-plugin-kkk/commit/d3e2b6f59fb00c369c95b3112735dc739d738424))
|
|
913
|
+
- 细优 ([c3df010](https://github.com/ikenxuan/karin-plugin-kkk/commit/c3df010444ba14019aefddcf0d390f39225a3091))
|
|
914
|
+
- 细优 ([62d7a68](https://github.com/ikenxuan/karin-plugin-kkk/commit/62d7a6868b86af021c594bc74a54dbae83d2d080))
|
|
915
|
+
- 细优 ([16e355d](https://github.com/ikenxuan/karin-plugin-kkk/commit/16e355da61156577ecc2beedb0bc2363523e4982))
|
|
916
|
+
- 细优 ([fe7c277](https://github.com/ikenxuan/karin-plugin-kkk/commit/fe7c2774b8cbf33012825534cbae87507c85a819))
|
|
1014
917
|
|
|
1015
918
|
## [2.17.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.17.0...v2.17.1) (2025-12-25)
|
|
1016
919
|
|
|
1017
|
-
|
|
1018
920
|
### 🐛 错误修复
|
|
1019
921
|
|
|
1020
|
-
|
|
1021
|
-
|
|
922
|
+
- 提高兼容性 close [#237](https://github.com/ikenxuan/karin-plugin-kkk/issues/237) ([4d06880](https://github.com/ikenxuan/karin-plugin-kkk/commit/4d0688011380beec9c8f71fad294af84ae8eb13a))
|
|
1022
923
|
|
|
1023
924
|
### 📝 文档更新
|
|
1024
925
|
|
|
1025
|
-
|
|
1026
|
-
|
|
926
|
+
- readme ([1866817](https://github.com/ikenxuan/karin-plugin-kkk/commit/1866817e7f91bd686754e412b9578c4223949144))
|
|
1027
927
|
|
|
1028
928
|
### 📦 依赖更新
|
|
1029
929
|
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
930
|
+
- peerDependencies ([734e8d7](https://github.com/ikenxuan/karin-plugin-kkk/commit/734e8d7b86db22c97fee2380b51652106a968ef0))
|
|
931
|
+
- peerDependencies ([c93b686](https://github.com/ikenxuan/karin-plugin-kkk/commit/c93b686c7489190b9c4a30ca132fd3f39afa125a))
|
|
1033
932
|
|
|
1034
933
|
### ✨ 细节优化
|
|
1035
934
|
|
|
1036
|
-
|
|
1037
|
-
|
|
935
|
+
- 增加 `#弹幕解析` ([177017b](https://github.com/ikenxuan/karin-plugin-kkk/commit/177017b3396fe85dd79392ebf1e10e48e2c10ad0))
|
|
936
|
+
- 添加弹幕清晰度配置 ([2fc794c](https://github.com/ikenxuan/karin-plugin-kkk/commit/2fc794c3bd0c0509461b58cb44f63d86f1069e82))
|
|
1038
937
|
|
|
1039
938
|
## [2.17.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.16.0...v2.17.0) (2025-12-19)
|
|
1040
939
|
|
|
1041
|
-
|
|
1042
940
|
### ✨ 新功能
|
|
1043
941
|
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
942
|
+
- **bilibili:** 实验性添加弹幕烧录到视频功能,实现B站APP端看体验 ([5925663](https://github.com/ikenxuan/karin-plugin-kkk/commit/5925663b26007e62c4c35f328bc45843950e686b))
|
|
943
|
+
- **danmaku:** Add multi-codec video encoding support with bitrate detection ([998668b](https://github.com/ikenxuan/karin-plugin-kkk/commit/998668bb02ab4459f158b438d0cf1c1994213528))
|
|
944
|
+
- 抖音弹幕烧录 ([3c0a39d](https://github.com/ikenxuan/karin-plugin-kkk/commit/3c0a39dd1d2928a334c562694c3760230865d6d8))
|
|
1048
945
|
|
|
1049
946
|
### 📝 文档更新
|
|
1050
947
|
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
948
|
+
- readme ([2e54130](https://github.com/ikenxuan/karin-plugin-kkk/commit/2e5413008b78c7d3766ac2c3e66ecb6c321ad181))
|
|
949
|
+
- 添加更变日志 ([c6fba37](https://github.com/ikenxuan/karin-plugin-kkk/commit/c6fba3777b36fdbce6c7ef6a49ea05a005582494))
|
|
950
|
+
- 添加硬编码弹幕文档说明 ([deba5e8](https://github.com/ikenxuan/karin-plugin-kkk/commit/deba5e844037d241c02328e98aa1aa0b843f5919))
|
|
1055
951
|
|
|
1056
952
|
### 💄 UI 优化
|
|
1057
953
|
|
|
1058
|
-
|
|
1059
|
-
|
|
954
|
+
- 重新设计了版本警告组件喵 ([1febb14](https://github.com/ikenxuan/karin-plugin-kkk/commit/1febb1425843f1165906df752037a420f4693f9e))
|
|
1060
955
|
|
|
1061
956
|
### 🧰 其他更新
|
|
1062
957
|
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
958
|
+
- types ([3d69522](https://github.com/ikenxuan/karin-plugin-kkk/commit/3d6952226062489a55f31a0d9f370eadbf1dcbdf))
|
|
959
|
+
- 更新类型文件路径 ([51205dc](https://github.com/ikenxuan/karin-plugin-kkk/commit/51205dc850090502c57dc5335aa162b127967c20))
|
|
1066
960
|
|
|
1067
961
|
### ✨ 细节优化
|
|
1068
962
|
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
963
|
+
- **bilibili:** 优化配置 ([e3fac48](https://github.com/ikenxuan/karin-plugin-kkk/commit/e3fac482c08e13420b8ff2d7ec9aff899cb41f0a))
|
|
964
|
+
- web.config ([fa23243](https://github.com/ikenxuan/karin-plugin-kkk/commit/fa232437168774f0197ab7ec1b837c9731d05831))
|
|
965
|
+
- 可选三档弹幕字号 ([4f901ab](https://github.com/ikenxuan/karin-plugin-kkk/commit/4f901abb5134013cbc1cbeb9c2447828d6d10b01))
|
|
966
|
+
- 更新滚动弹幕算法 ([a1f54e3](https://github.com/ikenxuan/karin-plugin-kkk/commit/a1f54e33e8e984962d0e291e03460140236f4882))
|
|
967
|
+
- 细优抖音弹幕字体 ([399489a](https://github.com/ikenxuan/karin-plugin-kkk/commit/399489a8afaf803131ac4be95d3c15cc5c22dde2))
|
|
968
|
+
- 轨道计算、码率计算 ([6254423](https://github.com/ikenxuan/karin-plugin-kkk/commit/62544237aefde87ac856840bab7c392e0dade4de))
|
|
1075
969
|
|
|
1076
970
|
## [2.16.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.15.2...v2.16.0) (2025-12-13)
|
|
1077
971
|
|
|
1078
|
-
|
|
1079
972
|
### ✨ 新功能
|
|
1080
973
|
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
974
|
+
- **core:** 新增启动时版本检查(beta) ([a76b2c0](https://github.com/ikenxuan/karin-plugin-kkk/commit/a76b2c0252533cbb686e47bad46248dc34c3758c))
|
|
975
|
+
- **抖音:** 添加次级评论解析功能并优化评论展示 ([13aa2da](https://github.com/ikenxuan/karin-plugin-kkk/commit/13aa2dab7f2ffc214ef7314a0578b3278368478f))
|
|
976
|
+
- 更新node-karin依赖至1.13.8版本 ([e9fdf3e](https://github.com/ikenxuan/karin-plugin-kkk/commit/e9fdf3ec23b26cc9dfa3139cb786cfc7c49992cf))
|
|
1085
977
|
|
|
1086
978
|
### 🐛 错误修复
|
|
1087
979
|
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
980
|
+
- **build-metadata:** 确保git命令在仓库根目录执行 ([e9fdf3e](https://github.com/ikenxuan/karin-plugin-kkk/commit/e9fdf3ec23b26cc9dfa3139cb786cfc7c49992cf))
|
|
981
|
+
- types,throw handlerError Error ([e74a98f](https://github.com/ikenxuan/karin-plugin-kkk/commit/e74a98f0f2a675b3faace42b531a4c54e9ffbb91))
|
|
982
|
+
- 手动更新获取不到更新日志 ([c4a9cdb](https://github.com/ikenxuan/karin-plugin-kkk/commit/c4a9cdb4878f7801f82f9323a0cf8c8fe08cd935))
|
|
983
|
+
- 抖音直播推送刚开播获取不到直播封面的边缘情况 ([55ff549](https://github.com/ikenxuan/karin-plugin-kkk/commit/55ff54929c4e83d10148488042ce8e01b8ebb508))
|
|
1093
984
|
|
|
1094
985
|
### 📝 文档更新
|
|
1095
986
|
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
987
|
+
- **docs:** 更新文档站点UI与功能,新增暗黑模式支持与响应式设计 ([b2a6e11](https://github.com/ikenxuan/karin-plugin-kkk/commit/b2a6e11526d4285fa4bb45846dab2b825dc5245a))
|
|
988
|
+
- readme ([93393e8](https://github.com/ikenxuan/karin-plugin-kkk/commit/93393e89a94300692c3a9a3eda09ed1c60dcba5e))
|
|
1099
989
|
|
|
1100
990
|
### 🧰 其他更新
|
|
1101
991
|
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
992
|
+
- build ci/cd ([8fde15c](https://github.com/ikenxuan/karin-plugin-kkk/commit/8fde15c00e0cc0219f0ac5a7c9c7074cd899c8cb))
|
|
993
|
+
- karin版本最低1.14.0 ([2c08cf5](https://github.com/ikenxuan/karin-plugin-kkk/commit/2c08cf5ab2dabebb3b7a3694120fc3326349be85))
|
|
994
|
+
- 优化模板开发面板,优化开发体验 ([ff98038](https://github.com/ikenxuan/karin-plugin-kkk/commit/ff98038a78e7ec7edb6495704a280584eefc98f2))
|
|
995
|
+
- 工作区子模块? ([72500e1](https://github.com/ikenxuan/karin-plugin-kkk/commit/72500e118594a3226cb9e4b38afa183fffe3c5e2))
|
|
996
|
+
- 改炸了 ([52ba955](https://github.com/ikenxuan/karin-plugin-kkk/commit/52ba95560fe5dd81fd505009ff6e5d4c37df7cb2))
|
|
997
|
+
- 无关紧要的更新 ([3d32c07](https://github.com/ikenxuan/karin-plugin-kkk/commit/3d32c0778c4b48332f8430714579ce6331b81558))
|
|
998
|
+
- 添加typescript-eslint开发依赖 ([e9fdf3e](https://github.com/ikenxuan/karin-plugin-kkk/commit/e9fdf3ec23b26cc9dfa3139cb786cfc7c49992cf))
|
|
999
|
+
- 细优模板开发面板 ([52744a5](https://github.com/ikenxuan/karin-plugin-kkk/commit/52744a52a930a63925052b9552d376f1346bbe00))
|
|
1111
1000
|
|
|
1112
1001
|
### ♻️ 代码重构
|
|
1113
1002
|
|
|
1114
|
-
|
|
1115
|
-
|
|
1003
|
+
- **logger:** 重构日志模块使用node-karin/log4js替代自定义实现 ([e9fdf3e](https://github.com/ikenxuan/karin-plugin-kkk/commit/e9fdf3ec23b26cc9dfa3139cb786cfc7c49992cf))
|
|
1116
1004
|
|
|
1117
1005
|
### 📦 依赖更新
|
|
1118
1006
|
|
|
1119
|
-
|
|
1120
|
-
|
|
1007
|
+
- update ([b143293](https://github.com/ikenxuan/karin-plugin-kkk/commit/b143293ac7b8cce5a08a3a2ac9a3f1c232f27d06))
|
|
1121
1008
|
|
|
1122
1009
|
### ✨ 细节优化
|
|
1123
1010
|
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1011
|
+
- boom ([2277156](https://github.com/ikenxuan/karin-plugin-kkk/commit/22771568f6a04e9f983a9322741d7c7d49716951))
|
|
1012
|
+
- use checkPort ([3c04494](https://github.com/ikenxuan/karin-plugin-kkk/commit/3c044945170e0107a6caaeb400de6b29c1761376))
|
|
1013
|
+
- 优化更新流程 ([118443f](https://github.com/ikenxuan/karin-plugin-kkk/commit/118443f671aa096d9225509b32a1597cf2e6edc7))
|
|
1014
|
+
- 兼容性提高 ([eefd8e6](https://github.com/ikenxuan/karin-plugin-kkk/commit/eefd8e67ab3b309b5799f9cce0bad155eec6a4a2))
|
|
1015
|
+
- 兼容性提高 ([790d7be](https://github.com/ikenxuan/karin-plugin-kkk/commit/790d7be05af91641fe4d3780476a6140cbe960fb))
|
|
1016
|
+
- 脱敏打印 ([7d63492](https://github.com/ikenxuan/karin-plugin-kkk/commit/7d634920f8e5f7fe818997d8d87176a59ee7a04d))
|
|
1130
1017
|
|
|
1131
1018
|
## [2.15.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.15.1...v2.15.2) (2025-12-07)
|
|
1132
1019
|
|
|
1133
|
-
|
|
1134
1020
|
### 🐛 错误修复
|
|
1135
1021
|
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1022
|
+
- 更新小红书算法v4.86.0 ([d133a54](https://github.com/ikenxuan/karin-plugin-kkk/commit/d133a54b37b3cecb81ae6b92e72d48dc95629e12))
|
|
1023
|
+
- 更新状态判断失误 ([0598334](https://github.com/ikenxuan/karin-plugin-kkk/commit/0598334cd281e040a7dba7d8349ccd6c0ce3f2d9))
|
|
1024
|
+
- 迁移到@snapka/puppeteer ([#232](https://github.com/ikenxuan/karin-plugin-kkk/issues/232)) ([848926b](https://github.com/ikenxuan/karin-plugin-kkk/commit/848926bb4463149847d0f40e0bb0e5c4d2f0bc64))
|
|
1140
1025
|
|
|
1141
1026
|
### 📝 文档更新
|
|
1142
1027
|
|
|
1143
|
-
|
|
1028
|
+
- readme ([bdb3468](https://github.com/ikenxuan/karin-plugin-kkk/commit/bdb3468d67bef7df4c81ebbbd400f00ae4b87a31))
|
|
1144
1029
|
|
|
1145
1030
|
## [2.15.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.15.0...v2.15.1) (2025-12-02)
|
|
1146
1031
|
|
|
1147
|
-
|
|
1148
1032
|
### 🐛 错误修复
|
|
1149
1033
|
|
|
1150
|
-
|
|
1034
|
+
- 删除测试命令 ([cf18e81](https://github.com/ikenxuan/karin-plugin-kkk/commit/cf18e81e8bcae6db48b6504d10b9c9b4262aad85))
|
|
1151
1035
|
|
|
1152
1036
|
## [2.15.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.14.0...v2.15.0) (2025-12-02)
|
|
1153
1037
|
|
|
1154
|
-
|
|
1155
1038
|
### ✨ 新功能
|
|
1156
1039
|
|
|
1157
|
-
|
|
1158
|
-
|
|
1040
|
+
- **core:** add bilibili risk control verification and error handling improvements ([9b2f327](https://github.com/ikenxuan/karin-plugin-kkk/commit/9b2f32775a7155203d915a79d0a826b4b4e99c2d))
|
|
1159
1041
|
|
|
1160
1042
|
### 🐛 错误修复
|
|
1161
1043
|
|
|
1162
|
-
|
|
1163
|
-
|
|
1044
|
+
- lock ([11dac86](https://github.com/ikenxuan/karin-plugin-kkk/commit/11dac86404409444b95478150e8db3b31acf1288))
|
|
1164
1045
|
|
|
1165
1046
|
### 📝 文档更新
|
|
1166
1047
|
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1048
|
+
- lock 2 ([152ea7e](https://github.com/ikenxuan/karin-plugin-kkk/commit/152ea7e72d57e50a56322072628cf727b6a88a21))
|
|
1049
|
+
- 更新文档 ([1d24c2d](https://github.com/ikenxuan/karin-plugin-kkk/commit/1d24c2dfd337eaedddd4ad0d7396bc02ab6bce2d))
|
|
1170
1050
|
|
|
1171
1051
|
### 🧰 其他更新
|
|
1172
1052
|
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1053
|
+
- fix build ([b868497](https://github.com/ikenxuan/karin-plugin-kkk/commit/b868497536cc70e2370772dfc6c4f27d7c4a74c8))
|
|
1054
|
+
- Readme ([d707e61](https://github.com/ikenxuan/karin-plugin-kkk/commit/d707e6184374a665db2bd60e227ddb12804e41c0))
|
|
1176
1055
|
|
|
1177
1056
|
### ♻️ 代码重构
|
|
1178
1057
|
|
|
1179
|
-
|
|
1180
|
-
|
|
1058
|
+
- **douyin:** remove fingerprint-generator dependency ([0c4fb12](https://github.com/ikenxuan/karin-plugin-kkk/commit/0c4fb12269efa46f66cc73e8581eb26e50d457a6))
|
|
1181
1059
|
|
|
1182
1060
|
### 📦 依赖更新
|
|
1183
1061
|
|
|
1184
|
-
|
|
1062
|
+
- update ([96d2ddd](https://github.com/ikenxuan/karin-plugin-kkk/commit/96d2ddd97e87d8e6755e7601f82f30f707a7cca6))
|
|
1185
1063
|
|
|
1186
1064
|
## [2.14.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.13.0...v2.14.0) (2025-11-28)
|
|
1187
1065
|
|
|
1188
|
-
|
|
1189
1066
|
### ✨ 新功能
|
|
1190
1067
|
|
|
1191
|
-
|
|
1192
|
-
|
|
1068
|
+
- **douyin:** 新增配置 `liveImageMergeMode` ,可选择合辑中live图的bgm合并方式。 ([26d16e2](https://github.com/ikenxuan/karin-plugin-kkk/commit/26d16e2f55f51961ef25aa28e78d0fe8ad9a9727))
|
|
1193
1069
|
|
|
1194
1070
|
### 🐛 错误修复
|
|
1195
1071
|
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1072
|
+
- 1 ([ee5742d](https://github.com/ikenxuan/karin-plugin-kkk/commit/ee5742dc539160e4a5d7540fbaf8793e4c2b949f))
|
|
1073
|
+
- **bilibili:** adjust image reply order in dynamic parsing ([c4569be](https://github.com/ikenxuan/karin-plugin-kkk/commit/c4569becd21a269cf1c6833a0ff6c1e26a3855b7))
|
|
1074
|
+
- create_time ([97c6db9](https://github.com/ikenxuan/karin-plugin-kkk/commit/97c6db99d818034a5ef17c233d205e2f4bc4aa32))
|
|
1075
|
+
- **error-handler:** improve error stack formatting and ANSI color parsing ([5f8b6b4](https://github.com/ikenxuan/karin-plugin-kkk/commit/5f8b6b490faca860c53d7da1dbab2fe8144b57c0))
|
|
1076
|
+
- reg ([9181b9c](https://github.com/ikenxuan/karin-plugin-kkk/commit/9181b9caca5a90765329b5c283bc7ca691e90397))
|
|
1077
|
+
- 抖音二级评论表情包获取失败 ([3412bfc](https://github.com/ikenxuan/karin-plugin-kkk/commit/3412bfcfbc15ffcd10213cd1be821b466b44b8c4))
|
|
1203
1078
|
|
|
1204
1079
|
### 💄 UI 优化
|
|
1205
1080
|
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1081
|
+
- 同步UI ([809d904](https://github.com/ikenxuan/karin-plugin-kkk/commit/809d904d785ab1412a3e0e72f0c4ec86f6d44779))
|
|
1082
|
+
- 细优 ([c3595b9](https://github.com/ikenxuan/karin-plugin-kkk/commit/c3595b9d3f114a2859b8f69795af8affe792c943))
|
|
1083
|
+
- 细优 ([30f9f1d](https://github.com/ikenxuan/karin-plugin-kkk/commit/30f9f1ddfd2e914e3c780abf95deb42ac0b3dba6))
|
|
1084
|
+
- 细优 ([f68caf0](https://github.com/ikenxuan/karin-plugin-kkk/commit/f68caf086a2e48b21d4d6dcda9784cf8b0a0e1ca))
|
|
1085
|
+
- 细优 ([6264d81](https://github.com/ikenxuan/karin-plugin-kkk/commit/6264d8144d275185311d90b16a33bee448445edd))
|
|
1212
1086
|
|
|
1213
1087
|
### ♻️ 代码重构
|
|
1214
1088
|
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1089
|
+
- **douyin:** rename push video quality config parameters ([b39b728](https://github.com/ikenxuan/karin-plugin-kkk/commit/b39b728ccbeb6fb249cbcfa7468d5072b62ae2d4))
|
|
1090
|
+
- **error-handler:** replace static error emoji with dynamic QFace emoji ([f388a82](https://github.com/ikenxuan/karin-plugin-kkk/commit/f388a82050543d35a4a2ccde4f413ced434cf8fb))
|
|
1091
|
+
- 重构FFmpeg逻辑 ([26d16e2](https://github.com/ikenxuan/karin-plugin-kkk/commit/26d16e2f55f51961ef25aa28e78d0fe8ad9a9727))
|
|
1219
1092
|
|
|
1220
1093
|
### ✅ 测试相关
|
|
1221
1094
|
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1095
|
+
- add vitest ([e6eb207](https://github.com/ikenxuan/karin-plugin-kkk/commit/e6eb207ff9c01b0b086d34a6f1676b6d3ac7de73))
|
|
1096
|
+
- 添加屎山 包体积+++ ([1db256f](https://github.com/ikenxuan/karin-plugin-kkk/commit/1db256f4c132e5ad1ebf29bbf221c727d44fea13))
|
|
1097
|
+
- 用happy-dom替换jsdom ([ead6e9d](https://github.com/ikenxuan/karin-plugin-kkk/commit/ead6e9dcc469a758147a960973feb125635efe6a))
|
|
1226
1098
|
|
|
1227
1099
|
### 📦 依赖更新
|
|
1228
1100
|
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1101
|
+
- amagi update to 5.11.1 ([5933141](https://github.com/ikenxuan/karin-plugin-kkk/commit/5933141b52a5e103ada7e1054a165614e60df741))
|
|
1102
|
+
- rm ansi-to-html ([56462f6](https://github.com/ikenxuan/karin-plugin-kkk/commit/56462f641538b3d40b4e123060ccf08736687afa))
|
|
1103
|
+
- 更新 ([f27af3b](https://github.com/ikenxuan/karin-plugin-kkk/commit/f27af3b53bfcf3f67c168ddfcb21975da0ed217a))
|
|
1233
1104
|
|
|
1234
1105
|
### ✨ 细节优化
|
|
1235
1106
|
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1107
|
+
- 优化屎山 ([e3ece3f](https://github.com/ikenxuan/karin-plugin-kkk/commit/e3ece3fc45e3ce6c7e0162a83e64d05fc792dbb5))
|
|
1108
|
+
- 优化模板开发 ([ff0ee9c](https://github.com/ikenxuan/karin-plugin-kkk/commit/ff0ee9c7f74f4f46ada2e3b5431aa5a5121e92e1))
|
|
1109
|
+
- 更多镜像源。 ([9058450](https://github.com/ikenxuan/karin-plugin-kkk/commit/9058450f4c6ec92e2332a2e3e852cfe4e4c411b1))
|
|
1110
|
+
- 细优 ([65fbd6b](https://github.com/ikenxuan/karin-plugin-kkk/commit/65fbd6b910c01e1e8d0919297bcd802982835acd))
|
|
1240
1111
|
|
|
1241
1112
|
## [2.13.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.12.0...v2.13.0) (2025-11-26)
|
|
1242
1113
|
|
|
1243
|
-
|
|
1244
1114
|
### ✨ 新功能
|
|
1245
1115
|
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1116
|
+
- **douyin:** Refactor user video list data structure and UI components ([5a891db](https://github.com/ikenxuan/karin-plugin-kkk/commit/5a891db84510c84a42bb377d51c42b530809fedf))
|
|
1117
|
+
- 抖音用户主页视频列表图片。 ([30a8cfb](https://github.com/ikenxuan/karin-plugin-kkk/commit/30a8cfb749ba2e761b4d2f48a47920814126acb1))
|
|
1249
1118
|
|
|
1250
1119
|
### 🐛 错误修复
|
|
1251
1120
|
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1121
|
+
- 。 ([d13dd5f](https://github.com/ikenxuan/karin-plugin-kkk/commit/d13dd5face0e21e3f2b186ded25a15634c8c4023))
|
|
1122
|
+
- 1 ([807bf47](https://github.com/ikenxuan/karin-plugin-kkk/commit/807bf47a6b8fc9fd0797d0c6edf3819e6bac4b98))
|
|
1123
|
+
- boom ([88d7878](https://github.com/ikenxuan/karin-plugin-kkk/commit/88d7878eb791efd6c4278d51e5a074f7f66c61c3))
|
|
1124
|
+
- Contact ([ff1a3e8](https://github.com/ikenxuan/karin-plugin-kkk/commit/ff1a3e8417a51bbd1a4dc99c81df26cb04a91ce7))
|
|
1125
|
+
- Refactor code structure for improved readability and maintainability ([0924b29](https://github.com/ikenxuan/karin-plugin-kkk/commit/0924b291a30a559332d7baa4f73ef56bbc0ca3ad))
|
|
1126
|
+
- template,提升开发体验 ([a0a3429](https://github.com/ikenxuan/karin-plugin-kkk/commit/a0a342950dd154d8990fd17501f23863cb392a99))
|
|
1127
|
+
- template,提升开发体验 ([cb099eb](https://github.com/ikenxuan/karin-plugin-kkk/commit/cb099eb1c391fd81c33bfa94ede42c0ed0a87a59))
|
|
1128
|
+
- template,提升开发体验 ([8b776e3](https://github.com/ikenxuan/karin-plugin-kkk/commit/8b776e3a9c0960348433bc94494c203ece23ef64))
|
|
1129
|
+
- 提升开发体验 ([379e6ad](https://github.com/ikenxuan/karin-plugin-kkk/commit/379e6ad4c1d38f5c92cd22072ebc555c58bb6a5e))
|
|
1130
|
+
- 还是让tsc来生成types吧。。。 ([26bef73](https://github.com/ikenxuan/karin-plugin-kkk/commit/26bef73042bdfbd5892ad3fc2457930d45d16dad))
|
|
1263
1131
|
|
|
1264
1132
|
### ♻️ 代码重构
|
|
1265
1133
|
|
|
1266
|
-
|
|
1134
|
+
- **template:** 重构模板开发面板 ([de40f5f](https://github.com/ikenxuan/karin-plugin-kkk/commit/de40f5f78a992fd8c022220d81959db87c24d9d9))
|
|
1267
1135
|
|
|
1268
1136
|
## [2.12.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.11.6...v2.12.0) (2025-11-22)
|
|
1269
1137
|
|
|
1270
|
-
|
|
1271
1138
|
### ✨ 新功能
|
|
1272
1139
|
|
|
1273
|
-
|
|
1274
|
-
|
|
1140
|
+
- 捕获所有日志 [@sj817](https://github.com/sj817) ([#225](https://github.com/ikenxuan/karin-plugin-kkk/issues/225)) ([cf925f9](https://github.com/ikenxuan/karin-plugin-kkk/commit/cf925f9aca9d8ff242cc035f1c48bff7510ccd33))
|
|
1275
1141
|
|
|
1276
1142
|
### ♻️ 代码重构
|
|
1277
1143
|
|
|
1278
|
-
|
|
1144
|
+
- **core:** 重构amagi客户端调用方式,提取为独立模块 ([3eb5649](https://github.com/ikenxuan/karin-plugin-kkk/commit/3eb5649203b63abf3efe3efdfed40b92fc9406c5))
|
|
1279
1145
|
|
|
1280
1146
|
## [2.11.6](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.11.5...v2.11.6) (2025-11-15)
|
|
1281
1147
|
|
|
1282
|
-
|
|
1283
1148
|
### 🐛 错误修复
|
|
1284
1149
|
|
|
1285
|
-
|
|
1150
|
+
- **douyin:** 二级评论图片支持并优化样式 ([4101f88](https://github.com/ikenxuan/karin-plugin-kkk/commit/4101f888d3fae2c64b9d9cb155533c7119e39fe9))
|
|
1286
1151
|
|
|
1287
1152
|
## [2.11.5](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.11.4...v2.11.5) (2025-11-13)
|
|
1288
1153
|
|
|
1289
|
-
|
|
1290
1154
|
### 🐛 错误修复
|
|
1291
1155
|
|
|
1292
|
-
|
|
1156
|
+
- **douyin:** Handle special user states with optional chaining ([713a07e](https://github.com/ikenxuan/karin-plugin-kkk/commit/713a07ea2a89b4aab7711eec04d80078c21bdb67))
|
|
1293
1157
|
|
|
1294
1158
|
## [2.11.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.11.3...v2.11.4) (2025-11-13)
|
|
1295
1159
|
|
|
1296
|
-
|
|
1297
1160
|
### 🐛 错误修复
|
|
1298
1161
|
|
|
1299
|
-
|
|
1300
|
-
|
|
1162
|
+
- **douyin:** 处理账号的特殊状态 ([025d707](https://github.com/ikenxuan/karin-plugin-kkk/commit/025d707817416d943d773eeca255a2202327ce81))
|
|
1301
1163
|
|
|
1302
1164
|
### 💄 UI 优化
|
|
1303
1165
|
|
|
1304
|
-
|
|
1166
|
+
- **ui:** 将JetBrains Mono字体添加到项目资源中 ([b371a09](https://github.com/ikenxuan/karin-plugin-kkk/commit/b371a09dafea399215789de2d7cd6660390fb8b2))
|
|
1305
1167
|
|
|
1306
1168
|
## [2.11.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.11.2...v2.11.3) (2025-11-13)
|
|
1307
1169
|
|
|
1308
|
-
|
|
1309
1170
|
### 🐛 错误修复
|
|
1310
1171
|
|
|
1311
|
-
|
|
1312
|
-
|
|
1172
|
+
- 提高兼容性 ([c147834](https://github.com/ikenxuan/karin-plugin-kkk/commit/c147834ddd43fd027e5621b689773a15d90b6f36))
|
|
1313
1173
|
|
|
1314
1174
|
### 💄 UI 优化
|
|
1315
1175
|
|
|
1316
|
-
|
|
1317
|
-
|
|
1176
|
+
- **error-handler:** Enhance error page with new crying emoji and text refinements ([618e437](https://github.com/ikenxuan/karin-plugin-kkk/commit/618e437f43f73fb456547aff98cfd220a822863d))
|
|
1177
|
+
- 更新提示浅色模式下不显示新版本号 ([435a21e](https://github.com/ikenxuan/karin-plugin-kkk/commit/435a21e879677fc6c0d5b22dab02db12e81c1e9e))
|
|
1318
1178
|
|
|
1319
1179
|
## [2.11.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.11.1...v2.11.2) (2025-11-11)
|
|
1320
1180
|
|
|
1321
|
-
|
|
1322
1181
|
### 💄 UI 优化
|
|
1323
1182
|
|
|
1324
|
-
|
|
1325
|
-
|
|
1183
|
+
- **bilibili:** 同步评论图头部样式 ([5c808ff](https://github.com/ikenxuan/karin-plugin-kkk/commit/5c808ffed74ef9cde952ce81eeeabc143fbf7c3c))
|
|
1184
|
+
- **error-handler:** Enhance error reporting with adapter information and improved UI ([ffbd3e5](https://github.com/ikenxuan/karin-plugin-kkk/commit/ffbd3e5c929e9d6c362312626acccd4332d52058))
|
|
1326
1185
|
|
|
1327
1186
|
## [2.11.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.11.0...v2.11.1) (2025-11-11)
|
|
1328
1187
|
|
|
1329
|
-
|
|
1330
1188
|
### 🐛 错误修复
|
|
1331
1189
|
|
|
1332
|
-
|
|
1333
|
-
|
|
1190
|
+
- **download:** 下载视频连接被重置时使用断点传续进行retry ([ad0525c](https://github.com/ikenxuan/karin-plugin-kkk/commit/ad0525c275c48fa991fdafebde0442ab744623b2))
|
|
1334
1191
|
|
|
1335
1192
|
### 🔒 安全修复
|
|
1336
1193
|
|
|
1337
|
-
|
|
1194
|
+
- **networks:** 给抛出错误日志进行脱敏处理 ([68a9521](https://github.com/ikenxuan/karin-plugin-kkk/commit/68a95210db34cbef67d690a13631c374464bb841))
|
|
1338
1195
|
|
|
1339
1196
|
## [2.11.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.10.3...v2.11.0) (2025-11-10)
|
|
1340
1197
|
|
|
1341
|
-
|
|
1342
1198
|
### ✨ 新功能
|
|
1343
1199
|
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1200
|
+
- **douyin:** 添加新的配置选项 `commentImageCollection` 以控制评论区图片收集 ([4f98c4d](https://github.com/ikenxuan/karin-plugin-kkk/commit/4f98c4ddc6d74d7d2a650d9dad3090216c8c791c))
|
|
1201
|
+
- **networks:** 实验性添加断点传续(AI写的 ([1247564](https://github.com/ikenxuan/karin-plugin-kkk/commit/1247564b354aa8acb45d506af43b4abe7f7105d5))
|
|
1347
1202
|
|
|
1348
1203
|
### 🐛 错误修复
|
|
1349
1204
|
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1205
|
+
- **changelog:** Correct version comparison in changelog generation ([9b13b37](https://github.com/ikenxuan/karin-plugin-kkk/commit/9b13b37db88ece04ac207c350ab9b443dc2b6c99))
|
|
1206
|
+
- **douyin:** 改进评论处理和UI ([b8716d2](https://github.com/ikenxuan/karin-plugin-kkk/commit/b8716d2eaae0f1b3952a526f8f22875f5664daf0))
|
|
1207
|
+
- **download:** 改进下载进度条的计算和处理 ([3445e6d](https://github.com/ikenxuan/karin-plugin-kkk/commit/3445e6df9d03f8b44bb0d7ea4f182470ddf6e239))
|
|
1208
|
+
- 爆炸了 ([06deaf8](https://github.com/ikenxuan/karin-plugin-kkk/commit/06deaf868904827a634743d33e6ec72c82dc41b4))
|
|
1209
|
+
- 细节优化 ([0795b63](https://github.com/ikenxuan/karin-plugin-kkk/commit/0795b635bcc45a0298a5ecffb427a6bfc02b4c61))
|
|
1356
1210
|
|
|
1357
1211
|
### 💄 UI 优化
|
|
1358
1212
|
|
|
1359
|
-
|
|
1360
|
-
|
|
1213
|
+
- **douyin:** 评论图增加视频分辨率 ([7608346](https://github.com/ikenxuan/karin-plugin-kkk/commit/760834657cd71407d0edac0144497275c60c4981))
|
|
1214
|
+
- 错误页面移除大BUG虫子 ([901a66e](https://github.com/ikenxuan/karin-plugin-kkk/commit/901a66e80af0b68247dc11ba8f26812fb27514b1))
|
|
1361
1215
|
|
|
1362
1216
|
## [2.10.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.10.2...v2.10.3) (2025-11-07)
|
|
1363
1217
|
|
|
1364
|
-
|
|
1365
1218
|
### 🐛 错误修复
|
|
1366
1219
|
|
|
1367
|
-
|
|
1220
|
+
- null pointer error in article dynamic push for scheduled tasks ([#213](https://github.com/ikenxuan/karin-plugin-kkk/issues/213)) ([66e032f](https://github.com/ikenxuan/karin-plugin-kkk/commit/66e032f811ee83d2898c83854bcb1bfe3f8f796c))
|
|
1368
1221
|
|
|
1369
1222
|
## [2.10.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.10.1...v2.10.2) (2025-11-02)
|
|
1370
1223
|
|
|
1371
|
-
|
|
1372
1224
|
### 🐛 错误修复
|
|
1373
1225
|
|
|
1374
|
-
|
|
1375
|
-
|
|
1226
|
+
- 改炸了 ([6a4bc50](https://github.com/ikenxuan/karin-plugin-kkk/commit/6a4bc50424c69fc86ac4a608bfe04089c6999bcf))
|
|
1376
1227
|
|
|
1377
1228
|
### 💄 UI 优化
|
|
1378
1229
|
|
|
1379
|
-
|
|
1380
|
-
|
|
1230
|
+
- 错误日志和更新日志实验性添加构建元数据 ([336097a](https://github.com/ikenxuan/karin-plugin-kkk/commit/336097a408be77d2cb7a356cc5cfd49191b7b752))
|
|
1381
1231
|
|
|
1382
1232
|
### 🏗️ 构建系统
|
|
1383
1233
|
|
|
1384
|
-
|
|
1234
|
+
- 改用oxc ([6904f61](https://github.com/ikenxuan/karin-plugin-kkk/commit/6904f6141248deca7c65461cb5edcad01925b6dc))
|
|
1385
1235
|
|
|
1386
1236
|
## [2.10.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.10.0...v2.10.1) (2025-11-01)
|
|
1387
1237
|
|
|
1388
|
-
|
|
1389
1238
|
### 🐛 错误修复
|
|
1390
1239
|
|
|
1391
|
-
|
|
1240
|
+
- Cannot read properties ofundefined (reading'fan') ([6512c4e](https://github.com/ikenxuan/karin-plugin-kkk/commit/6512c4ec7fb200849d15c6abdc88768b28689ad9))
|
|
1392
1241
|
|
|
1393
1242
|
## [2.10.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.9.5...v2.10.0) (2025-11-01)
|
|
1394
1243
|
|
|
1395
|
-
|
|
1396
1244
|
### ✨ 新功能
|
|
1397
1245
|
|
|
1398
|
-
|
|
1399
|
-
|
|
1246
|
+
- **bilibili:** 支持部分评论的二级评论渲染 ([7c2af66](https://github.com/ikenxuan/karin-plugin-kkk/commit/7c2af66a259b5a461124b746b3d98436191c9ac5))
|
|
1400
1247
|
|
|
1401
1248
|
### 🐛 错误修复
|
|
1402
1249
|
|
|
1403
|
-
|
|
1404
|
-
|
|
1250
|
+
- 修复专栏动态推送this.e.reply未定义 ([a8610a1](https://github.com/ikenxuan/karin-plugin-kkk/commit/a8610a165ff05d6a43294f64ae141a70eb55b8d6))
|
|
1405
1251
|
|
|
1406
1252
|
### 💄 UI 优化
|
|
1407
1253
|
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1254
|
+
- **error-handler:** 更新错误日志组件UI ([b8506c5](https://github.com/ikenxuan/karin-plugin-kkk/commit/b8506c5f2b33c84627c55b5b9c0883d68f30e21e))
|
|
1255
|
+
- **platforms:** 推送列表组件改为两栏布局,添加开关显示 ([05171b8](https://github.com/ikenxuan/karin-plugin-kkk/commit/05171b8562d40d9f2bd7ae3b993295d039618fb8))
|
|
1411
1256
|
|
|
1412
1257
|
### 🧰 其他更新
|
|
1413
1258
|
|
|
1414
|
-
|
|
1259
|
+
- 更新一些方法名 ([a8610a1](https://github.com/ikenxuan/karin-plugin-kkk/commit/a8610a165ff05d6a43294f64ae141a70eb55b8d6))
|
|
1415
1260
|
|
|
1416
1261
|
## [2.9.5](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.9.4...v2.9.5) (2025-10-31)
|
|
1417
1262
|
|
|
1418
|
-
|
|
1419
1263
|
### 🐛 错误修复
|
|
1420
1264
|
|
|
1421
|
-
|
|
1265
|
+
- 细优 ([0464cd9](https://github.com/ikenxuan/karin-plugin-kkk/commit/0464cd9e8b70b7ee69afb35dd6b7744f64c2d0ce))
|
|
1422
1266
|
|
|
1423
1267
|
## [2.9.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.9.3...v2.9.4) (2025-10-30)
|
|
1424
1268
|
|
|
1425
|
-
|
|
1426
1269
|
### 🐛 错误修复
|
|
1427
1270
|
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1271
|
+
- 1 ([9699c16](https://github.com/ikenxuan/karin-plugin-kkk/commit/9699c167fd3c22e45e4f9e9945e995eb08188893))
|
|
1272
|
+
- 1 ([c773f8c](https://github.com/ikenxuan/karin-plugin-kkk/commit/c773f8c8906a72e0414b7323705f86fb88bff396))
|
|
1273
|
+
- **bilibili:** Enhance article dynamic rendering with image extraction ([6bd2541](https://github.com/ikenxuan/karin-plugin-kkk/commit/6bd254128623651f5318d1a296d2a97d912765c8))
|
|
1274
|
+
- **douyin:** Enhance login flow and error handling for Douyin QR code authentication ([32c2a88](https://github.com/ikenxuan/karin-plugin-kkk/commit/32c2a884604b1be65282462819dec0c65ba9c0a7))
|
|
1275
|
+
- **xiaohongshu:** Improve comment rendering and text processing ([456667c](https://github.com/ikenxuan/karin-plugin-kkk/commit/456667c7e1f58d0142bc27fdcd426fbb64dd03e3))
|
|
1276
|
+
- 适配av号的稿件 ([ceb4ade](https://github.com/ikenxuan/karin-plugin-kkk/commit/ceb4ade90ba676ec3cd99d34c1c868ff6aaf1396))
|
|
1434
1277
|
|
|
1435
1278
|
## [2.9.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.9.2...v2.9.3) (2025-10-29)
|
|
1436
1279
|
|
|
1437
|
-
|
|
1438
1280
|
### 🐛 错误修复
|
|
1439
1281
|
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1282
|
+
- **bilibili:** Enhance article dynamic rendering and data handling ([705cdbc](https://github.com/ikenxuan/karin-plugin-kkk/commit/705cdbc3c4312a12a08541d0578dd849a16dad3d))
|
|
1283
|
+
- **bilibili:** Enhance forward dynamic rendering with title support ([83f9d78](https://github.com/ikenxuan/karin-plugin-kkk/commit/83f9d78b994fd34b1373b4d8230908375115954d))
|
|
1284
|
+
- **bilibili:** Enhance image proxy handling in shared component ([491ace8](https://github.com/ikenxuan/karin-plugin-kkk/commit/491ace8a14f0432274a4a757183ec489bb246225))
|
|
1285
|
+
- douyin login ([#59](https://github.com/ikenxuan/karin-plugin-kkk/issues/59)) ([b92cc71](https://github.com/ikenxuan/karin-plugin-kkk/commit/b92cc7160396887b71523e5ca99ebf3792292084))
|
|
1286
|
+
- 哎呀 ([e100401](https://github.com/ikenxuan/karin-plugin-kkk/commit/e1004018677cddaa6ea1d36b909e495272427e6a))
|
|
1287
|
+
- 细优 ([b841b63](https://github.com/ikenxuan/karin-plugin-kkk/commit/b841b63d648a267822a6ae5eb973baf8bef8bc43))
|
|
1288
|
+
- 细优 ([fa53e77](https://github.com/ikenxuan/karin-plugin-kkk/commit/fa53e770d8b3b78068206ae799bad4f4fcd0abf3))
|
|
1447
1289
|
|
|
1448
1290
|
## [2.9.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.9.1...v2.9.2) (2025-10-29)
|
|
1449
1291
|
|
|
1450
|
-
|
|
1451
1292
|
### 🐛 错误修复
|
|
1452
1293
|
|
|
1453
|
-
|
|
1454
|
-
|
|
1294
|
+
- **bilibili:** Enhance comment rendering and add sample data ([53620a1](https://github.com/ikenxuan/karin-plugin-kkk/commit/53620a1fffe20c1588fcfc3775fdb03d74cdd573))
|
|
1455
1295
|
|
|
1456
1296
|
### 💄 UI 优化
|
|
1457
1297
|
|
|
1458
|
-
|
|
1298
|
+
- **image:** Update banner image to WebP format ([ac41ecd](https://github.com/ikenxuan/karin-plugin-kkk/commit/ac41ecd8806bbe4e439b800632942282edec319b))
|
|
1459
1299
|
|
|
1460
1300
|
## [2.9.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.9.0...v2.9.1) (2025-10-28)
|
|
1461
1301
|
|
|
1462
|
-
|
|
1463
1302
|
### 🐛 错误修复
|
|
1464
1303
|
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1304
|
+
- **networks:** Optimize URL validation with HEAD request ([66f6933](https://github.com/ikenxuan/karin-plugin-kkk/commit/66f6933ae20a8854d1d9e847aaa655052b296a13))
|
|
1305
|
+
- **render:** Add dynamic plugin name support in version metadata ([106f070](https://github.com/ikenxuan/karin-plugin-kkk/commit/106f0703f80bfff90fe06d90ca8e70011fbdf546))
|
|
1468
1306
|
|
|
1469
1307
|
### 💄 UI 优化
|
|
1470
1308
|
|
|
1471
|
-
|
|
1309
|
+
- **bilibili:** Enhance dynamic rendering and image handling ([4059404](https://github.com/ikenxuan/karin-plugin-kkk/commit/405940411b3384cf58ee5e8ab1f1904d7cef7915))
|
|
1472
1310
|
|
|
1473
1311
|
## [2.9.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.8.0...v2.9.0) (2025-10-28)
|
|
1474
1312
|
|
|
1475
|
-
|
|
1476
1313
|
### ✨ 新功能
|
|
1477
1314
|
|
|
1478
|
-
|
|
1479
|
-
|
|
1315
|
+
- **bilibili:** 添加专栏动态解析支持 ([6ef5ae5](https://github.com/ikenxuan/karin-plugin-kkk/commit/6ef5ae518787b9001d63fdc663fcc54207ff42a1))
|
|
1480
1316
|
|
|
1481
1317
|
### 🐛 错误修复
|
|
1482
1318
|
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1319
|
+
- /template导出类型消失 ([ae1d93b](https://github.com/ikenxuan/karin-plugin-kkk/commit/ae1d93b2607c428c911a7cf9c2ec8374bd1bc2d5))
|
|
1320
|
+
- 1 ([df0b0e0](https://github.com/ikenxuan/karin-plugin-kkk/commit/df0b0e092d826b476d6fef0efd84ad5a5751716f))
|
|
1321
|
+
- **components:** 有更新提示才显示横幅 ([e8fe533](https://github.com/ikenxuan/karin-plugin-kkk/commit/e8fe53333b61f8bcca79b6ba332a29b1079fdcfa))
|
|
1322
|
+
- 增强兼容性 ([f2b5809](https://github.com/ikenxuan/karin-plugin-kkk/commit/f2b580951f3c9afbfc276624af62ddfaeea82168))
|
|
1323
|
+
- 集成推送开关功能到现有设置命令中 close [#201](https://github.com/ikenxuan/karin-plugin-kkk/issues/201) ([#202](https://github.com/ikenxuan/karin-plugin-kkk/issues/202)) ([8637c51](https://github.com/ikenxuan/karin-plugin-kkk/commit/8637c515aeb4ae40ce524f1e71bffb26ed8e06ca))
|
|
1489
1324
|
|
|
1490
1325
|
### 🎨 代码样式
|
|
1491
1326
|
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1327
|
+
- add banner image ([7c45fb7](https://github.com/ikenxuan/karin-plugin-kkk/commit/7c45fb796de8e539b3815d88cf09ee655e1ccfa8))
|
|
1328
|
+
- **layout:** 为默认布局添加 HarmonyOS 字体样式 ([d2e433e](https://github.com/ikenxuan/karin-plugin-kkk/commit/d2e433ea9da0aa981e132ff522638d7e3c8edbff))
|
|
1495
1329
|
|
|
1496
1330
|
### ♻️ 代码重构
|
|
1497
1331
|
|
|
1498
|
-
|
|
1332
|
+
- **core:** 重构渲染系统并添加插件支持 ([#203](https://github.com/ikenxuan/karin-plugin-kkk/issues/203)) ([dcfd84a](https://github.com/ikenxuan/karin-plugin-kkk/commit/dcfd84a7a4186cfe30fc7f531fb0af37313c3180))
|
|
1499
1333
|
|
|
1500
1334
|
## [2.8.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.7.4...v2.8.0) (2025-10-20)
|
|
1501
1335
|
|
|
1502
|
-
|
|
1503
1336
|
### ✨ 新功能
|
|
1504
1337
|
|
|
1505
|
-
|
|
1506
|
-
|
|
1338
|
+
- add support for jingxuan.douyin.com URL pattern recognition ([#196](https://github.com/ikenxuan/karin-plugin-kkk/issues/196)) ([6ec76f9](https://github.com/ikenxuan/karin-plugin-kkk/commit/6ec76f9c3dec9f5bd5ec1adfad9d208a73ffb26b))
|
|
1507
1339
|
|
|
1508
1340
|
### 🐛 错误修复
|
|
1509
1341
|
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1342
|
+
- **bilibili:** 修复视频质量判断逻辑错误 ([addc63f](https://github.com/ikenxuan/karin-plugin-kkk/commit/addc63fed50a4f518aa4a4048de75c3ca68ff41e))
|
|
1343
|
+
- 增强鲁棒性 ([dd00e8f](https://github.com/ikenxuan/karin-plugin-kkk/commit/dd00e8fa90ae6015990a53845f8095a9a99d21f0))
|
|
1344
|
+
- 增强鲁棒性 x2 ([eaded46](https://github.com/ikenxuan/karin-plugin-kkk/commit/eaded4695f2b680a9a05ceec7b726dad08cd4c95))
|
|
1345
|
+
- 导出/template入口 ([2a86c9a](https://github.com/ikenxuan/karin-plugin-kkk/commit/2a86c9a11457e70ffeff1ddefbaac36f27f3a867))
|
|
1514
1346
|
|
|
1515
1347
|
## [2.7.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.7.3...v2.7.4) (2025-10-20)
|
|
1516
1348
|
|
|
1517
|
-
|
|
1518
1349
|
### 🐛 错误修复
|
|
1519
1350
|
|
|
1520
|
-
|
|
1521
|
-
|
|
1351
|
+
- **bilibili:** 修复视频质量设置为0时的清晰度和大小判断逻辑 close [#193](https://github.com/ikenxuan/karin-plugin-kkk/issues/193) ([c29b44d](https://github.com/ikenxuan/karin-plugin-kkk/commit/c29b44d635aab3e7601649cfbcd688bd1c712a13))
|
|
1522
1352
|
|
|
1523
1353
|
### ✅ 测试相关
|
|
1524
1354
|
|
|
1525
|
-
|
|
1355
|
+
- test ([a2033e2](https://github.com/ikenxuan/karin-plugin-kkk/commit/a2033e2a5c0eec9c354de8bad35a74cbcfb92328))
|
|
1526
1356
|
|
|
1527
1357
|
## [2.7.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.7.2...v2.7.3) (2025-10-19)
|
|
1528
1358
|
|
|
1529
|
-
|
|
1530
1359
|
### 🐛 错误修复
|
|
1531
1360
|
|
|
1532
|
-
|
|
1533
|
-
|
|
1361
|
+
- web.config 的组件颜色 ([2ac17e2](https://github.com/ikenxuan/karin-plugin-kkk/commit/2ac17e207f063f5d58455986cf158a0845e11ef8))
|
|
1534
1362
|
|
|
1535
1363
|
### 🏗️ 构建系统
|
|
1536
1364
|
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1365
|
+
- use isolatedDeclarations ([dd26f6d](https://github.com/ikenxuan/karin-plugin-kkk/commit/dd26f6d2e0487de22bad39bdb385f819ea3b0c50))
|
|
1366
|
+
- 怎么把中文都改成ASCII了 ([f799458](https://github.com/ikenxuan/karin-plugin-kkk/commit/f7994583e76ccb8ed61862a85f45b01c7808ecb0))
|
|
1367
|
+
- 构建工具全员迁移 Rolldown ([f9b41fa](https://github.com/ikenxuan/karin-plugin-kkk/commit/f9b41fa75c06524b5025011d9591ef74f3a11225))
|
|
1368
|
+
- 禁止代码压缩 ([f9b41fa](https://github.com/ikenxuan/karin-plugin-kkk/commit/f9b41fa75c06524b5025011d9591ef74f3a11225))
|
|
1542
1369
|
|
|
1543
1370
|
### ⚙️ 配置变更
|
|
1544
1371
|
|
|
1545
|
-
|
|
1372
|
+
- 默认配置都为最高请 ([dcac9bd](https://github.com/ikenxuan/karin-plugin-kkk/commit/dcac9bda8e19220c5edcc0f1d831ec23d44c69b5))
|
|
1546
1373
|
|
|
1547
1374
|
## [2.7.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.7.1...v2.7.2) (2025-10-19)
|
|
1548
1375
|
|
|
1549
|
-
|
|
1550
1376
|
### 🐛 错误修复
|
|
1551
1377
|
|
|
1552
|
-
|
|
1553
|
-
|
|
1378
|
+
- close [#190](https://github.com/ikenxuan/karin-plugin-kkk/issues/190) 处理部分番剧无法解析 ([1c8f108](https://github.com/ikenxuan/karin-plugin-kkk/commit/1c8f1086247f62888f8363cfac9c79d633854207))
|
|
1554
1379
|
|
|
1555
1380
|
### 🧰 其他更新
|
|
1556
1381
|
|
|
1557
|
-
|
|
1558
|
-
|
|
1382
|
+
- 细优导入,都使用node协议的内置模块 ([b3d896a](https://github.com/ikenxuan/karin-plugin-kkk/commit/b3d896a722c2bba507a03ab75770af8cc3a52646))
|
|
1559
1383
|
|
|
1560
1384
|
### ⚙️ 配置变更
|
|
1561
1385
|
|
|
1562
|
-
|
|
1386
|
+
- 移除过时配置 `videopriority` 解析视频是否优先保内容。通过画质偏好设置控制解析视频大小 ([1c8f108](https://github.com/ikenxuan/karin-plugin-kkk/commit/1c8f1086247f62888f8363cfac9c79d633854207))
|
|
1563
1387
|
|
|
1564
1388
|
## [2.7.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.7.0...v2.7.1) (2025-10-19)
|
|
1565
1389
|
|
|
1566
|
-
|
|
1567
1390
|
### 🎡 持续集成
|
|
1568
1391
|
|
|
1569
|
-
|
|
1570
|
-
|
|
1392
|
+
- 更新日志放错了 ([f2fe6ff](https://github.com/ikenxuan/karin-plugin-kkk/commit/f2fe6ff73095ed973999907822d3b23eb172dda6))
|
|
1571
1393
|
|
|
1572
1394
|
### 💄 UI 优化
|
|
1573
1395
|
|
|
1574
|
-
|
|
1396
|
+
- 细优markdown代码块样式 ([f2fe6ff](https://github.com/ikenxuan/karin-plugin-kkk/commit/f2fe6ff73095ed973999907822d3b23eb172dda6))
|
|
1575
1397
|
|
|
1576
1398
|
## [2.7.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.6.6...v2.7.0) (2025-10-18)
|
|
1577
1399
|
|
|
1578
|
-
|
|
1579
1400
|
### ✨ 新功能
|
|
1580
1401
|
|
|
1581
|
-
|
|
1582
|
-
|
|
1402
|
+
- **bilibili:** 支持解析转发动态中 `查看图片` 的富文本节点,并渲染到页面上。 ([1d177a2](https://github.com/ikenxuan/karin-plugin-kkk/commit/1d177a27503bcf0a436317b74deac0d552730c3f))
|
|
1583
1403
|
|
|
1584
1404
|
### 🐛 错误修复
|
|
1585
1405
|
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1406
|
+
- build ([da9bb1d](https://github.com/ikenxuan/karin-plugin-kkk/commit/da9bb1d9afdc5f80903cf8bfcbf245a8a7b70b8f))
|
|
1407
|
+
- **core:** 在vite配置中添加node解析条件 ([1f370c7](https://github.com/ikenxuan/karin-plugin-kkk/commit/1f370c7d541e53aebe63faaa788322232192997c))
|
|
1408
|
+
- web登录按钮失效 ([e7137ad](https://github.com/ikenxuan/karin-plugin-kkk/commit/e7137ad8845f0a4a1e20b62df4c024c3e9680844))
|
|
1590
1409
|
|
|
1591
1410
|
### 🎨 代码样式
|
|
1592
1411
|
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1412
|
+
- B站用户标签字体缺失 ([23d4a76](https://github.com/ikenxuan/karin-plugin-kkk/commit/23d4a763888be8795f888b55b4467f0d5cb7886b))
|
|
1413
|
+
- **changelog:** 重构更新日志渲染逻辑并添加markdown支持 ([c83199c](https://github.com/ikenxuan/karin-plugin-kkk/commit/c83199cae1050975f10c72335e28bc90dd56ab1e))
|
|
1596
1414
|
|
|
1597
1415
|
### 📦 依赖更新
|
|
1598
1416
|
|
|
1599
|
-
|
|
1600
|
-
|
|
1417
|
+
- 升级依赖并优化配置 ([e02a8ff](https://github.com/ikenxuan/karin-plugin-kkk/commit/e02a8ff44a07466ff8c8a23236a1c3ab00794523))
|
|
1601
1418
|
|
|
1602
1419
|
### 🏗️ 构建系统
|
|
1603
1420
|
|
|
1604
|
-
|
|
1605
|
-
|
|
1421
|
+
- 使用 rolldown 进行构建 ([#188](https://github.com/ikenxuan/karin-plugin-kkk/issues/188)) ([d776212](https://github.com/ikenxuan/karin-plugin-kkk/commit/d776212dfebe1557d8842cc5a17e42df6f4bbab6))
|
|
1606
1422
|
|
|
1607
1423
|
### 💄 UI 优化
|
|
1608
1424
|
|
|
1609
|
-
|
|
1610
|
-
|
|
1425
|
+
- 加深B站被转发动态的背景色 ([23cece4](https://github.com/ikenxuan/karin-plugin-kkk/commit/23cece4670a8cf36cb9c8bc20e38da607e458e73))
|
|
1611
1426
|
|
|
1612
1427
|
## [2.6.6](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.6.5...v2.6.6) (2025-10-16)
|
|
1613
1428
|
|
|
1614
|
-
|
|
1615
1429
|
### 🐛 错误修复
|
|
1616
1430
|
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1431
|
+
- **bilibili:** 修复动态链接ID解析问题并增强URL处理 ([bc2350e](https://github.com/ikenxuan/karin-plugin-kkk/commit/bc2350e4719704b1474675c969280704712d95d0))
|
|
1432
|
+
- **changelog:** 修复推送更新时,更变记录图中操作步骤消失 ([0f18346](https://github.com/ikenxuan/karin-plugin-kkk/commit/0f1834606e9474c60e3368da4d7e2c108a8702a2))
|
|
1433
|
+
- 细节优化,添加git钩子以同步提交记录 ([5909226](https://github.com/ikenxuan/karin-plugin-kkk/commit/590922618a89122fd116774ca5b939e4c6bb3b3d))
|
|
1620
1434
|
|
|
1621
1435
|
## [2.6.5](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.6.4...v2.6.5) (2025-10-16)
|
|
1622
1436
|
|
|
1623
|
-
|
|
1624
1437
|
### 🐛 错误修复
|
|
1625
1438
|
|
|
1626
|
-
|
|
1439
|
+
- **update:** 优化版本更新提醒逻辑并简化重启处理,将版本提醒锁检查移至获取更新信息后,增加对远程版本的比较 ([c4297d1](https://github.com/ikenxuan/karin-plugin-kkk/commit/c4297d1fe88f2dd50365ebf93c250dc4deb697d8))
|
|
1627
1440
|
|
|
1628
1441
|
## [2.6.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.6.3...v2.6.4) (2025-10-16)
|
|
1629
1442
|
|
|
1630
|
-
|
|
1631
1443
|
### 🐛 错误修复
|
|
1632
1444
|
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1445
|
+
- **bilibili:** 修正视频动态创建时间使用错误的时间戳字段 ([86fd365](https://github.com/ikenxuan/karin-plugin-kkk/commit/86fd3650577dbb6a570247ec5277ccee9c072061))
|
|
1446
|
+
- **help:** 修复版本命令图片渲染问题并更新变更日志处理 ([f87d38d](https://github.com/ikenxuan/karin-plugin-kkk/commit/f87d38db37397f4f040d3383028229af00c01c17))
|
|
1447
|
+
- **更新日志:** 为变更日志图片添加提示显示控制选项 ([937c62a](https://github.com/ikenxuan/karin-plugin-kkk/commit/937c62af98d2a41fee364eeea0d67178af7e95ea))
|
|
1448
|
+
- 更新逻辑 ([#177](https://github.com/ikenxuan/karin-plugin-kkk/issues/177)) ([12f1633](https://github.com/ikenxuan/karin-plugin-kkk/commit/12f16339637f9a181668bbb0619457cb3c7a6627))
|
|
1638
1449
|
|
|
1639
1450
|
### 🎨 代码样式
|
|
1640
1451
|
|
|
1641
|
-
|
|
1452
|
+
- **help:** 添加角色权限控制并优化帮助页面UI ([d85b4b6](https://github.com/ikenxuan/karin-plugin-kkk/commit/d85b4b6be342eabdd63c9f958574f92d4247e681))
|
|
1642
1453
|
|
|
1643
1454
|
## [2.6.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.6.2...v2.6.3) (2025-10-15)
|
|
1644
1455
|
|
|
1645
|
-
|
|
1646
1456
|
### 🐛 错误修复
|
|
1647
1457
|
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1458
|
+
- 更新检测开发环境不允许执行。 ([39b522d](https://github.com/ikenxuan/karin-plugin-kkk/commit/39b522d21c2d1bf09d25a45be6cd817070875386))
|
|
1459
|
+
- 细节优化 ([ce2f9a5](https://github.com/ikenxuan/karin-plugin-kkk/commit/ce2f9a5f6c5d96ea6e10ebe39bda122e528f9ba7))
|
|
1460
|
+
- 获取更新日志并发竞速请求 ([2d9f31d](https://github.com/ikenxuan/karin-plugin-kkk/commit/2d9f31d0a7f2a74369d9c69495006c0fcf958b88))
|
|
1461
|
+
- 过万整除 ([93f8753](https://github.com/ikenxuan/karin-plugin-kkk/commit/93f8753d59701faee7dc28c60bca8b344efa564a))
|
|
1652
1462
|
|
|
1653
1463
|
## [2.6.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.6.1...v2.6.2) (2025-10-15)
|
|
1654
1464
|
|
|
1655
|
-
|
|
1656
1465
|
### 🐛 错误修复
|
|
1657
1466
|
|
|
1658
|
-
|
|
1467
|
+
- **update:** 优化更新流程并添加版本核心规范化 ([5b87bfb](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b87bfb3b599931353969e8ab598c690a91d25d1))
|
|
1659
1468
|
|
|
1660
1469
|
## [2.6.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.6.0...v2.6.1) (2025-10-15)
|
|
1661
1470
|
|
|
1662
|
-
|
|
1663
1471
|
### 🐛 错误修复
|
|
1664
1472
|
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1473
|
+
- **bilibili/douyin:** 推送缓存写不进db ([4b0216f](https://github.com/ikenxuan/karin-plugin-kkk/commit/4b0216f28a01a6855e28cc1145e7f753ae5e98a6))
|
|
1474
|
+
- UI布局失效。 ([3ebab7c](https://github.com/ikenxuan/karin-plugin-kkk/commit/3ebab7c32fc7c2aaaae36a4424ba9e2236d380ab))
|
|
1475
|
+
- **update:** 修复更新检测逻辑并优化渲染配置 ([0036c59](https://github.com/ikenxuan/karin-plugin-kkk/commit/0036c596ddbc2917c374a9dd8410a4b42f749e57))
|
|
1668
1476
|
|
|
1669
1477
|
## [2.6.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.5.0...v2.6.0) (2025-10-15)
|
|
1670
1478
|
|
|
1671
|
-
|
|
1672
1479
|
### ✨ 新功能
|
|
1673
1480
|
|
|
1674
|
-
|
|
1675
|
-
|
|
1481
|
+
- 重构更新日志组件并优化版本检测功能,添加'#kkk更新' ([7147598](https://github.com/ikenxuan/karin-plugin-kkk/commit/7147598c84c46d41aa4cf7b1a6fb1415105816ae))
|
|
1676
1482
|
|
|
1677
1483
|
### 🐛 错误修复
|
|
1678
1484
|
|
|
1679
|
-
|
|
1680
|
-
|
|
1485
|
+
- 细优UI样式 ([8cad02d](https://github.com/ikenxuan/karin-plugin-kkk/commit/8cad02d69a9873520151694ee8ee4758961d63f9))
|
|
1681
1486
|
|
|
1682
1487
|
### ♻️ 代码重构
|
|
1683
1488
|
|
|
1684
|
-
|
|
1489
|
+
- **template:** 移除未使用的依赖并重构样式配置 ([4725c25](https://github.com/ikenxuan/karin-plugin-kkk/commit/4725c25cd5de7935fc542deacae35b82202c65ac))
|
|
1685
1490
|
|
|
1686
1491
|
## [2.5.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.4.0...v2.5.0) (2025-10-13)
|
|
1687
1492
|
|
|
1688
|
-
|
|
1689
1493
|
### ✨ 新功能
|
|
1690
1494
|
|
|
1691
|
-
|
|
1692
|
-
|
|
1495
|
+
- **douyin:** 添加评论回复功能及数据文件支持 ([12f2460](https://github.com/ikenxuan/karin-plugin-kkk/commit/12f24602bc7eb0bfe80cd4fd33ff35bcceac72bb))
|
|
1693
1496
|
|
|
1694
1497
|
### 🐛 错误修复
|
|
1695
1498
|
|
|
1696
|
-
|
|
1499
|
+
- 番剧匹配不到ID ([84dea7e](https://github.com/ikenxuan/karin-plugin-kkk/commit/84dea7eb49ab0ba55bffb3cf86873bccd58740fa))
|
|
1697
1500
|
|
|
1698
1501
|
## [2.4.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.3.0...v2.4.0) (2025-10-11)
|
|
1699
1502
|
|
|
1700
|
-
|
|
1701
1503
|
### ✨ 新功能
|
|
1702
1504
|
|
|
1703
|
-
|
|
1505
|
+
- **core:** 新增小红书解析 ([#166](https://github.com/ikenxuan/karin-plugin-kkk/issues/166)) ([7c7e05e](https://github.com/ikenxuan/karin-plugin-kkk/commit/7c7e05e5765cff1f14030f3ab0f1fdd45c5032e3))
|
|
1704
1506
|
|
|
1705
1507
|
## [2.3.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.2.1...v2.3.0) (2025-10-10)
|
|
1706
1508
|
|
|
1707
|
-
|
|
1708
1509
|
### ✨ 新功能
|
|
1709
1510
|
|
|
1710
|
-
|
|
1711
|
-
|
|
1511
|
+
- **douyin:** 添加共创信息展示功能并优化视频画质选择 ([88295a1](https://github.com/ikenxuan/karin-plugin-kkk/commit/88295a1a319ec2006b2e74c70ef67bcae774a779))
|
|
1712
1512
|
|
|
1713
1513
|
### 🐛 错误修复
|
|
1714
1514
|
|
|
1715
|
-
|
|
1716
|
-
|
|
1515
|
+
- release ([1e864f3](https://github.com/ikenxuan/karin-plugin-kkk/commit/1e864f3fb206dbb4bd6c0b941845e60e7699d2ad))
|
|
1516
|
+
- 私聊不进行表情回复 close [#162](https://github.com/ikenxuan/karin-plugin-kkk/issues/162) ([da82635](https://github.com/ikenxuan/karin-plugin-kkk/commit/da826359e95b77cbe9705e6c84708b4a775b8786))
|
|
1717
1517
|
|
|
1718
1518
|
## [2.2.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.2.0...v2.2.1) (2025-10-08)
|
|
1719
1519
|
|
|
1720
|
-
|
|
1721
1520
|
### 🐛 错误修复
|
|
1722
1521
|
|
|
1723
|
-
|
|
1724
|
-
|
|
1522
|
+
- 1 ([3779329](https://github.com/ikenxuan/karin-plugin-kkk/commit/377932988b92d4221d3a0726f7214bdb7c613f60))
|
|
1725
1523
|
|
|
1726
1524
|
### 🔧 其他更新
|
|
1727
1525
|
|
|
1728
|
-
|
|
1526
|
+
- release main ([#158](https://github.com/ikenxuan/karin-plugin-kkk/issues/158)) ([1b8dda5](https://github.com/ikenxuan/karin-plugin-kkk/commit/1b8dda52ebef23b59ccf51685b9fbc0f6bf04ae3))
|
|
1729
1527
|
|
|
1730
1528
|
## [2.2.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/core-v2.1.0...core-v2.2.0) (2025-10-08)
|
|
1731
1529
|
|
|
1732
|
-
|
|
1733
1530
|
### ✨ 新功能
|
|
1734
1531
|
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1532
|
+
- add textMode option for direct text output instead of rendering images ([#151](https://github.com/ikenxuan/karin-plugin-kkk/issues/151)) ([bb6582b](https://github.com/ikenxuan/karin-plugin-kkk/commit/bb6582bf4cf58178cbcf4a2b6025c63562f8ca12))
|
|
1533
|
+
- **bilibili/douyin:** 新增视频信息展示模式配置选项,支持文本和图片两种模式 ([0f7c055](https://github.com/ikenxuan/karin-plugin-kkk/commit/0f7c0553cd21a0e49e740e991462bce768130d52))
|
|
1534
|
+
- **bilibili/douyin:** 添加视频信息内容自定义选项,可选择显示封面、标题、作者和统计数据 ([0f7c055](https://github.com/ikenxuan/karin-plugin-kkk/commit/0f7c0553cd21a0e49e740e991462bce768130d52))
|
|
1535
|
+
- **bilibili:** B站评论组件支持显示置顶和UP主标识 ([0f7c055](https://github.com/ikenxuan/karin-plugin-kkk/commit/0f7c0553cd21a0e49e740e991462bce768130d52))
|
|
1536
|
+
- **core:** 添加图文动态图片布局配置选项 ([786e75c](https://github.com/ikenxuan/karin-plugin-kkk/commit/786e75c3129def58419a8c8f79db7e2a083f4104))
|
|
1537
|
+
- **douyin:** 添加视频画质偏好设置和自动选择功能 ([a08eb13](https://github.com/ikenxuan/karin-plugin-kkk/commit/a08eb131ba5a0ccde661f5e77178eb9c08288e49))
|
|
1538
|
+
- **render:** 添加分页渲染配置 ([544ed23](https://github.com/ikenxuan/karin-plugin-kkk/commit/544ed2302dfddab0016245826b84bd21305ce681))
|
|
1539
|
+
- **template:** 优化动态图片布局 ([777befc](https://github.com/ikenxuan/karin-plugin-kkk/commit/777befcea468e699c2eb23023ab454909cfba90e))
|
|
1540
|
+
- **template:** 新增B站二维码登录组件并优化登录流程 ([a6f93f3](https://github.com/ikenxuan/karin-plugin-kkk/commit/a6f93f3faf2f30b57c42d67da66712348ccf8078))
|
|
1541
|
+
- 添加错误日志接收配置并优化错误处理组件 ([3c0d462](https://github.com/ikenxuan/karin-plugin-kkk/commit/3c0d462fdffea0a73551e23312547de3174e718e))
|
|
1746
1542
|
|
|
1747
1543
|
### 🐛 错误修复
|
|
1748
1544
|
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1545
|
+
- 1 ([3779329](https://github.com/ikenxuan/karin-plugin-kkk/commit/377932988b92d4221d3a0726f7214bdb7c613f60))
|
|
1546
|
+
- **bilibili:** 修复动态图片转发时未处理空值的问题 ([d2c67cc](https://github.com/ikenxuan/karin-plugin-kkk/commit/d2c67cc8ffdeca51488160d712787a96972c6418))
|
|
1547
|
+
- **bilibili:** 修正视频大小计算和清晰度选择逻辑 ([d107d79](https://github.com/ikenxuan/karin-plugin-kkk/commit/d107d79ae7516d13beedafb3a637283b0192e114))
|
|
1548
|
+
- **douyin:** 修复直播推送中可选字段的处理逻辑 ([1f13fd8](https://github.com/ikenxuan/karin-plugin-kkk/commit/1f13fd85e32a1ce9319c1885233c95879efaf5bb))
|
|
1549
|
+
- mkdir-db ([#141](https://github.com/ikenxuan/karin-plugin-kkk/issues/141)) ([7cde0a2](https://github.com/ikenxuan/karin-plugin-kkk/commit/7cde0a2f154e3b2a7bca26f75d91130410a0e63c))
|
|
1550
|
+
- SQLITE_CONSTRAINT error when changing push bot ID ([#147](https://github.com/ikenxuan/karin-plugin-kkk/issues/147)) ([f1ceef2](https://github.com/ikenxuan/karin-plugin-kkk/commit/f1ceef294632fe001bfe1c590898d19113288187))
|
|
1551
|
+
- 优化配置说明 close [#153](https://github.com/ikenxuan/karin-plugin-kkk/issues/153) ([c946824](https://github.com/ikenxuan/karin-plugin-kkk/commit/c94682434a57d9444ef41da68d63a610a6b1f82c))
|
|
1552
|
+
- 修复B站直播数据路径问题 ([b9f7226](https://github.com/ikenxuan/karin-plugin-kkk/commit/b9f7226f4385100ccb6ecd35fb6db37756d008f7))
|
|
1758
1553
|
|
|
1759
1554
|
### 📝 文档更新
|
|
1760
1555
|
|
|
1761
|
-
|
|
1762
|
-
|
|
1556
|
+
- 更新配置注释和默认值 ([3c0d462](https://github.com/ikenxuan/karin-plugin-kkk/commit/3c0d462fdffea0a73551e23312547de3174e718e))
|
|
1763
1557
|
|
|
1764
1558
|
### 🎨 代码样式
|
|
1765
1559
|
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1560
|
+
- **bilibili/douyin:** 优化视频信息展示和评论组件 ([0f7c055](https://github.com/ikenxuan/karin-plugin-kkk/commit/0f7c0553cd21a0e49e740e991462bce768130d52))
|
|
1561
|
+
- 调整错误处理组件样式和布局 ([3c0d462](https://github.com/ikenxuan/karin-plugin-kkk/commit/3c0d462fdffea0a73551e23312547de3174e718e))
|
|
1769
1562
|
|
|
1770
1563
|
### 🔧 其他更新
|
|
1771
1564
|
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1565
|
+
- release main ([#127](https://github.com/ikenxuan/karin-plugin-kkk/issues/127)) ([c1ab61f](https://github.com/ikenxuan/karin-plugin-kkk/commit/c1ab61f487a124380a5fec6c1df64afddc8bf16f))
|
|
1566
|
+
- release main ([#144](https://github.com/ikenxuan/karin-plugin-kkk/issues/144)) ([a534b25](https://github.com/ikenxuan/karin-plugin-kkk/commit/a534b258c0b35ed6e8b5f5f0ffda714e71464955))
|
|
1567
|
+
- release main ([#145](https://github.com/ikenxuan/karin-plugin-kkk/issues/145)) ([1e391bf](https://github.com/ikenxuan/karin-plugin-kkk/commit/1e391bf43a8a32b22d23292eb085d8b289d6472e))
|
|
1568
|
+
- release main ([#148](https://github.com/ikenxuan/karin-plugin-kkk/issues/148)) ([4f4f064](https://github.com/ikenxuan/karin-plugin-kkk/commit/4f4f064b5283db1e5ca794d57c50d95d0c7d1559))
|
|
1569
|
+
- release main ([#149](https://github.com/ikenxuan/karin-plugin-kkk/issues/149)) ([7a703e1](https://github.com/ikenxuan/karin-plugin-kkk/commit/7a703e18ee1bf718517e4f0b0bcd245bcd329f0b))
|
|
1570
|
+
- release main ([#155](https://github.com/ikenxuan/karin-plugin-kkk/issues/155)) ([84ac24f](https://github.com/ikenxuan/karin-plugin-kkk/commit/84ac24f3ec4702bcf248acba01bfdb17a17389b2))
|
|
1779
1571
|
|
|
1780
1572
|
### ♻️ 代码重构
|
|
1781
1573
|
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1574
|
+
- **core:** 重构模板系统并迁移静态资源 ([ec25300](https://github.com/ikenxuan/karin-plugin-kkk/commit/ec25300e90e239f64f5b1efeb1ab9a8125281dfe))
|
|
1575
|
+
- **template:** 重构模板项目结构并优化类型定义 ([#142](https://github.com/ikenxuan/karin-plugin-kkk/issues/142)) ([2fb3b06](https://github.com/ikenxuan/karin-plugin-kkk/commit/2fb3b06ca8d55a9f38785e59bc508b8ce9578900))
|
|
1576
|
+
- 重构错误处理逻辑使用新配置 ([3c0d462](https://github.com/ikenxuan/karin-plugin-kkk/commit/3c0d462fdffea0a73551e23312547de3174e718e))
|
|
1785
1577
|
|
|
1786
1578
|
## [2.2.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.1.0...v2.2.0) (2025-10-08)
|
|
1787
1579
|
|
|
1788
|
-
|
|
1789
1580
|
### ✨ 新功能
|
|
1790
1581
|
|
|
1791
|
-
|
|
1792
|
-
|
|
1582
|
+
- **douyin:** 添加视频画质偏好设置和自动选择功能 ([a08eb13](https://github.com/ikenxuan/karin-plugin-kkk/commit/a08eb131ba5a0ccde661f5e77178eb9c08288e49))
|
|
1583
|
+
- **render:** 添加分页渲染配置 ([544ed23](https://github.com/ikenxuan/karin-plugin-kkk/commit/544ed2302dfddab0016245826b84bd21305ce681))
|
|
1793
1584
|
|
|
1794
1585
|
## [2.1.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.0.3...v2.1.0) (2025-10-07)
|
|
1795
1586
|
|
|
1796
|
-
|
|
1797
1587
|
### ✨ 新功能
|
|
1798
1588
|
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1589
|
+
- add textMode option for direct text output instead of rendering images ([#151](https://github.com/ikenxuan/karin-plugin-kkk/issues/151)) ([bb6582b](https://github.com/ikenxuan/karin-plugin-kkk/commit/bb6582bf4cf58178cbcf4a2b6025c63562f8ca12))
|
|
1590
|
+
- **bilibili/douyin:** 新增视频信息展示模式配置选项,支持文本和图片两种模式 ([0f7c055](https://github.com/ikenxuan/karin-plugin-kkk/commit/0f7c0553cd21a0e49e740e991462bce768130d52))
|
|
1591
|
+
- **bilibili/douyin:** 添加视频信息内容自定义选项,可选择显示封面、标题、作者和统计数据 ([0f7c055](https://github.com/ikenxuan/karin-plugin-kkk/commit/0f7c0553cd21a0e49e740e991462bce768130d52))
|
|
1592
|
+
- **bilibili:** B站评论组件支持显示置顶和UP主标识 ([0f7c055](https://github.com/ikenxuan/karin-plugin-kkk/commit/0f7c0553cd21a0e49e740e991462bce768130d52))
|
|
1804
1593
|
|
|
1805
1594
|
### 🐛 错误修复
|
|
1806
1595
|
|
|
1807
|
-
|
|
1808
|
-
|
|
1596
|
+
- 优化配置说明 close [#153](https://github.com/ikenxuan/karin-plugin-kkk/issues/153) ([c946824](https://github.com/ikenxuan/karin-plugin-kkk/commit/c94682434a57d9444ef41da68d63a610a6b1f82c))
|
|
1809
1597
|
|
|
1810
1598
|
### 🎨 代码样式
|
|
1811
1599
|
|
|
1812
|
-
|
|
1600
|
+
- **bilibili/douyin:** 优化视频信息展示和评论组件 ([0f7c055](https://github.com/ikenxuan/karin-plugin-kkk/commit/0f7c0553cd21a0e49e740e991462bce768130d52))
|
|
1813
1601
|
|
|
1814
1602
|
## [2.0.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.0.2...v2.0.3) (2025-10-04)
|
|
1815
1603
|
|
|
1816
|
-
|
|
1817
1604
|
### 🐛 错误修复
|
|
1818
1605
|
|
|
1819
|
-
|
|
1820
|
-
|
|
1606
|
+
- **bilibili:** 修正视频大小计算和清晰度选择逻辑 ([d107d79](https://github.com/ikenxuan/karin-plugin-kkk/commit/d107d79ae7516d13beedafb3a637283b0192e114))
|
|
1607
|
+
- **douyin:** 修复直播推送中可选字段的处理逻辑 ([1f13fd8](https://github.com/ikenxuan/karin-plugin-kkk/commit/1f13fd85e32a1ce9319c1885233c95879efaf5bb))
|
|
1821
1608
|
|
|
1822
1609
|
## [2.0.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.0.1...v2.0.2) (2025-10-03)
|
|
1823
1610
|
|
|
1824
|
-
|
|
1825
1611
|
### 🐛 错误修复
|
|
1826
1612
|
|
|
1827
|
-
|
|
1613
|
+
- SQLITE_CONSTRAINT error when changing push bot ID ([#147](https://github.com/ikenxuan/karin-plugin-kkk/issues/147)) ([f1ceef2](https://github.com/ikenxuan/karin-plugin-kkk/commit/f1ceef294632fe001bfe1c590898d19113288187))
|
|
1828
1614
|
|
|
1829
1615
|
## [2.0.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.0.0...v2.0.1) (2025-09-28)
|
|
1830
1616
|
|
|
1831
|
-
|
|
1832
1617
|
### 🐛 错误修复
|
|
1833
1618
|
|
|
1834
|
-
|
|
1619
|
+
- **bilibili:** 修复动态图片转发时未处理空值的问题 ([d2c67cc](https://github.com/ikenxuan/karin-plugin-kkk/commit/d2c67cc8ffdeca51488160d712787a96972c6418))
|
|
1835
1620
|
|
|
1836
1621
|
## [2.0.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.8.1...v2.0.0) (2025-09-27)
|
|
1837
1622
|
|
|
1838
|
-
|
|
1839
1623
|
### ⚠ BREAKING CHANGES
|
|
1840
1624
|
|
|
1841
|
-
|
|
1842
|
-
|
|
1625
|
+
- 使用sql语句操作sqlite3 ([#138](https://github.com/ikenxuan/karin-plugin-kkk/issues/138))
|
|
1626
|
+
- 重构项目结构为多包工作区模式 ([#125](https://github.com/ikenxuan/karin-plugin-kkk/issues/125))
|
|
1843
1627
|
|
|
1844
1628
|
### ✨ 新功能
|
|
1845
1629
|
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
* 细节优化UI ([#139](https://github.com/ikenxuan/karin-plugin-kkk/issues/139)) ([215ab09](https://github.com/ikenxuan/karin-plugin-kkk/commit/215ab0944685dba0e74b6cc76b57126f741aafb5))
|
|
1900
|
-
|
|
1630
|
+
- Add Tauri desktop support and Web UI enhancements ([#130](https://github.com/ikenxuan/karin-plugin-kkk/issues/130)) ([617d5cf](https://github.com/ikenxuan/karin-plugin-kkk/commit/617d5cf841c4912c76fda2998151c831e5883b44))
|
|
1631
|
+
- **auth:** 添加多层编码签名验证中间件和前端实现 ([2bed9bf](https://github.com/ikenxuan/karin-plugin-kkk/commit/2bed9bf3739e1d1bb013852342ae632799dad714))
|
|
1632
|
+
- **bilibili:** 新增视频和直播动态组件及共享功能 ([5b020c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b020c25ff44d54c7948ba93e39718bf663625e7))
|
|
1633
|
+
- **bilibili:** 添加8K视频质量支持并更新依赖 ([83b9095](https://github.com/ikenxuan/karin-plugin-kkk/commit/83b9095a1c4c935cb44246656a93be218f53493a))
|
|
1634
|
+
- **bilibili:** 添加B站图文动态组件及支持 ([e570312](https://github.com/ikenxuan/karin-plugin-kkk/commit/e570312ccabba7cb5cae0bc27d7b96fa14feb0ed))
|
|
1635
|
+
- **bilibili:** 添加番剧组件支持及完善相关功能 ([329fbc6](https://github.com/ikenxuan/karin-plugin-kkk/commit/329fbc6eabac6adb2349d7617f556047ad52cc36))
|
|
1636
|
+
- **core:** 添加connect-history-api-fallback支持前端路由 ([573be90](https://github.com/ikenxuan/karin-plugin-kkk/commit/573be90b64c82935e08c1de8c88853c5176ff1ce))
|
|
1637
|
+
- **core:** 添加图文动态图片布局配置选项 ([786e75c](https://github.com/ikenxuan/karin-plugin-kkk/commit/786e75c3129def58419a8c8f79db7e2a083f4104))
|
|
1638
|
+
- **render:** 支持URL参数控制平台和模板选择 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1639
|
+
- **render:** 支持URL参数控制平台和模板选择 ([5b020c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b020c25ff44d54c7948ba93e39718bf663625e7))
|
|
1640
|
+
- **render:** 新增React渲染服务模块 ([ac83c3d](https://github.com/ikenxuan/karin-plugin-kkk/commit/ac83c3d092b0acb8618952b2dbb4f82189b16d91))
|
|
1641
|
+
- **render:** 添加抖音动态和直播组件,优化评论组件及开发环境配置 ([337452a](https://github.com/ikenxuan/karin-plugin-kkk/commit/337452a5008473776f1407b2f3be758675971ca2))
|
|
1642
|
+
- **render:** 重构Bilibili评论组件并优化预览面板功能 ([da62df0](https://github.com/ikenxuan/karin-plugin-kkk/commit/da62df0c9394f5e3d4822a1666362100339417e1))
|
|
1643
|
+
- **template:** 优化动态图片布局 ([777befc](https://github.com/ikenxuan/karin-plugin-kkk/commit/777befcea468e699c2eb23023ab454909cfba90e))
|
|
1644
|
+
- **template:** 同时测试模板更新 ([cf8a7d9](https://github.com/ikenxuan/karin-plugin-kkk/commit/cf8a7d9df2ecda3032d2724996a1c97284e66500))
|
|
1645
|
+
- **template:** 新增B站二维码登录组件并优化登录流程 ([a6f93f3](https://github.com/ikenxuan/karin-plugin-kkk/commit/a6f93f3faf2f30b57c42d67da66712348ccf8078))
|
|
1646
|
+
- **template:** 添加视频信息组件 ([#140](https://github.com/ikenxuan/karin-plugin-kkk/issues/140)) ([7d681b3](https://github.com/ikenxuan/karin-plugin-kkk/commit/7d681b3732b54e4b43d8e6c352129e6c145b9de2))
|
|
1647
|
+
- **web:** 测试更新日志合并 ([cf8a7d9](https://github.com/ikenxuan/karin-plugin-kkk/commit/cf8a7d9df2ecda3032d2724996a1c97284e66500))
|
|
1648
|
+
- **web:** 添加web解析页面鉴权开关并优化内容管理界面 ([9562110](https://github.com/ikenxuan/karin-plugin-kkk/commit/956211008a6253cac9c75456d5de7a3b00f4d01a))
|
|
1649
|
+
- **web:** 添加进度条组件和404页面 ([ee3aa17](https://github.com/ikenxuan/karin-plugin-kkk/commit/ee3aa17db2241717187989ab059bc23a2d556e7d))
|
|
1650
|
+
- 使用sql语句操作sqlite3 ([#138](https://github.com/ikenxuan/karin-plugin-kkk/issues/138)) ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1651
|
+
- 图片渲染使用 React 替代 art-template,集成 Vite 支持实时开发调试 ([#137](https://github.com/ikenxuan/karin-plugin-kkk/issues/137)) ([f355477](https://github.com/ikenxuan/karin-plugin-kkk/commit/f355477d12615523c67647b286daf06ebff9d626))
|
|
1652
|
+
- 支持合辑解析 ([e6cab24](https://github.com/ikenxuan/karin-plugin-kkk/commit/e6cab2435e8e98de9fa0fa0914a387fd68c799f4))
|
|
1653
|
+
- 添加内容管理功能及相关组件 ([ac93ede](https://github.com/ikenxuan/karin-plugin-kkk/commit/ac93edea9ebfb6ffc68a1d5da27814a56465830c))
|
|
1654
|
+
- 添加心跳检测和登录功能改进 ([4080580](https://github.com/ikenxuan/karin-plugin-kkk/commit/4080580f6f035e9e7f3f57050cd85929a5af8211))
|
|
1655
|
+
- 添加错误日志接收配置并优化错误处理组件 ([3c0d462](https://github.com/ikenxuan/karin-plugin-kkk/commit/3c0d462fdffea0a73551e23312547de3174e718e))
|
|
1656
|
+
- 重构内容管理页面并添加主题支持 ([cbc3283](https://github.com/ikenxuan/karin-plugin-kkk/commit/cbc328305afdb8fbd0d7028237348ab145c1d60b))
|
|
1657
|
+
- 重构项目结构为多包工作区模式 ([#125](https://github.com/ikenxuan/karin-plugin-kkk/issues/125)) ([9fbb970](https://github.com/ikenxuan/karin-plugin-kkk/commit/9fbb970ad3824b0eed8ae1fe39643cead70e80d0))
|
|
1658
|
+
|
|
1659
|
+
### 🐛 错误修复
|
|
1660
|
+
|
|
1661
|
+
- **bilibili:** 修复动态卡片中图片可能为空的判断缺失问题 ([44e8bc1](https://github.com/ikenxuan/karin-plugin-kkk/commit/44e8bc165a334233c53f826278a4935602b8feec))
|
|
1662
|
+
- **bilibili:** 修复动态类型处理中的空值检查和类型定义 ([332823a](https://github.com/ikenxuan/karin-plugin-kkk/commit/332823a23019879cf7b1dae051d2c2ab21aaf8b3))
|
|
1663
|
+
- **bilibili:** 修正动态数据渲染逻辑和类型定义 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1664
|
+
- **bilibili:** 修正动态数据渲染逻辑和类型定义 ([5b020c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b020c25ff44d54c7948ba93e39718bf663625e7))
|
|
1665
|
+
- **bilibili:** 更新动态卡片数据解析逻辑并升级依赖 ([0ebc356](https://github.com/ikenxuan/karin-plugin-kkk/commit/0ebc356c1345f04f2d9c97a66819ac71f95e2c30))
|
|
1666
|
+
- **bilibili:** 重构哔哩哔哩登录功能并更新依赖 ([8a1bf89](https://github.com/ikenxuan/karin-plugin-kkk/commit/8a1bf89a30c8dd7e586ecbe4f807c4c66a47b584))
|
|
1667
|
+
- build error ([f42a371](https://github.com/ikenxuan/karin-plugin-kkk/commit/f42a3718e59d1787de07d6ec22445983d816bf8d))
|
|
1668
|
+
- close [#126](https://github.com/ikenxuan/karin-plugin-kkk/issues/126) ([9fbb970](https://github.com/ikenxuan/karin-plugin-kkk/commit/9fbb970ad3824b0eed8ae1fe39643cead70e80d0))
|
|
1669
|
+
- close [#126](https://github.com/ikenxuan/karin-plugin-kkk/issues/126) ([4b52e20](https://github.com/ikenxuan/karin-plugin-kkk/commit/4b52e20cd64515f331c6886ab66bcfe15a7c70a1))
|
|
1670
|
+
- **core:** web config 扁平化处理逻辑错误 ([a9b20be](https://github.com/ikenxuan/karin-plugin-kkk/commit/a9b20be374aff93b15256220bee0ccbf7d73edac))
|
|
1671
|
+
- **core:** 修正B站推送和动态数据处理逻辑 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1672
|
+
- **core:** 修正B站推送和动态数据处理逻辑 ([5b020c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b020c25ff44d54c7948ba93e39718bf663625e7))
|
|
1673
|
+
- **DataService:** 修正文件路径生成逻辑 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1674
|
+
- **DataService:** 修正文件路径生成逻辑 ([e570312](https://github.com/ikenxuan/karin-plugin-kkk/commit/e570312ccabba7cb5cae0bc27d7b96fa14feb0ed))
|
|
1675
|
+
- **douyin/bilibili:** 优化动态推送日志顺序并更新依赖版本 ([54e0088](https://github.com/ikenxuan/karin-plugin-kkk/commit/54e00886af2383139b370ea3809cd405c73a73d6))
|
|
1676
|
+
- mkdir-db ([#141](https://github.com/ikenxuan/karin-plugin-kkk/issues/141)) ([7cde0a2](https://github.com/ikenxuan/karin-plugin-kkk/commit/7cde0a2f154e3b2a7bca26f75d91130410a0e63c))
|
|
1677
|
+
- 修复B站直播数据路径问题 ([b9f7226](https://github.com/ikenxuan/karin-plugin-kkk/commit/b9f7226f4385100ccb6ecd35fb6db37756d008f7))
|
|
1678
|
+
- 修复抖音作品推送文本描述及日志信息 ([cff097a](https://github.com/ikenxuan/karin-plugin-kkk/commit/cff097aa45e3794c5ce61e4fe29db7ac3d1d359f))
|
|
1679
|
+
- 修复抖音平台音乐数据解析中 sec_uid 的变量引用问题 close [#128](https://github.com/ikenxuan/karin-plugin-kkk/issues/128) ([7a4a996](https://github.com/ikenxuan/karin-plugin-kkk/commit/7a4a996b4735b359fd75c1cd31a4fe4e580dbf8a))
|
|
1680
|
+
- 修复抖音视频解析错误处理问题 ([215ab09](https://github.com/ikenxuan/karin-plugin-kkk/commit/215ab0944685dba0e74b6cc76b57126f741aafb5))
|
|
1681
|
+
- 增强动态过滤日志并支持直播内容处理 close: [#131](https://github.com/ikenxuan/karin-plugin-kkk/issues/131) ([dfa9956](https://github.com/ikenxuan/karin-plugin-kkk/commit/dfa9956163d0c0342179d81e9a19a12c3543d4a6))
|
|
1682
|
+
- 细节优化UI ([#139](https://github.com/ikenxuan/karin-plugin-kkk/issues/139)) ([215ab09](https://github.com/ikenxuan/karin-plugin-kkk/commit/215ab0944685dba0e74b6cc76b57126f741aafb5))
|
|
1901
1683
|
|
|
1902
1684
|
### ⚡️ 性能优化
|
|
1903
1685
|
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1686
|
+
- 优化图片加载和错误处理 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1687
|
+
- 优化图片加载和错误处理 ([5b020c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b020c25ff44d54c7948ba93e39718bf663625e7))
|
|
1688
|
+
- 优化日志收集器性能减少内存占用 ([215ab09](https://github.com/ikenxuan/karin-plugin-kkk/commit/215ab0944685dba0e74b6cc76b57126f741aafb5))
|
|
1908
1689
|
|
|
1909
1690
|
### 📝 文档更新
|
|
1910
1691
|
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1692
|
+
- **bilibili:** 添加B站动态相关类型定义 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1693
|
+
- **bilibili:** 添加B站动态相关类型定义 ([e570312](https://github.com/ikenxuan/karin-plugin-kkk/commit/e570312ccabba7cb5cae0bc27d7b96fa14feb0ed))
|
|
1694
|
+
- readme ([9212037](https://github.com/ikenxuan/karin-plugin-kkk/commit/9212037cea6c6234f230a930f09d80594ea7f00e))
|
|
1695
|
+
- 更新配置注释和默认值 ([3c0d462](https://github.com/ikenxuan/karin-plugin-kkk/commit/3c0d462fdffea0a73551e23312547de3174e718e))
|
|
1696
|
+
- 更新错误处理组件文档和类型定义 ([215ab09](https://github.com/ikenxuan/karin-plugin-kkk/commit/215ab0944685dba0e74b6cc76b57126f741aafb5))
|
|
1697
|
+
- 添加类型注释和组件文档 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1698
|
+
- 添加类型注释和组件文档 ([5b020c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b020c25ff44d54c7948ba93e39718bf663625e7))
|
|
1919
1699
|
|
|
1920
1700
|
### 🎨 代码样式
|
|
1921
1701
|
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1702
|
+
- 统一代码格式和命名规范 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1703
|
+
- 统一代码格式和命名规范 ([5b020c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b020c25ff44d54c7948ba93e39718bf663625e7))
|
|
1704
|
+
- 统一组件样式使用CSS变量替代硬编码颜色 ([215ab09](https://github.com/ikenxuan/karin-plugin-kkk/commit/215ab0944685dba0e74b6cc76b57126f741aafb5))
|
|
1705
|
+
- 调整错误处理组件样式和布局 ([3c0d462](https://github.com/ikenxuan/karin-plugin-kkk/commit/3c0d462fdffea0a73551e23312547de3174e718e))
|
|
1927
1706
|
|
|
1928
1707
|
### 🔧 其他更新
|
|
1929
1708
|
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1709
|
+
- **mock-server:** 改进数据文件路由处理 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1710
|
+
- **mock-server:** 改进数据文件路由处理 ([e570312](https://github.com/ikenxuan/karin-plugin-kkk/commit/e570312ccabba7cb5cae0bc27d7b96fa14feb0ed))
|
|
1711
|
+
- 更新@ikenxuan/amagi依赖至5.2.0版本并添加动态卡片类型处理 ([837b8b5](https://github.com/ikenxuan/karin-plugin-kkk/commit/837b8b54f7b8e10a79c4e921a03bb2268bf511ff))
|
|
1712
|
+
- 更新依赖项和日志级别配置 ([ac93ede](https://github.com/ikenxuan/karin-plugin-kkk/commit/ac93edea9ebfb6ffc68a1d5da27814a56465830c))
|
|
1713
|
+
- 更新依赖项和构建配置 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1714
|
+
- 更新依赖项和构建配置 ([5b020c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b020c25ff44d54c7948ba93e39718bf663625e7))
|
|
1715
|
+
- 清理无用文件和代码注释 ([215ab09](https://github.com/ikenxuan/karin-plugin-kkk/commit/215ab0944685dba0e74b6cc76b57126f741aafb5))
|
|
1938
1716
|
|
|
1939
1717
|
### ♻️ 代码重构
|
|
1940
1718
|
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1719
|
+
- **bilibili:** 优化动态组件代码结构并提取共享模块 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1720
|
+
- **bilibili:** 优化动态组件代码结构并提取共享模块 ([5b020c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b020c25ff44d54c7948ba93e39718bf663625e7))
|
|
1721
|
+
- **bilibili:** 重构动态数据处理逻辑,使用更严格的类型检查 ([332823a](https://github.com/ikenxuan/karin-plugin-kkk/commit/332823a23019879cf7b1dae051d2c2ab21aaf8b3))
|
|
1722
|
+
- **build:** 更新构建输出目录和chunk命名规范 ([8fd55b5](https://github.com/ikenxuan/karin-plugin-kkk/commit/8fd55b5b3690ea65bc3c244fc4d312ff9fa4565b))
|
|
1723
|
+
- **core:** 重构模板系统并迁移静态资源 ([ec25300](https://github.com/ikenxuan/karin-plugin-kkk/commit/ec25300e90e239f64f5b1efeb1ab9a8125281dfe))
|
|
1724
|
+
- **render:** 重构组件加载逻辑 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1725
|
+
- **render:** 重构组件加载逻辑 ([5b020c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b020c25ff44d54c7948ba93e39718bf663625e7))
|
|
1726
|
+
- **render:** 重构路径解析逻辑以支持三级路径格式 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1727
|
+
- **render:** 重构路径解析逻辑以支持三级路径格式 ([e570312](https://github.com/ikenxuan/karin-plugin-kkk/commit/e570312ccabba7cb5cae0bc27d7b96fa14feb0ed))
|
|
1728
|
+
- **template:** 重构模板项目结构并优化类型定义 ([#142](https://github.com/ikenxuan/karin-plugin-kkk/issues/142)) ([2fb3b06](https://github.com/ikenxuan/karin-plugin-kkk/commit/2fb3b06ca8d55a9f38785e59bc508b8ce9578900))
|
|
1729
|
+
- **template:** 重构组件注册和渲染逻辑,实现自动注册功能 ([00d7e57](https://github.com/ikenxuan/karin-plugin-kkk/commit/00d7e57f2af4f63d8e756701584bedb9ffaa28a9))
|
|
1730
|
+
- 优化数据库模型和API路由 ([ac93ede](https://github.com/ikenxuan/karin-plugin-kkk/commit/ac93edea9ebfb6ffc68a1d5da27814a56465830c))
|
|
1731
|
+
- 移除冗余代码并简化错误处理逻辑 ([215ab09](https://github.com/ikenxuan/karin-plugin-kkk/commit/215ab0944685dba0e74b6cc76b57126f741aafb5))
|
|
1732
|
+
- 重构代码并优化配置 ([d476d58](https://github.com/ikenxuan/karin-plugin-kkk/commit/d476d58e6df321029bc311b0f7af17c79132bfc3))
|
|
1733
|
+
- 重构错误处理逻辑使用新配置 ([3c0d462](https://github.com/ikenxuan/karin-plugin-kkk/commit/3c0d462fdffea0a73551e23312547de3174e718e))
|
|
1734
|
+
- 重构项目结构为多包工作区模式 ([f49437c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f49437c5bf9c0d9265039ef0618ab1b621fcc556))
|
|
1958
1735
|
|
|
1959
1736
|
### ✅ 测试相关
|
|
1960
1737
|
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1738
|
+
- **bilibili:** 添加图文动态测试数据 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1739
|
+
- **bilibili:** 添加图文动态测试数据 ([e570312](https://github.com/ikenxuan/karin-plugin-kkk/commit/e570312ccabba7cb5cae0bc27d7b96fa14feb0ed))
|
|
1740
|
+
- 添加动态组件测试数据 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1741
|
+
- 添加动态组件测试数据 ([5b020c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b020c25ff44d54c7948ba93e39718bf663625e7))
|
|
1742
|
+
- 添加错误处理相关测试用例 ([215ab09](https://github.com/ikenxuan/karin-plugin-kkk/commit/215ab0944685dba0e74b6cc76b57126f741aafb5))
|
|
1967
1743
|
|
|
1968
1744
|
### 📦️ 构建系统
|
|
1969
1745
|
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1746
|
+
- 更新 @ikenxuan/amagi 依赖至 5.0.2 版本 ([7a4a996](https://github.com/ikenxuan/karin-plugin-kkk/commit/7a4a996b4735b359fd75c1cd31a4fe4e580dbf8a))
|
|
1747
|
+
- 更新 @ikenxuan/amagi 依赖至正式版本 5.1.0 ([542a38c](https://github.com/ikenxuan/karin-plugin-kkk/commit/542a38c4f9a69238ddd5296068a55c0bc32febad))
|
|
1748
|
+
- 更新@ikenxuan/amagi依赖到特定PR版本 ([332823a](https://github.com/ikenxuan/karin-plugin-kkk/commit/332823a23019879cf7b1dae051d2c2ab21aaf8b3))
|
|
1749
|
+
- 更新tsconfig和vite配置 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1750
|
+
- 更新tsconfig和vite配置 ([5b020c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b020c25ff44d54c7948ba93e39718bf663625e7))
|
|
1751
|
+
- 更新依赖包版本 ([215ab09](https://github.com/ikenxuan/karin-plugin-kkk/commit/215ab0944685dba0e74b6cc76b57126f741aafb5))
|
|
1977
1752
|
|
|
1978
1753
|
### 🎡 持续集成
|
|
1979
1754
|
|
|
1980
|
-
|
|
1981
|
-
|
|
1755
|
+
- 调整构建配置和外部依赖 ([f81e40c](https://github.com/ikenxuan/karin-plugin-kkk/commit/f81e40ccf64f600ff8c87f992fcb8092ea34c2f5))
|
|
1756
|
+
- 调整构建配置和外部依赖 ([5b020c2](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b020c25ff44d54c7948ba93e39718bf663625e7))
|
|
1982
1757
|
|
|
1983
1758
|
## [1.8.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.8.0...v1.8.1) (2025-07-16)
|
|
1984
1759
|
|
|
1985
|
-
|
|
1986
1760
|
### 🐛 错误修复
|
|
1987
1761
|
|
|
1988
|
-
|
|
1762
|
+
- 默认配置 ([bc376c3](https://github.com/ikenxuan/karin-plugin-kkk/commit/bc376c3b1705b1be2374d2c5fd4bdbb1a9efaba3))
|
|
1989
1763
|
|
|
1990
1764
|
## [1.8.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.7.5...v1.8.0) (2025-07-16)
|
|
1991
1765
|
|
|
1992
|
-
|
|
1993
1766
|
### ✨ 新功能
|
|
1994
1767
|
|
|
1995
|
-
|
|
1768
|
+
- [#122](https://github.com/ikenxuan/karin-plugin-kkk/issues/122) ([9a4496c](https://github.com/ikenxuan/karin-plugin-kkk/commit/9a4496c8f4a24ac489ab72028570fef1bf360c81))
|
|
1996
1769
|
|
|
1997
1770
|
## [1.7.5](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.7.4...v1.7.5) (2025-07-10)
|
|
1998
1771
|
|
|
1999
|
-
|
|
2000
1772
|
### 🐛 错误修复
|
|
2001
1773
|
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
1774
|
+
- 适配新版解析库1 ([cc11b1f](https://github.com/ikenxuan/karin-plugin-kkk/commit/cc11b1f0a7cb55da942f9004837eb4e97b5c93b9))
|
|
1775
|
+
- 适配新版解析库2 ([4c40bc4](https://github.com/ikenxuan/karin-plugin-kkk/commit/4c40bc4127bfdb8f66375c761896832ed9f1d1eb))
|
|
1776
|
+
- 适配新版解析库3 ([a9206b6](https://github.com/ikenxuan/karin-plugin-kkk/commit/a9206b6824b30f75715d9cf0bbeb6a616ffaf81a))
|
|
1777
|
+
- 适配新版解析库4 ([8ad68fd](https://github.com/ikenxuan/karin-plugin-kkk/commit/8ad68fd5ad6d38ccd5cef1e4af7fc936d653cca8))
|
|
1778
|
+
- 适配新版解析库5 ([d7014e8](https://github.com/ikenxuan/karin-plugin-kkk/commit/d7014e8f91d7a837a51626370757cd6f68bc55d4))
|
|
1779
|
+
- 适配新版解析库6 ([124b3e9](https://github.com/ikenxuan/karin-plugin-kkk/commit/124b3e9d34fcbb23d429c4645603d8951481dbf6))
|
|
2008
1780
|
|
|
2009
1781
|
## [1.7.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.7.3...v1.7.4) (2025-07-08)
|
|
2010
1782
|
|
|
2011
|
-
|
|
2012
1783
|
### ♻️ 代码重构
|
|
2013
1784
|
|
|
2014
|
-
|
|
1785
|
+
- **douyin:** 修改评论数据处理逻辑以适应新数据结构 ([73a7384](https://github.com/ikenxuan/karin-plugin-kkk/commit/73a7384eb70c73e6a4ec803534f044b1dbade633))
|
|
2015
1786
|
|
|
2016
1787
|
## [1.7.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.7.2...v1.7.3) (2025-07-07)
|
|
2017
1788
|
|
|
2018
|
-
|
|
2019
1789
|
### 🐛 错误修复
|
|
2020
1790
|
|
|
2021
|
-
|
|
1791
|
+
- **douyin:** 修复直播推送中live_data的数据结构问题并更新amagi依赖 ([7d4023f](https://github.com/ikenxuan/karin-plugin-kkk/commit/7d4023fcf41bb7e9613f4c56a5fe032ccd591975))
|
|
2022
1792
|
|
|
2023
1793
|
## [1.7.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.7.1...v1.7.2) (2025-07-07)
|
|
2024
1794
|
|
|
2025
|
-
|
|
2026
1795
|
### 🐛 错误修复
|
|
2027
1796
|
|
|
2028
|
-
|
|
1797
|
+
- 漏传文件 ([324e217](https://github.com/ikenxuan/karin-plugin-kkk/commit/324e217378c54e2a0afaaafb22fab44e66f76793))
|
|
2029
1798
|
|
|
2030
1799
|
## [1.7.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.7.0...v1.7.1) (2025-07-07)
|
|
2031
1800
|
|
|
2032
|
-
|
|
2033
1801
|
### 🎡 持续集成
|
|
2034
1802
|
|
|
2035
|
-
|
|
1803
|
+
- fix ([21a2ecb](https://github.com/ikenxuan/karin-plugin-kkk/commit/21a2ecb33d215c5714e45daf595dcbe189456849))
|
|
2036
1804
|
|
|
2037
1805
|
## [1.7.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.6.12...v1.7.0) (2025-07-07)
|
|
2038
1806
|
|
|
2039
|
-
|
|
2040
1807
|
### ✨ 新功能
|
|
2041
1808
|
|
|
2042
|
-
|
|
2043
|
-
|
|
1809
|
+
- migrate from Sequelize to TypeORM for database operations ([#108](https://github.com/ikenxuan/karin-plugin-kkk/issues/108)) ([75ee71f](https://github.com/ikenxuan/karin-plugin-kkk/commit/75ee71f65e431f8d2e304129eccb0441e51eadf7))
|
|
2044
1810
|
|
|
2045
1811
|
### 🐛 错误修复
|
|
2046
1812
|
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
1813
|
+
- ci ([7e705aa](https://github.com/ikenxuan/karin-plugin-kkk/commit/7e705aadc3327c9763cb5ecdcd20a5f67b732331))
|
|
1814
|
+
- 新版解析库 ([#110](https://github.com/ikenxuan/karin-plugin-kkk/issues/110)) ([f93814a](https://github.com/ikenxuan/karin-plugin-kkk/commit/f93814a5ca51c03390863ecaf6ac4070c4c6bb64))
|
|
2050
1815
|
|
|
2051
1816
|
### ✅ 测试相关
|
|
2052
1817
|
|
|
2053
|
-
|
|
2054
|
-
|
|
1818
|
+
- ci/cd ([#113](https://github.com/ikenxuan/karin-plugin-kkk/issues/113)) ([dd13df0](https://github.com/ikenxuan/karin-plugin-kkk/commit/dd13df0eca0e21dc7e4ded6592191508d045fa51))
|
|
2055
1819
|
|
|
2056
1820
|
### 🎡 持续集成
|
|
2057
1821
|
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
1822
|
+
- fix ([5b95a7f](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b95a7fcead63dc5ba18c1c1211565c14acc66f0))
|
|
1823
|
+
- fix ([8faccb9](https://github.com/ikenxuan/karin-plugin-kkk/commit/8faccb9570eec6949d3e614d6f35e46cbe4d7f18))
|
|
1824
|
+
- test ([#112](https://github.com/ikenxuan/karin-plugin-kkk/issues/112)) ([3ed08ad](https://github.com/ikenxuan/karin-plugin-kkk/commit/3ed08ad45c724f0148bff522cfed498dfbafbd21))
|
|
2061
1825
|
|
|
2062
1826
|
## [1.6.12](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.6.11...v1.6.12) (2025-06-15)
|
|
2063
1827
|
|
|
2064
|
-
|
|
2065
1828
|
### Bug Fixes
|
|
2066
1829
|
|
|
2067
|
-
|
|
1830
|
+
- 更新md-html依赖并优化版本信息展示 ([88115f1](https://github.com/ikenxuan/karin-plugin-kkk/commit/88115f108d09620885491dd990a8306bf586f096))
|
|
2068
1831
|
|
|
2069
1832
|
## [1.6.11](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.6.10...v1.6.11) (2025-06-15)
|
|
2070
1833
|
|
|
2071
|
-
|
|
2072
1834
|
### Bug Fixes
|
|
2073
1835
|
|
|
2074
|
-
|
|
1836
|
+
- 不打包 '@karinjs/md-html' ([2392a0c](https://github.com/ikenxuan/karin-plugin-kkk/commit/2392a0cec5807ca035924cc6a3fdd7993676f6aa))
|
|
2075
1837
|
|
|
2076
1838
|
## [1.6.10](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.6.9...v1.6.10) (2025-06-15)
|
|
2077
1839
|
|
|
2078
|
-
|
|
2079
1840
|
### Bug Fixes
|
|
2080
1841
|
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
1842
|
+
- **douyin:** 修复评论中表情替换和空格处理问题 ([d49a2e1](https://github.com/ikenxuan/karin-plugin-kkk/commit/d49a2e1b4dd5e7c28cbe15429c53f1d1951a3447))
|
|
1843
|
+
- 分割更新日志 ([11ddf95](https://github.com/ikenxuan/karin-plugin-kkk/commit/11ddf952338b459b9a0751c72aaad294f10559dc))
|
|
1844
|
+
- 移除内置更新 ([11ddf95](https://github.com/ikenxuan/karin-plugin-kkk/commit/11ddf952338b459b9a0751c72aaad294f10559dc))
|
|
2084
1845
|
|
|
2085
1846
|
## [1.6.9](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.6.8...v1.6.9) (2025-06-11)
|
|
2086
1847
|
|
|
2087
|
-
|
|
2088
1848
|
### Bug Fixes
|
|
2089
1849
|
|
|
2090
|
-
|
|
2091
|
-
|
|
1850
|
+
- **web:** 更新插件配置和依赖项 ([380f538](https://github.com/ikenxuan/karin-plugin-kkk/commit/380f5386b77a4dd7ee5e7649dcf458c40da27b52))
|
|
1851
|
+
- **推送配置:** 为推送列表添加启用开关功能 ([9865228](https://github.com/ikenxuan/karin-plugin-kkk/commit/98652285d07fda962af4dff313ac9ab9199a19eb))
|
|
2092
1852
|
|
|
2093
1853
|
## [1.6.8](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.6.7...v1.6.8) (2025-06-10)
|
|
2094
1854
|
|
|
2095
|
-
|
|
2096
1855
|
### Bug Fixes
|
|
2097
1856
|
|
|
2098
|
-
|
|
1857
|
+
- 修复在根目录创建无关日志 ([f7eccaa](https://github.com/ikenxuan/karin-plugin-kkk/commit/f7eccaae568cdaf3b45b5df3b9c0732ead28f5bb))
|
|
2099
1858
|
|
|
2100
1859
|
## [1.6.7](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.6.6...v1.6.7) (2025-06-05)
|
|
2101
1860
|
|
|
2102
|
-
|
|
2103
1861
|
### Bug Fixes
|
|
2104
1862
|
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
1863
|
+
- **bilibili:** 添加直播动态推送功能支持 ([231c7d7](https://github.com/ikenxuan/karin-plugin-kkk/commit/231c7d7a7ed9915819b55c9b6bb414276cee1996))
|
|
1864
|
+
- **bilibili:** 调整内容显示顺序并优化消息段格式 ([1abc7f5](https://github.com/ikenxuan/karin-plugin-kkk/commit/1abc7f59522f33f92caf8048276b78dfe7e3234f))
|
|
1865
|
+
- 优化类型导入使用type关键字 ([0d027d1](https://github.com/ikenxuan/karin-plugin-kkk/commit/0d027d1d313465f272fcc8f09507cd8b6da4c644))
|
|
2108
1866
|
|
|
2109
1867
|
## [1.6.6](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.6.5...v1.6.6) (2025-06-01)
|
|
2110
1868
|
|
|
2111
|
-
|
|
2112
1869
|
### Bug Fixes
|
|
2113
1870
|
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
1871
|
+
- **Config:** 添加评论数量显示选项控制功能 close [#100](https://github.com/ikenxuan/karin-plugin-kkk/issues/100) ([a365506](https://github.com/ikenxuan/karin-plugin-kkk/commit/a3655060b290ea3d8a8317d2f178d126309dbde2))
|
|
1872
|
+
- **utils:** 更新User-Agent中的Chrome和Edge版本号 ([a963e2e](https://github.com/ikenxuan/karin-plugin-kkk/commit/a963e2ed831e5a18218de84405e3af964f9230a7))
|
|
1873
|
+
- 和node_modules分开打包 ([74b109a](https://github.com/ikenxuan/karin-plugin-kkk/commit/74b109acef14f801294bed93a0bc99d839e78026))
|
|
1874
|
+
- 改进视频处理和上传功能 close [#99](https://github.com/ikenxuan/karin-plugin-kkk/issues/99) ([1766e7c](https://github.com/ikenxuan/karin-plugin-kkk/commit/1766e7ca7897d088556091ec78a5db1148675572))
|
|
1875
|
+
- 统一cjs模块导入方式为命名空间导入 ([fffb1a2](https://github.com/ikenxuan/karin-plugin-kkk/commit/fffb1a27cc92a18680168f7de10be7fc6120b743))
|
|
2119
1876
|
|
|
2120
1877
|
## [1.6.5](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.6.4...v1.6.5) (2025-05-28)
|
|
2121
1878
|
|
|
2122
|
-
|
|
2123
1879
|
### Bug Fixes
|
|
2124
1880
|
|
|
2125
|
-
|
|
1881
|
+
- **config:** 移除接口中的冗余索引签名并修复配置引用 ([97d7237](https://github.com/ikenxuan/karin-plugin-kkk/commit/97d72379317db1f235fe83bd6454ba4f8db2656f))
|
|
2126
1882
|
|
|
2127
1883
|
## [1.6.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.6.3...v1.6.4) (2025-05-27)
|
|
2128
1884
|
|
|
2129
|
-
|
|
2130
1885
|
### Bug Fixes
|
|
2131
1886
|
|
|
2132
|
-
|
|
1887
|
+
- **错误处理:** 添加中间件代理以处理请求错误 [#94](https://github.com/ikenxuan/karin-plugin-kkk/issues/94) ([f85fe48](https://github.com/ikenxuan/karin-plugin-kkk/commit/f85fe487d68fe04997c9eddf50e6ebe5218f89da))
|
|
2133
1888
|
|
|
2134
1889
|
## [1.6.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.6.2...v1.6.3) (2025-05-24)
|
|
2135
1890
|
|
|
2136
|
-
|
|
2137
1891
|
### Bug Fixes
|
|
2138
1892
|
|
|
2139
|
-
|
|
2140
|
-
|
|
1893
|
+
- close [#94](https://github.com/ikenxuan/karin-plugin-kkk/issues/94) ([6ded26c](https://github.com/ikenxuan/karin-plugin-kkk/commit/6ded26cc38c3b5c8425fd04363adfbe0b689e3d1))
|
|
1894
|
+
- uploadFile API uses local absolute paths ([#93](https://github.com/ikenxuan/karin-plugin-kkk/issues/93)) ([09613ff](https://github.com/ikenxuan/karin-plugin-kkk/commit/09613ffe4567fb80652b5a49d36d76217b6d57bf))
|
|
2141
1895
|
|
|
2142
1896
|
## [1.6.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.6.1...v1.6.2) (2025-05-14)
|
|
2143
1897
|
|
|
2144
|
-
|
|
2145
1898
|
### Bug Fixes
|
|
2146
1899
|
|
|
2147
|
-
|
|
1900
|
+
- vipStatus ([f7f1a80](https://github.com/ikenxuan/karin-plugin-kkk/commit/f7f1a8096acaa01388b8e2b04137c8d60f95c683))
|
|
2148
1901
|
|
|
2149
1902
|
## [1.6.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.6.0...v1.6.1) (2025-05-14)
|
|
2150
1903
|
|
|
2151
|
-
|
|
2152
1904
|
### Bug Fixes
|
|
2153
1905
|
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
1906
|
+
- close [#88](https://github.com/ikenxuan/karin-plugin-kkk/issues/88) ([8ef73bc](https://github.com/ikenxuan/karin-plugin-kkk/commit/8ef73bc2fc1c24b43070d93adc3a1d3180231926))
|
|
1907
|
+
- send msg ([884b8e0](https://github.com/ikenxuan/karin-plugin-kkk/commit/884b8e0a27b9973ddf576923f2fd0e5d35bd04c8))
|
|
1908
|
+
- 简化抖音推送群组目标处理逻辑 ([f32d971](https://github.com/ikenxuan/karin-plugin-kkk/commit/f32d9718817dfb1e7ef6141a49d8a12245bccdef))
|
|
1909
|
+
- 类型安全 ([1cf5f7f](https://github.com/ikenxuan/karin-plugin-kkk/commit/1cf5f7f4132a6f478ca821132baa88a246e80df3))
|
|
2158
1910
|
|
|
2159
1911
|
## [1.6.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.5.0...v1.6.0) (2025-05-12)
|
|
2160
1912
|
|
|
2161
|
-
|
|
2162
1913
|
### Features
|
|
2163
1914
|
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
1915
|
+
- 细优 close [#85](https://github.com/ikenxuan/karin-plugin-kkk/issues/85) ([1f29c68](https://github.com/ikenxuan/karin-plugin-kkk/commit/1f29c680075460edbd4faa0329a58ffa96f9a944))
|
|
1916
|
+
- 给B站推送添加画质偏好配置 ([471a84a](https://github.com/ikenxuan/karin-plugin-kkk/commit/471a84a445e06a75891883306e7211a9d04ce0fb))
|
|
2167
1917
|
|
|
2168
1918
|
### Bug Fixes
|
|
2169
1919
|
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
1920
|
+
- **bilibili:** 适配UP关闭评论区 ([f3af874](https://github.com/ikenxuan/karin-plugin-kkk/commit/f3af8743e09a86a6a1ab7954ede81649c86c0607))
|
|
1921
|
+
- close [#83](https://github.com/ikenxuan/karin-plugin-kkk/issues/83) ([e0f0156](https://github.com/ikenxuan/karin-plugin-kkk/commit/e0f01568597e351788be832e8175b50aebb3de38))
|
|
1922
|
+
- **db:** 重构数据库初始化及配置同步逻辑 ([b5c4a89](https://github.com/ikenxuan/karin-plugin-kkk/commit/b5c4a89398ebbdaf96af3fd3332cc6797288a7d8))
|
|
1923
|
+
- key重复 ([589cc28](https://github.com/ikenxuan/karin-plugin-kkk/commit/589cc28f0bb8667640db5be80212d72fdaba2a89))
|
|
1924
|
+
- **utils:** 重构文件下载和上传功能,提取公共方法。燃尽了 ([7ff6e8a](https://github.com/ikenxuan/karin-plugin-kkk/commit/7ff6e8aca7849c09fc917d3df179b909cea69bee))
|
|
1925
|
+
- 优化推送逻辑 close [#86](https://github.com/ikenxuan/karin-plugin-kkk/issues/86) ([8fd48f5](https://github.com/ikenxuan/karin-plugin-kkk/commit/8fd48f508c0cf984efebb0c6007bdc8cbc06cb36))
|
|
1926
|
+
- 坠机了 ([471a84a](https://github.com/ikenxuan/karin-plugin-kkk/commit/471a84a445e06a75891883306e7211a9d04ce0fb))
|
|
1927
|
+
- 奇怪的bug ([029b005](https://github.com/ikenxuan/karin-plugin-kkk/commit/029b005505657f656d9004102b909486be66d6ea))
|
|
1928
|
+
- 移除多余amagi实例化并更新依赖版本 ([0c2dece](https://github.com/ikenxuan/karin-plugin-kkk/commit/0c2decee87de417c84894f80e3f047f786675e43))
|
|
2179
1929
|
|
|
2180
1930
|
## [1.5.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.4.1...v1.5.0) (2025-05-04)
|
|
2181
1931
|
|
|
2182
|
-
|
|
2183
1932
|
### Features
|
|
2184
1933
|
|
|
2185
|
-
|
|
2186
|
-
|
|
1934
|
+
- **视频预览:** 添加视频临时预览功能 ([815828e](https://github.com/ikenxuan/karin-plugin-kkk/commit/815828efb12c647fa0964cc4e40eae28e9a41d6b))
|
|
2187
1935
|
|
|
2188
1936
|
### Bug Fixes
|
|
2189
1937
|
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
1938
|
+
- **bilibili:** 修正视频动态分享链接的生成逻辑 ([9f15aaf](https://github.com/ikenxuan/karin-plugin-kkk/commit/9f15aaf77b0034099c76ccd52fe64d3537067c37))
|
|
1939
|
+
- **utils:** 延迟删除上传的视频文件以优化资源管理 ([4da868c](https://github.com/ikenxuan/karin-plugin-kkk/commit/4da868cfb4dd22d37f70c31835b8c237e628a6b3))
|
|
1940
|
+
- 优化描述 ([a578c82](https://github.com/ikenxuan/karin-plugin-kkk/commit/a578c8250420975acddac52aef566ea5614035fa))
|
|
1941
|
+
- 描述错误 ([43915cc](https://github.com/ikenxuan/karin-plugin-kkk/commit/43915cc4cae7637d012ae04dd10c38bf11878525))
|
|
2194
1942
|
|
|
2195
1943
|
## [1.4.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.4.0...v1.4.1) (2025-05-03)
|
|
2196
1944
|
|
|
2197
|
-
|
|
2198
1945
|
### Bug Fixes
|
|
2199
1946
|
|
|
2200
|
-
|
|
1947
|
+
- 描述错误 ([26cf7a5](https://github.com/ikenxuan/karin-plugin-kkk/commit/26cf7a569450fbadaf646d6313677103ca9e27b1))
|
|
2201
1948
|
|
|
2202
1949
|
## [1.4.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.3.0...v1.4.0) (2025-05-03)
|
|
2203
1950
|
|
|
2204
|
-
|
|
2205
1951
|
### Features
|
|
2206
1952
|
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
1953
|
+
- close [#78](https://github.com/ikenxuan/karin-plugin-kkk/issues/78) ([39ae7e4](https://github.com/ikenxuan/karin-plugin-kkk/commit/39ae7e4b169c8c41fc11a8f685bf64af9d1aa9f1))
|
|
1954
|
+
- close [#80](https://github.com/ikenxuan/karin-plugin-kkk/issues/80) ([f3b30b2](https://github.com/ikenxuan/karin-plugin-kkk/commit/f3b30b2b95936b1b0bae09d058f52a65a3ca3268))
|
|
2210
1955
|
|
|
2211
1956
|
### Bug Fixes
|
|
2212
1957
|
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
1958
|
+
- close [#74](https://github.com/ikenxuan/karin-plugin-kkk/issues/74) ([b16c890](https://github.com/ikenxuan/karin-plugin-kkk/commit/b16c8909fc1551bf54fc5945d5d44ee4cad6bfe5))
|
|
1959
|
+
- close [#79](https://github.com/ikenxuan/karin-plugin-kkk/issues/79) ([41fb13b](https://github.com/ikenxuan/karin-plugin-kkk/commit/41fb13b2208c1efa1e22cd50103ab6157ea1c44f))
|
|
1960
|
+
- 匹配m.douyin.com。close [#77](https://github.com/ikenxuan/karin-plugin-kkk/issues/77) ([c82c3f6](https://github.com/ikenxuan/karin-plugin-kkk/commit/c82c3f6b30f4dc0ef5588035786e3755aae2b451))
|
|
1961
|
+
- 将打包工具从`tsup`迁移到`vite` 适配`node-kairn` 1.8.0 版本 ([#71](https://github.com/ikenxuan/karin-plugin-kkk/issues/71)) ([fbbc329](https://github.com/ikenxuan/karin-plugin-kkk/commit/fbbc3297fb3d1cd3b9a0a6a630f0602de8624c10))
|
|
2217
1962
|
|
|
2218
1963
|
## [1.3.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.2.3...v1.3.0) (2025-04-26)
|
|
2219
1964
|
|
|
2220
|
-
|
|
2221
1965
|
### Features
|
|
2222
1966
|
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
1967
|
+
- **Config:** 添加扫码登录权限配置 close [#73](https://github.com/ikenxuan/karin-plugin-kkk/issues/73) ([0e22e6b](https://github.com/ikenxuan/karin-plugin-kkk/commit/0e22e6b7b128c663f9a6b81391aae528d93384ce))
|
|
1968
|
+
- **config:** 默认关闭平台解析提示并添加表情回应功能(默认开启) ([ea301d7](https://github.com/ikenxuan/karin-plugin-kkk/commit/ea301d7ffaaa80d6b4f046b143703e29ee322c98))
|
|
2226
1969
|
|
|
2227
1970
|
### Bug Fixes
|
|
2228
1971
|
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
1972
|
+
- **login:** 更新抖音和哔哩哔哩登录免责声明 close [#72](https://github.com/ikenxuan/karin-plugin-kkk/issues/72) ([6b91d8e](https://github.com/ikenxuan/karin-plugin-kkk/commit/6b91d8e4d479f86ac41315124350b07085e821e7))
|
|
1973
|
+
- 修复视频上传和评论处理中的问题 ([8036d4d](https://github.com/ikenxuan/karin-plugin-kkk/commit/8036d4d0c4d568c30b9140c5e3a7c50c7fda90ca))
|
|
1974
|
+
- 修改默认回复表情 ([4dc106e](https://github.com/ikenxuan/karin-plugin-kkk/commit/4dc106ef160361f5daf773c855ed3c98dbd2eebf))
|
|
1975
|
+
- 修正评论数据长度检查逻辑 ([866de17](https://github.com/ikenxuan/karin-plugin-kkk/commit/866de17efb187f68c3df8871892f7b8d8c9926e8))
|
|
1976
|
+
- 每个推送对象单独过滤。close [#69](https://github.com/ikenxuan/karin-plugin-kkk/issues/69) ([#70](https://github.com/ikenxuan/karin-plugin-kkk/issues/70)) ([38b0cab](https://github.com/ikenxuan/karin-plugin-kkk/commit/38b0cab43c05107a2b4d853a13cc23887cc4579b))
|
|
1977
|
+
- 移除大部分命令设置功能,使用webui修改配置,仅保留推送相关的设置 ([883ff4c](https://github.com/ikenxuan/karin-plugin-kkk/commit/883ff4c1a1d34742c34b88da341d31e61332f8a9))
|
|
2235
1978
|
|
|
2236
1979
|
## [1.2.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.2.2...v1.2.3) (2025-04-13)
|
|
2237
1980
|
|
|
2238
|
-
|
|
2239
1981
|
### Bug Fixes
|
|
2240
1982
|
|
|
2241
|
-
|
|
1983
|
+
- **douyin:** 修复标签过滤逻辑中标签无法检查艾特用户的错误 ([35110ca](https://github.com/ikenxuan/karin-plugin-kkk/commit/35110ca5ce9c365f2b9b5ee641a4be46a046bbd1))
|
|
2242
1984
|
|
|
2243
1985
|
## [1.2.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.2.1...v1.2.2) (2025-04-13)
|
|
2244
1986
|
|
|
2245
|
-
|
|
2246
1987
|
### Bug Fixes
|
|
2247
1988
|
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
1989
|
+
- **bilibili:** 修复转发动态过滤逻辑中的遗漏条件 ([d11f485](https://github.com/ikenxuan/karin-plugin-kkk/commit/d11f485174d16f86a0b1d1918f05597614db3bd3))
|
|
1990
|
+
- **bilibili:** 添加空值检查以防止动态标签过滤时崩溃 ([2e3c7b1](https://github.com/ikenxuan/karin-plugin-kkk/commit/2e3c7b151eb46082611f82573146f1c4c8756978))
|
|
1991
|
+
- ci ([e73e132](https://github.com/ikenxuan/karin-plugin-kkk/commit/e73e13294efea2a471c5ce0dc14937ddc5d862a2))
|
|
1992
|
+
- **web.config.ts:** 优化推送配置组件布局和描述信息 ([be34225](https://github.com/ikenxuan/karin-plugin-kkk/commit/be342256032f2fad1e7122f7066dd579693a699b))
|
|
1993
|
+
- **抖音推送:** 修复视频下载链接获取逻辑,增加备用链接 ([d090f88](https://github.com/ikenxuan/karin-plugin-kkk/commit/d090f88d432ba4e9368642fd6ce0d04838a742c5))
|
|
2253
1994
|
|
|
2254
1995
|
## [1.2.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.2.0...v1.2.1) (2025-04-09)
|
|
2255
1996
|
|
|
2256
|
-
|
|
2257
1997
|
### Bug Fixes
|
|
2258
1998
|
|
|
2259
|
-
|
|
2260
|
-
|
|
1999
|
+
- ci ([fa6c3aa](https://github.com/ikenxuan/karin-plugin-kkk/commit/fa6c3aa61e751580c199d8c49548c4b835d9b246))
|
|
2000
|
+
- ci ([61a9380](https://github.com/ikenxuan/karin-plugin-kkk/commit/61a9380bddde67a5f731bced1bbab048256b7032))
|
|
2261
2001
|
|
|
2262
2002
|
## [1.2.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.11...v1.2.0) (2025-04-08)
|
|
2263
2003
|
|
|
2264
|
-
|
|
2265
2004
|
### Features
|
|
2266
2005
|
|
|
2267
|
-
|
|
2006
|
+
- close [#62](https://github.com/ikenxuan/karin-plugin-kkk/issues/62) ([d9b5a98](https://github.com/ikenxuan/karin-plugin-kkk/commit/d9b5a984f9b00f9bb37e3dadfb253a15ae5609e6))
|
|
2268
2007
|
|
|
2269
2008
|
## [1.1.11](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.10...v1.1.11) (2025-04-05)
|
|
2270
2009
|
|
|
2271
|
-
|
|
2272
2010
|
### Bug Fixes
|
|
2273
2011
|
|
|
2274
|
-
|
|
2275
|
-
|
|
2012
|
+
- **bilibili:** 屏蔽词/标签支持对转发动态的子动态进行检测 ([d3adc55](https://github.com/ikenxuan/karin-plugin-kkk/commit/d3adc552663d709675c763ff53594461f9d58f1d))
|
|
2013
|
+
- 前端配置添加更多说明 ([e39ecad](https://github.com/ikenxuan/karin-plugin-kkk/commit/e39ecadc4b1a251bf626e998ada09e79dac4e039))
|
|
2276
2014
|
|
|
2277
2015
|
## [1.1.10](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.9...v1.1.10) (2025-04-05)
|
|
2278
2016
|
|
|
2279
|
-
|
|
2280
2017
|
### Bug Fixes
|
|
2281
2018
|
|
|
2282
|
-
|
|
2283
|
-
|
|
2019
|
+
- ci ([9d2a907](https://github.com/ikenxuan/karin-plugin-kkk/commit/9d2a907aee3e868b58f78eafddff5402f4cbabab))
|
|
2020
|
+
- **config:** 将禁用词汇设置改为禁用标签设置 ([0454751](https://github.com/ikenxuan/karin-plugin-kkk/commit/0454751ccb8e93d5bb68996468ded5cb1c59f5f0))
|
|
2284
2021
|
|
|
2285
2022
|
## [1.1.9](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.8...v1.1.9) (2025-03-29)
|
|
2286
2023
|
|
|
2287
|
-
|
|
2288
2024
|
### Bug Fixes
|
|
2289
2025
|
|
|
2290
|
-
|
|
2291
|
-
|
|
2026
|
+
- ci pub ([#57](https://github.com/ikenxuan/karin-plugin-kkk/issues/57)) ([ced7969](https://github.com/ikenxuan/karin-plugin-kkk/commit/ced79693434dc9a394221e6bf371381c72dcc189))
|
|
2027
|
+
- npm run pub ([#56](https://github.com/ikenxuan/karin-plugin-kkk/issues/56)) ([84f10ed](https://github.com/ikenxuan/karin-plugin-kkk/commit/84f10eda0521307ad0f278bc00d3f2ff3a8ef963))
|
|
2292
2028
|
|
|
2293
2029
|
## [1.1.8](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.7...v1.1.8) (2025-03-26)
|
|
2294
2030
|
|
|
2295
2031
|
### 🐛 修复
|
|
2296
2032
|
|
|
2297
|
-
|
|
2298
|
-
|
|
2033
|
+
- ci ([2411982](https://github.com/ikenxuan/karin-plugin-kkk/commit/24119822b2b5a16d47a5f755d5a6cdddd87f6a98))
|
|
2034
|
+
- ci ([d43240c](https://github.com/ikenxuan/karin-plugin-kkk/commit/d43240c4069ae23226209f86f0e407a72864e76e))
|
|
2299
2035
|
|
|
2300
2036
|
### 🔄 持续集成
|
|
2301
2037
|
|
|
2302
|
-
|
|
2038
|
+
- 细优 ci/cd ([#55](https://github.com/ikenxuan/karin-plugin-kkk/issues/55)) ([9a586ce](https://github.com/ikenxuan/karin-plugin-kkk/commit/9a586cea89ead72ef5f634258196a80cc63f8f81))
|
|
2303
2039
|
|
|
2304
2040
|
# Changelog
|
|
2305
2041
|
|
|
2306
2042
|
## [1.1.7](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.6...v1.1.7) (2025-03-26)
|
|
2307
2043
|
|
|
2308
|
-
|
|
2309
2044
|
### Bug Fixes
|
|
2310
2045
|
|
|
2311
|
-
|
|
2312
|
-
|
|
2046
|
+
- ci ([5eaedcf](https://github.com/ikenxuan/karin-plugin-kkk/commit/5eaedcf07c8fff90990808d115efdfd0f5e79cc8))
|
|
2047
|
+
- 统一将 `startText` 替换为 `label` 以提升代码一致性 ([05e6188](https://github.com/ikenxuan/karin-plugin-kkk/commit/05e61887430256eeeda668450dfcb5216386a734))
|
|
2313
2048
|
|
|
2314
2049
|
## [1.1.6](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.5...v1.1.6) (2025-03-24)
|
|
2315
2050
|
|
|
2316
|
-
|
|
2317
2051
|
### Bug Fixes
|
|
2318
2052
|
|
|
2319
|
-
|
|
2053
|
+
- ci ([149f99c](https://github.com/ikenxuan/karin-plugin-kkk/commit/149f99cb89af18da99b18fc13793fcbb5ebc75f3))
|
|
2320
2054
|
|
|
2321
2055
|
## [1.1.5](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.4...v1.1.5) (2025-03-24)
|
|
2322
2056
|
|
|
2323
|
-
|
|
2324
2057
|
### Bug Fixes
|
|
2325
2058
|
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2059
|
+
- 优化前端配置显示 ([b64efa6](https://github.com/ikenxuan/karin-plugin-kkk/commit/b64efa65a82b191bd59dc8b82871eb5250a0f54a))
|
|
2060
|
+
- 移除一些过时内容 ([65d2a0a](https://github.com/ikenxuan/karin-plugin-kkk/commit/65d2a0a0d55ffaf3ecd87acbdfcd4c89ba0a5e1b))
|
|
2061
|
+
- 评论解析错误 ([d08c76e](https://github.com/ikenxuan/karin-plugin-kkk/commit/d08c76e363f7701df60c9e12d26fbbe0518a365d))
|
|
2329
2062
|
|
|
2330
2063
|
## [1.1.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.3...v1.1.4) (2025-03-01)
|
|
2331
2064
|
|
|
2332
|
-
|
|
2333
2065
|
### Bug Fixes
|
|
2334
2066
|
|
|
2335
|
-
|
|
2336
|
-
|
|
2067
|
+
- save ([1ef6cf4](https://github.com/ikenxuan/karin-plugin-kkk/commit/1ef6cf41e5158930616bc451ff0697df5a5fe470))
|
|
2068
|
+
- 获取版本 ([#46](https://github.com/ikenxuan/karin-plugin-kkk/issues/46)) ([3505283](https://github.com/ikenxuan/karin-plugin-kkk/commit/3505283e6067c6519e5257b24ca54a45ee933f80))
|
|
2337
2069
|
|
|
2338
2070
|
## [1.1.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.2...v1.1.3) (2025-02-28)
|
|
2339
2071
|
|
|
2340
|
-
|
|
2341
2072
|
### Bug Fixes
|
|
2342
2073
|
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2074
|
+
- add type ([65c9710](https://github.com/ikenxuan/karin-plugin-kkk/commit/65c9710f6691a4a105c1a3e5b356e95429785647))
|
|
2075
|
+
- avatar ([f4bd7a6](https://github.com/ikenxuan/karin-plugin-kkk/commit/f4bd7a61afe9a0146bf2fd8f1d27aa96cfcf7a5e))
|
|
2076
|
+
- web.config.ts ([e939cd5](https://github.com/ikenxuan/karin-plugin-kkk/commit/e939cd5efb0d581ebd8510ff4ae5f18acb2c9c3e))
|
|
2346
2077
|
|
|
2347
2078
|
## [1.1.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.1...v1.1.2) (2025-02-25)
|
|
2348
2079
|
|
|
2349
|
-
|
|
2350
2080
|
### Performance Improvements
|
|
2351
2081
|
|
|
2352
|
-
|
|
2353
|
-
|
|
2082
|
+
- **app:** 添加移除渲染图片底部水印功能 ([f37f83a](https://github.com/ikenxuan/karin-plugin-kkk/commit/f37f83af93d18dc2e763a0c710639bc59deab0a0))
|
|
2083
|
+
- 抖音推送图可选二维码是网页链接还是下载链接 ([7bb6139](https://github.com/ikenxuan/karin-plugin-kkk/commit/7bb6139de1eecc9082b52969690f9349fae65b40))
|
|
2354
2084
|
|
|
2355
2085
|
## [1.1.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.0...v1.1.1) (2025-02-24)
|
|
2356
2086
|
|
|
2357
|
-
|
|
2358
2087
|
### Bug Fixes
|
|
2359
2088
|
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2089
|
+
- fix [#41](https://github.com/ikenxuan/karin-plugin-kkk/issues/41) ([6335eea](https://github.com/ikenxuan/karin-plugin-kkk/commit/6335eeabaa59ca188473be191251f16c30ee4970))
|
|
2090
|
+
- save web config ([c594c0c](https://github.com/ikenxuan/karin-plugin-kkk/commit/c594c0c800abd8dff97c7af1d3f4dd175d068792))
|
|
2091
|
+
- 选择性记录 ([89f9e1b](https://github.com/ikenxuan/karin-plugin-kkk/commit/89f9e1b791eb257f40965fdaccf132ba210e5758))
|
|
2364
2092
|
|
|
2365
2093
|
### Performance Improvements
|
|
2366
2094
|
|
|
2367
|
-
|
|
2095
|
+
- web config ([24c9dd0](https://github.com/ikenxuan/karin-plugin-kkk/commit/24c9dd0d1e0591633565d4c05c26bc385aba2c0b))
|
|
2368
2096
|
|
|
2369
2097
|
## [1.1.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.0.9...v1.1.0) (2025-02-22)
|
|
2370
2098
|
|
|
2371
|
-
|
|
2372
2099
|
### Features
|
|
2373
2100
|
|
|
2374
|
-
|
|
2101
|
+
- **app:** 添加 API 服务挂载到 Karin 的功能 ([c636166](https://github.com/ikenxuan/karin-plugin-kkk/commit/c63616638ae8ca86cf3ee979bee5ce6e8ff7d754))
|
|
2375
2102
|
|
|
2376
2103
|
## [1.0.9](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.0.8...v1.0.9) (2025-02-19)
|
|
2377
2104
|
|
|
2378
|
-
|
|
2379
2105
|
### Bug Fixes
|
|
2380
2106
|
|
|
2381
|
-
|
|
2382
|
-
|
|
2107
|
+
- **douyin:** 修复分享链接选择错误 ([24d631d](https://github.com/ikenxuan/karin-plugin-kkk/commit/24d631df0f09d18ac2cb8a6f7f83335f90e4847c))
|
|
2108
|
+
- 适配web修改配置 ([#37](https://github.com/ikenxuan/karin-plugin-kkk/issues/37)) ([e8b3df8](https://github.com/ikenxuan/karin-plugin-kkk/commit/e8b3df88e2c46e282f843910c4526e9721b9214d))
|
|
2383
2109
|
|
|
2384
2110
|
## [1.0.8](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.0.7...v1.0.8) (2025-02-15)
|
|
2385
2111
|
|
|
2386
|
-
|
|
2387
2112
|
### Bug Fixes
|
|
2388
2113
|
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2114
|
+
- **bilibili:** 重构 B 站功能模块 ([9dbdd4e](https://github.com/ikenxuan/karin-plugin-kkk/commit/9dbdd4ef9e23154b6e7d8969a0a4f2005676aac9))
|
|
2115
|
+
- **douyin:** 重构抖音功能模块 ([b7d865d](https://github.com/ikenxuan/karin-plugin-kkk/commit/b7d865d6e327c52fec445b047607f0de512340f4))
|
|
2116
|
+
- **platform:** 重构部分平台的数据获取和推送逻辑 ([#34](https://github.com/ikenxuan/karin-plugin-kkk/issues/34)) ([1b8bf72](https://github.com/ikenxuan/karin-plugin-kkk/commit/1b8bf72db279cd07c775fd326fbc45d44cc05706))
|
|
2117
|
+
- 合辑和图集解析冲突 ([#32](https://github.com/ikenxuan/karin-plugin-kkk/issues/32)) ([9d33390](https://github.com/ikenxuan/karin-plugin-kkk/commit/9d33390aa7e038c2aa7c7dde80bbe1d007be38b2))
|
|
2393
2118
|
|
|
2394
2119
|
## [1.0.7](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.0.6...v1.0.7) (2025-01-30)
|
|
2395
2120
|
|
|
2396
|
-
|
|
2397
2121
|
### Bug Fixes
|
|
2398
2122
|
|
|
2399
|
-
|
|
2400
|
-
|
|
2123
|
+
- 抖音推送图集解析 ([0ccc71a](https://github.com/ikenxuan/karin-plugin-kkk/commit/0ccc71a0bdb2e302a00a28bc9bbeeee415af4dba))
|
|
2124
|
+
- 移除无用导入 ([3a3aac3](https://github.com/ikenxuan/karin-plugin-kkk/commit/3a3aac37291dae65cad66f0a9fc80850ad95c265))
|
|
2401
2125
|
|
|
2402
2126
|
## [1.0.6](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.0.5...v1.0.6) (2025-01-21)
|
|
2403
2127
|
|
|
2404
|
-
|
|
2405
2128
|
### Bug Fixes
|
|
2406
2129
|
|
|
2407
|
-
|
|
2408
|
-
|
|
2130
|
+
- **bilibili/douyin:** 优化用户列表渲染逻辑 ([dde7ee0](https://github.com/ikenxuan/karin-plugin-kkk/commit/dde7ee04d1f209d6da15ae06fe5e6590fae1bb1a))
|
|
2131
|
+
- 移除无用导入 ([3a3aac3](https://github.com/ikenxuan/karin-plugin-kkk/commit/3a3aac37291dae65cad66f0a9fc80850ad95c265))
|
|
2409
2132
|
|
|
2410
2133
|
## [1.0.5](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.0.4...v1.0.5) (2025-01-20)
|
|
2411
2134
|
|
|
2412
|
-
|
|
2413
2135
|
### Bug Fixes
|
|
2414
2136
|
|
|
2415
|
-
|
|
2416
|
-
|
|
2137
|
+
- 合辑解析 ([3cd2c9e](https://github.com/ikenxuan/karin-plugin-kkk/commit/3cd2c9e583770f624ed3ff34bf666f2dce8326f6))
|
|
2417
2138
|
|
|
2418
2139
|
### Performance Improvements
|
|
2419
2140
|
|
|
2420
|
-
|
|
2141
|
+
- 更新解析库版本 ([6dd3a77](https://github.com/ikenxuan/karin-plugin-kkk/commit/6dd3a777ded088f00cf52cddf9d21ba2f7b88037))
|
|
2421
2142
|
|
|
2422
2143
|
## [1.0.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.0.3...v1.0.4) (2025-01-19)
|
|
2423
2144
|
|
|
2424
|
-
|
|
2425
2145
|
### Bug Fixes
|
|
2426
2146
|
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2147
|
+
- ci ([2cc5cbb](https://github.com/ikenxuan/karin-plugin-kkk/commit/2cc5cbb7ecca8b581905a6e5e5cbbb1e5dd6a829))
|
|
2148
|
+
- 细优 ([73b5562](https://github.com/ikenxuan/karin-plugin-kkk/commit/73b55621405a05e5e88e05aed7a3af28ab05eb8b))
|
|
2430
2149
|
|
|
2431
2150
|
### Performance Improvements
|
|
2432
2151
|
|
|
2433
|
-
|
|
2152
|
+
- 优化合辑解析 ([a2a75b4](https://github.com/ikenxuan/karin-plugin-kkk/commit/a2a75b423525180ea7f03f9112893640dea12238))
|
|
2434
2153
|
|
|
2435
2154
|
## [1.0.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/1.0.2-commit.ced194c...v1.0.3-commit.ced194c) (2025-01-16)
|
|
2436
2155
|
|
|
2437
|
-
|
|
2438
2156
|
### Bug Fixes
|
|
2439
2157
|
|
|
2440
|
-
|
|
2158
|
+
- **platform/bilibili:** 优化 B 站推送中UP主信息的处理 ([079833f](https://github.com/ikenxuan/karin-plugin-kkk/commit/079833fef0a0e875f8c256f9e9898d4c0a67146f))
|
|
2441
2159
|
|
|
2442
2160
|
## [1.0.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.0.0...v1.0.1) (2025-01-15)
|
|
2443
2161
|
|
|
2444
|
-
|
|
2445
2162
|
### Bug Fixes
|
|
2446
2163
|
|
|
2447
|
-
|
|
2164
|
+
- pkg size was big ([d592a2c](https://github.com/ikenxuan/karin-plugin-kkk/commit/d592a2c5df6dc2ffe32db9af3f0f5726ad5aa7d2))
|
|
2448
2165
|
|
|
2449
2166
|
## [1.0.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v0.1.9...v1.0.0) (2025-01-15)
|
|
2450
2167
|
|
|
2451
|
-
|
|
2452
2168
|
### ⚠ BREAKING CHANGES
|
|
2453
2169
|
|
|
2454
|
-
|
|
2170
|
+
- 适配新版Karin ([#21](https://github.com/ikenxuan/karin-plugin-kkk/issues/21))
|
|
2455
2171
|
|
|
2456
2172
|
### Features
|
|
2457
2173
|
|
|
2458
|
-
|
|
2174
|
+
- 适配新版Karin ([#21](https://github.com/ikenxuan/karin-plugin-kkk/issues/21)) ([ef46290](https://github.com/ikenxuan/karin-plugin-kkk/commit/ef46290c67452237cb83fc4e552c3f3901f5a0a8))
|
|
2459
2175
|
|
|
2460
2176
|
## [0.1.9](https://github.com/ikenxuan/karin-plugin-kkk/compare/v0.1.8...v0.1.9) (2025-01-02)
|
|
2461
2177
|
|
|
2462
|
-
|
|
2463
2178
|
### Bug Fixes
|
|
2464
2179
|
|
|
2465
|
-
|
|
2180
|
+
- support bili2233.cn ([d7828d9](https://github.com/ikenxuan/karin-plugin-kkk/commit/d7828d9c053e926886658cd1f2556f78751371b4))
|
|
2466
2181
|
|
|
2467
2182
|
## [0.1.8](https://github.com/ikenxuan/karin-plugin-kkk/compare/v0.1.7...v0.1.8) (2024-12-22)
|
|
2468
2183
|
|
|
2469
|
-
|
|
2470
2184
|
### Bug Fixes
|
|
2471
2185
|
|
|
2472
|
-
|
|
2186
|
+
- 更进上游解析库版本 [#17](https://github.com/ikenxuan/karin-plugin-kkk/issues/17) ([5b307ac](https://github.com/ikenxuan/karin-plugin-kkk/commit/5b307ac7aecf044038b20089a663d83aeb5e1a7c))
|
|
2473
2187
|
|
|
2474
2188
|
## [0.1.7](https://github.com/ikenxuan/karin-plugin-kkk/compare/v0.1.6...v0.1.7) (2024-12-21)
|
|
2475
2189
|
|
|
2476
|
-
|
|
2477
2190
|
### Bug Fixes
|
|
2478
2191
|
|
|
2479
|
-
|
|
2192
|
+
- B站获取评论失败 close: [#15](https://github.com/ikenxuan/karin-plugin-kkk/issues/15) ([8ed05e3](https://github.com/ikenxuan/karin-plugin-kkk/commit/8ed05e3210ccef20c62e1125ad0add053bbd4c0b))
|
|
2480
2193
|
|
|
2481
2194
|
## [0.1.6](https://github.com/ikenxuan/karin-plugin-kkk/compare/v0.1.5...v0.1.6) (2024-12-19)
|
|
2482
2195
|
|
|
2483
|
-
|
|
2484
2196
|
### Bug Fixes
|
|
2485
2197
|
|
|
2486
|
-
|
|
2198
|
+
- 上传群文件没有后缀名。close [#13](https://github.com/ikenxuan/karin-plugin-kkk/issues/13) ([a5a3de1](https://github.com/ikenxuan/karin-plugin-kkk/commit/a5a3de1952cec7c881586d8bb9cdf6a6219f610c))
|
|
2487
2199
|
|
|
2488
2200
|
## [0.1.5](https://github.com/ikenxuan/karin-plugin-kkk/compare/v0.1.4...v0.1.5) (2024-12-07)
|
|
2489
2201
|
|
|
2490
|
-
|
|
2491
2202
|
### Bug Fixes
|
|
2492
2203
|
|
|
2493
|
-
|
|
2204
|
+
- 语法错误 ([97d183a](https://github.com/ikenxuan/karin-plugin-kkk/commit/97d183aa8351c92ba8bdc35812f9dcb061c2cc5e))
|
|
2494
2205
|
|
|
2495
2206
|
## [0.1.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v0.1.3...v0.1.4) (2024-12-06)
|
|
2496
2207
|
|
|
2497
|
-
|
|
2498
2208
|
### Performance Improvements
|
|
2499
2209
|
|
|
2500
|
-
|
|
2210
|
+
- 优化UI ([c0d032f](https://github.com/ikenxuan/karin-plugin-kkk/commit/c0d032f330bca208a84c0c14973b7d44fa961996))
|
|
2501
2211
|
|
|
2502
2212
|
## [0.1.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v0.1.2...v0.1.3) (2024-12-04)
|
|
2503
2213
|
|
|
2504
|
-
|
|
2505
2214
|
### Bug Fixes
|
|
2506
2215
|
|
|
2507
|
-
|
|
2508
|
-
|
|
2216
|
+
- 用错gid了 ([0a4cae1](https://github.com/ikenxuan/karin-plugin-kkk/commit/0a4cae19ecf60b1e1104ad8f68709cd85053e70d))
|
|
2217
|
+
- 赋值msgid失败 ([cfb9dd7](https://github.com/ikenxuan/karin-plugin-kkk/commit/cfb9dd76a6a2b8321a61fd43ccd931cb4d1fede5))
|
|
2509
2218
|
|
|
2510
2219
|
## [0.1.2](https://github.com/ikenxuan/karin-plugin-kkk/compare/v0.1.1...v0.1.2) (2024-12-03)
|
|
2511
2220
|
|
|
2512
|
-
|
|
2513
2221
|
### Bug Fixes
|
|
2514
2222
|
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2223
|
+
- eslint ([a9f417f](https://github.com/ikenxuan/karin-plugin-kkk/commit/a9f417fbec4a40e40ca134d01d31bd280ca4bb4f))
|
|
2224
|
+
- 初始化playwright ([bdc1646](https://github.com/ikenxuan/karin-plugin-kkk/commit/bdc1646ebfafbf4ddc3b512b639521aab6697d54))
|
|
2225
|
+
- 抖音直播推送 ([d051d85](https://github.com/ikenxuan/karin-plugin-kkk/commit/d051d855bc0562e2440a792ca80f6dfd59c9a71d))
|
|
2226
|
+
- 抖音直播推送 ([612738b](https://github.com/ikenxuan/karin-plugin-kkk/commit/612738b1039be5da569d4e5e13425776baf9be31))
|
|
2227
|
+
- 细节优化 ([a4ae6e1](https://github.com/ikenxuan/karin-plugin-kkk/commit/a4ae6e1ff4fc039b668d1e884e1c81756c7ad7fe))
|
|
2520
2228
|
|
|
2521
2229
|
## [0.1.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v0.1.0...v0.1.1) (2024-11-29)
|
|
2522
2230
|
|
|
2523
|
-
|
|
2524
2231
|
### Performance Improvements
|
|
2525
2232
|
|
|
2526
|
-
|
|
2233
|
+
- 格式化大王 ([699ded0](https://github.com/ikenxuan/karin-plugin-kkk/commit/699ded0ab0afed12bb5546446136018e8817519a))
|
|
2527
2234
|
|
|
2528
2235
|
## 0.1.0 (2024-11-27)
|
|
2529
2236
|
|
|
2530
|
-
|
|
2531
2237
|
### Features
|
|
2532
2238
|
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2239
|
+
- B站推送图给UP主添加头像框 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2240
|
+
- 图片渲染新增添加全局 `浅色` 与 `深色` 模式与开关切换 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2241
|
+
- 抖音B站推送新增 `banWorks` 与 `banTags`机制 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2242
|
+
- 新增 `#抖音扫码登录` 仅限Windows系统可用 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2243
|
+
- 新增上传模块与相关配置文件 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2244
|
+
- 新增抖音推送图集解析 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2245
|
+
- 新增抖音直播推送 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2246
|
+
- 新增视频压缩机制 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2247
|
+
- 添加 `#抖音/B站全部强制推送` ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2248
|
+
- 添加数据存储的相关类型声明 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2249
|
+
- 添加部分debug日志供调试 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2545
2250
|
|
|
2546
2251
|
### Bug Fixes
|
|
2547
2252
|
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2253
|
+
- 使用本地二维码渲染 `qrcode.min.js` 解决部分网络环境下CDN无法正常访问导致的二维码渲染失败的问题 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2254
|
+
- 修复B站web地址匹配错误 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2255
|
+
- 修复B站后台幽灵推送 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2256
|
+
- 修复n个bug ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2257
|
+
- 修复了B站获取视频大小需要等待视频下载完成的问题 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2258
|
+
- 修复了所有的类型错误 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2259
|
+
- 修复抖音合辑解析失败 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2260
|
+
- 修复抖音直播解析 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2261
|
+
- 修复评论图中的评论图片渲染失败的问题 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2558
2262
|
|
|
2559
2263
|
### Performance Improvements
|
|
2560
2264
|
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2265
|
+
- 优化了 `#kkk帮助` 、 `#kkk更新日志` 和 `#kkk设置` 的UI ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2266
|
+
- 优化了所有推送图的UI ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2267
|
+
- 优化了部分开关判断 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2268
|
+
- 优化部分提示 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2269
|
+
- 尽可能导入node原生库 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2270
|
+
- 解耦解析库,使用回npm进行管理 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|
|
2271
|
+
- 设置推送的回复信息添加群名字 ([6fa2b44](https://github.com/ikenxuan/karin-plugin-kkk/commit/6fa2b44eda9f04afb1441783ee261aa0673dd746))
|