karin-plugin-kkk 2.30.4 → 2.31.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 +35 -0
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/main.js +584 -133
- package/lib/core_chunk/template.d.mts +19 -4
- package/lib/core_chunk/vendor.js +1031 -730
- package/lib/karin-plugin-kkk.css +52 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,41 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog
|
|
4
4
|
|
|
5
|
+
## [2.31.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.30.4...v2.31.0) (2026-05-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ 新功能
|
|
9
|
+
|
|
10
|
+
* 设置xx推送尝试开放qqbot ([da3abe8](https://github.com/ikenxuan/karin-plugin-kkk/commit/da3abe8b9542dbb5687625219c7912bb3837c4cd))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### 🐛 错误修复
|
|
14
|
+
|
|
15
|
+
* obv11 获取引用markdown消息无法解析的问题 ([90f2212](https://github.com/ikenxuan/karin-plugin-kkk/commit/90f221235ea6ff7d66febf7e25ac02a176265d0e))
|
|
16
|
+
* 细优 ([cccbf12](https://github.com/ikenxuan/karin-plugin-kkk/commit/cccbf12b17f943b380aa094a3d17ec48fff4ada4))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### 💄 UI 优化
|
|
20
|
+
|
|
21
|
+
* **B站:** 间距 ([f5932fd](https://github.com/ikenxuan/karin-plugin-kkk/commit/f5932fd1120a6d6b3f3b00fcf5ca81d0d5ee96d1))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### 🧰 其他更新
|
|
25
|
+
|
|
26
|
+
* other/live-photo-tip ([90d01b4](https://github.com/ikenxuan/karin-plugin-kkk/commit/90d01b42ee12177b6a011dc566ebdef8b097d8e5))
|
|
27
|
+
* 更新 ([7b70cae](https://github.com/ikenxuan/karin-plugin-kkk/commit/7b70cae064fe8381ad9f3037ec26b4d660b896fa))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### 📦 依赖更新
|
|
31
|
+
|
|
32
|
+
* update ([c2bfa4c](https://github.com/ikenxuan/karin-plugin-kkk/commit/c2bfa4cd54f01751a954c9b9efb5805c64baa861))
|
|
33
|
+
* 对等依赖 ([18467a2](https://github.com/ikenxuan/karin-plugin-kkk/commit/18467a21a24ca58ead06f9fd14db69f85872693e))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### 💯 细节优化
|
|
37
|
+
|
|
38
|
+
* 兼容性提高 ([2706a64](https://github.com/ikenxuan/karin-plugin-kkk/commit/2706a64b916b99c2d27d37e2864ca5805fb0f15b))
|
|
39
|
+
|
|
5
40
|
## [2.30.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.30.3...v2.30.4) (2026-05-13)
|
|
6
41
|
|
|
7
42
|
|
package/lib/build-metadata.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.
|
|
3
|
-
"buildTime": "2026-05-
|
|
4
|
-
"buildTimestamp":
|
|
2
|
+
"version": "2.31.0",
|
|
3
|
+
"buildTime": "2026-05-19T13:31:48.765Z",
|
|
4
|
+
"buildTimestamp": 1779197508765,
|
|
5
5
|
"name": "karin-plugin-kkk",
|
|
6
6
|
"description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
|
|
7
7
|
"homepage": "https://github.com/ikenxuan/karin-plugin-kkk",
|
|
8
|
-
"commitHash": "
|
|
9
|
-
"shortCommitHash": "
|
|
8
|
+
"commitHash": "f7281591cbdfb2d59e879769daff2f59ab123518",
|
|
9
|
+
"shortCommitHash": "f7281591"
|
|
10
10
|
}
|