karin-plugin-kkk 2.35.0 → 2.36.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,48 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ## [2.36.1](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.36.0...v2.36.1) (2026-06-25)
6
+
7
+
8
+ ### 🐛 错误修复
9
+
10
+ * 手机展示配置页面时,底部弹窗改为覆盖全屏。 ([#324](https://github.com/ikenxuan/karin-plugin-kkk/issues/324)) ([b080398](https://github.com/ikenxuan/karin-plugin-kkk/commit/b0803985f88cb61b9acf447e38a7b5c87a76eb0b))
11
+ * 配置面板优化部分布局 ([4e01d4d](https://github.com/ikenxuan/karin-plugin-kkk/commit/4e01d4da303167de22a99a69e39d3ae218be9133))
12
+ * 重写配置页面的cron表达式编辑组件,使其配置完全小白化 [#320](https://github.com/ikenxuan/karin-plugin-kkk/issues/320) ([6571491](https://github.com/ikenxuan/karin-plugin-kkk/commit/6571491e3955c75a09674c51afe248345c64043b))
13
+
14
+
15
+ ### 💄 UI 优化
16
+
17
+ * 优化B站预约卡片按钮布局 ([2f0e5f2](https://github.com/ikenxuan/karin-plugin-kkk/commit/2f0e5f29f125cec1032592943cdb915949954196))
18
+
19
+ ## [2.36.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.35.0...v2.36.0) (2026-06-19)
20
+
21
+
22
+ ### ✨ 新功能
23
+
24
+ * **web:** 新增 ConfigDiffOverlay 与 ConfigDiffView 组件,用于配置变更预览 ([43015ac](https://github.com/ikenxuan/karin-plugin-kkk/commit/43015acfe53bc7d88ae4e9ffb6ad63cfef5a97f0))
25
+
26
+
27
+ ### 🐛 错误修复
28
+
29
+ * 更新 @heroui/react 和 @heroui/styles 依赖版本,修复潜在兼容性问题 ([1afd730](https://github.com/ikenxuan/karin-plugin-kkk/commit/1afd730f781e9fe19eb65b77571e2a2772e1a5e1))
30
+ * 渲染错误日志模板部分场景下中文字体无法加载 ([648bd10](https://github.com/ikenxuan/karin-plugin-kkk/commit/648bd101aff7b0155c86e67e97afe39a858c1095))
31
+
32
+
33
+ ### 💄 UI 优化
34
+
35
+ * **douyin:** 使用官方统计图标 ([7c4cef0](https://github.com/ikenxuan/karin-plugin-kkk/commit/7c4cef0576ffd9abcc3f70a09e1785979fec56f1))
36
+
37
+
38
+ ### ♻️ 代码重构
39
+
40
+ * 优化 Switch 和 Checkbox 组件的渲染结构,提升可读性 ([1afd730](https://github.com/ikenxuan/karin-plugin-kkk/commit/1afd730f781e9fe19eb65b77571e2a2772e1a5e1))
41
+
42
+
43
+ ### 📦 依赖更新
44
+
45
+ * 更新 ([cf30ff8](https://github.com/ikenxuan/karin-plugin-kkk/commit/cf30ff8a7f004bd63b2a54982f44b0897417428b))
46
+
5
47
  ## [2.35.0](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.34.0...v2.35.0) (2026-06-12)
6
48
 
7
49
 
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "2.35.0",
3
- "buildTime": "2026-06-12T11:43:19.309Z",
4
- "buildTimestamp": 1781264599309,
2
+ "version": "2.36.1",
3
+ "buildTime": "2026-06-25T22:17:41.672Z",
4
+ "buildTimestamp": 1782425861672,
5
5
  "name": "karin-plugin-kkk",
6
6
  "description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
7
7
  "homepage": "https://github.com/ikenxuan/karin-plugin-kkk",
8
- "commitHash": "db1107f28d98882079cd25f3af705045aa734206",
9
- "shortCommitHash": "db1107f2"
8
+ "commitHash": "c8e7ff6961b851409daa1f851259ff5c1c7b0a2d",
9
+ "shortCommitHash": "c8e7ff69"
10
10
  }
@@ -28358,6 +28358,12 @@ declare const kuaishouUtils: kuaishouUtilsModel; //#endregion
28358
28358
  */
28359
28359
  declare class xiaohongshuSign {
28360
28360
  private static client;
28361
+ /**
28362
+ * 创建包含 web_session 的小红书 Web 端游客 Cookie。
28363
+ *
28364
+ * `requestConfig` 会透传到游客会话初始化请求,可用于配置代理、超时等传输参数。
28365
+ */
28366
+ static createGuestCookie(requestConfig?: AxiosRequestConfig): Promise<string>;
28361
28367
  /**
28362
28368
  * 生成GET请求的X-S签名
28363
28369
  * @param path - API路径