karin-plugin-kkk 2.21.0 → 2.22.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/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./core_chunk/rolldown-runtime-BMXAG3ag.js";
2
- import "./core_chunk/main-eqK3KHoJ.js";
3
- import "./core_chunk/vendor-CYCcUtqE.js";
4
- import "./core_chunk/template-n3eb7E79.js";
2
+ import "./core_chunk/main-DgimuYt0.js";
3
+ import "./core_chunk/vendor-BcMLByns.js";
4
+ import "./core_chunk/template-B9tgdrVz.js";
5
5
  export {};
@@ -6713,6 +6713,10 @@
6713
6713
  color: hsl(var(--heroui-foreground-700) / 1);
6714
6714
  }
6715
6715
 
6716
+ .text-foreground-800 {
6717
+ color: hsl(var(--heroui-foreground-800) / 1);
6718
+ }
6719
+
6716
6720
  .text-foreground-900 {
6717
6721
  color: hsl(var(--heroui-foreground-900) / 1);
6718
6722
  }
package/lib/root.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import "./core_chunk/rolldown-runtime-BMXAG3ag.js";
2
- import { D as Root, O as init_root } from "./core_chunk/main-eqK3KHoJ.js";
2
+ import { D as Root, O as init_root } from "./core_chunk/main-DgimuYt0.js";
3
3
  init_root();
4
4
  export { Root };
package/lib/web.config.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./core_chunk/rolldown-runtime-BMXAG3ag.js";
2
- import { E as web_config_default, T as webConfig } from "./core_chunk/main-eqK3KHoJ.js";
3
- import "./core_chunk/vendor-CYCcUtqE.js";
4
- import "./core_chunk/template-n3eb7E79.js";
2
+ import { E as web_config_default, T as webConfig } from "./core_chunk/main-DgimuYt0.js";
3
+ import "./core_chunk/vendor-BcMLByns.js";
4
+ import "./core_chunk/template-B9tgdrVz.js";
5
5
  export { web_config_default as default, webConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "karin-plugin-kkk",
3
- "version": "2.21.0",
3
+ "version": "2.22.0",
4
4
  "description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
5
5
  "keywords": [
6
6
  "karin-plugin",
@@ -76,7 +76,7 @@
76
76
  "web": "./lib/web.config.js",
77
77
  "ts-web": "./src/web.config.ts"
78
78
  },
79
- "timestamp": "2026-03-02T07:53:04.389Z",
79
+ "timestamp": "2026-03-06T23:35:21.641Z",
80
80
  "scripts": {
81
81
  "build": "cross-env NODE_ENV=production vite build && tsdown && vitest run",
82
82
  "build:check": "tsc --noEmit && pnpm build",