karin-plugin-kkk 1.0.2-commit.ced194c → 1.0.4-commit.db43730

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/1.0.2-commit.ced194c...v1.0.3-commit.ced194c) (2025-01-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **platform/bilibili:** 优化 B 站推送中UP主信息的处理 ([079833f](https://github.com/ikenxuan/karin-plugin-kkk/commit/079833fef0a0e875f8c256f9e9898d4c0a67146f))
9
+
3
10
  ## [1.0.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.0.0...v1.0.1) (2025-01-15)
4
11
 
5
12
 
@@ -624,7 +624,7 @@ export class Bilibilipush extends Base {
624
624
  renderOpt.push({
625
625
  avatar_img: userInfo.data.card.face,
626
626
  username: userInfo.data.card.name,
627
- host_mid,
627
+ host_mid: host_mid ?? userInfo.data.card.mid,
628
628
  fans: this.count(userInfo.data.follower),
629
629
  total_favorited: this.count(userInfo.data.like_num),
630
630
  following_count: this.count(userInfo.data.card.attention),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "karin-plugin-kkk",
3
- "version": "1.0.2-commit.ced194c",
3
+ "version": "1.0.4-commit.db43730",
4
4
  "description": "a Karin video parsing tool",
5
5
  "keywords": [
6
6
  "karin-plugin",