karin-plugin-kkk 2.19.0 → 2.20.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-Dj5f-cmP.js";
3
- import "./core_chunk/vendor-BsdYKPEs.js";
4
- import "./core_chunk/template-CHNHRIxO.js";
2
+ import "./core_chunk/main-BKpxoNf0.js";
3
+ import "./core_chunk/vendor-CZcAPGm1.js";
4
+ import "./core_chunk/template-BMkKJo_s.js";
5
5
  export {};
@@ -6612,6 +6612,10 @@
6612
6612
  color: hsl(var(--heroui-foreground) / 1);
6613
6613
  }
6614
6614
 
6615
+ .text-foreground-300 {
6616
+ color: hsl(var(--heroui-foreground-300) / 1);
6617
+ }
6618
+
6615
6619
  .text-foreground-400 {
6616
6620
  color: hsl(var(--heroui-foreground-400) / 1);
6617
6621
  }
package/lib/root.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import "./core_chunk/rolldown-runtime-BMXAG3ag.js";
2
- import { A as init_root, k as Root } from "./core_chunk/main-Dj5f-cmP.js";
2
+ import { A as init_root, k as Root } from "./core_chunk/main-BKpxoNf0.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 { D as webConfig, O as web_config_default } from "./core_chunk/main-Dj5f-cmP.js";
3
- import "./core_chunk/vendor-BsdYKPEs.js";
4
- import "./core_chunk/template-CHNHRIxO.js";
2
+ import { D as webConfig, O as web_config_default } from "./core_chunk/main-BKpxoNf0.js";
3
+ import "./core_chunk/vendor-CZcAPGm1.js";
4
+ import "./core_chunk/template-BMkKJo_s.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.19.0",
3
+ "version": "2.20.0",
4
4
  "description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
5
5
  "keywords": [
6
6
  "karin-plugin",
@@ -46,7 +46,7 @@
46
46
  "fingerprint-injector": "^2.1.79"
47
47
  },
48
48
  "peerDependencies": {
49
- "@snapka/puppeteer": ">=0.1.5 <0.2.0",
49
+ "@snapka/puppeteer": ">=0.1.5 <0.3.0",
50
50
  "@types/react": "*"
51
51
  },
52
52
  "engines": {
@@ -76,7 +76,7 @@
76
76
  "web": "./lib/web.config.js",
77
77
  "ts-web": "./src/web.config.ts"
78
78
  },
79
- "timestamp": "2026-02-08T05:14:48.302Z",
79
+ "timestamp": "2026-02-23T07:05:21.138Z",
80
80
  "scripts": {
81
81
  "build": "cross-env NODE_ENV=production vite build && tsdown && vitest run",
82
82
  "build:check": "tsc --noEmit && pnpm build",