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