karin-plugin-kkk 2.25.0 → 2.25.2

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-DjlCg9e5.js";
3
- import "./core_chunk/vendor-9pKTNH6x.js";
4
- import "./core_chunk/template-CsOboAFj.js";
2
+ import "./core_chunk/main-Cfpmwn8o.js";
3
+ import "./core_chunk/vendor-rZ5rQnq1.js";
4
+ import "./core_chunk/template-B7RenK2I.js";
5
5
  export {};
@@ -111,6 +111,7 @@
111
111
  --container-3xl: 48rem;
112
112
  --container-4xl: 56rem;
113
113
  --container-5xl: 64rem;
114
+ --container-6xl: 72rem;
114
115
  --text-xs: .75rem;
115
116
  --text-xs--line-height: calc(1 / .75);
116
117
  --text-sm: .875rem;
@@ -2255,6 +2256,10 @@
2255
2256
  max-height: 64rem;
2256
2257
  }
2257
2258
 
2259
+ .max-h-\[86vh\] {
2260
+ max-height: 86vh;
2261
+ }
2262
+
2258
2263
  .max-h-\[95vh\] {
2259
2264
  max-height: 95vh;
2260
2265
  }
@@ -2711,6 +2716,10 @@
2711
2716
  max-width: var(--container-5xl);
2712
2717
  }
2713
2718
 
2719
+ .max-w-6xl {
2720
+ max-width: var(--container-6xl);
2721
+ }
2722
+
2714
2723
  .max-w-80 {
2715
2724
  max-width: calc(var(--spacing) * 80);
2716
2725
  }
@@ -4458,6 +4467,10 @@
4458
4467
  border-color: #fff;
4459
4468
  }
4460
4469
 
4470
+ .border-white\/50 {
4471
+ border-color: oklab(100% 0 5.96046e-8 / .5);
4472
+ }
4473
+
4461
4474
  .border-x-transparent {
4462
4475
  border-inline-color: #0000;
4463
4476
  }
@@ -4530,6 +4543,10 @@
4530
4543
  background-color: #0000 !important;
4531
4544
  }
4532
4545
 
4546
+ .bg-\(--preview-bg\) {
4547
+ background-color: var(--preview-bg);
4548
+ }
4549
+
4533
4550
  .bg-\[\#FF2442\] {
4534
4551
  background-color: #ff2442;
4535
4552
  }
@@ -4604,6 +4621,10 @@
4604
4621
  background-color: oklab(0% none none / .3);
4605
4622
  }
4606
4623
 
4624
+ .bg-black\/35 {
4625
+ background-color: oklab(0% none none / .35);
4626
+ }
4627
+
4607
4628
  .bg-black\/50 {
4608
4629
  background-color: oklab(0% none none / .5);
4609
4630
  }
@@ -6674,6 +6695,10 @@
6674
6695
  color: hsl(var(--heroui-danger) / 1) !important;
6675
6696
  }
6676
6697
 
6698
+ .text-\(--preview-fg\) {
6699
+ color: var(--preview-fg);
6700
+ }
6701
+
6677
6702
  .text-\[\#04498d\] {
6678
6703
  color: #04498d;
6679
6704
  }
@@ -7847,6 +7872,11 @@
7847
7872
  filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
7848
7873
  }
7849
7874
 
7875
+ .contrast-125 {
7876
+ --tw-contrast: contrast(125%);
7877
+ filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
7878
+ }
7879
+
7850
7880
  .drop-shadow {
7851
7881
  --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f));
7852
7882
  --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
@@ -12901,6 +12931,10 @@
12901
12931
  width: auto;
12902
12932
  }
12903
12933
 
12934
+ .sm\:flex-row {
12935
+ flex-direction: row;
12936
+ }
12937
+
12904
12938
  .sm\:items-center {
12905
12939
  align-items: center;
12906
12940
  }
@@ -12913,10 +12947,18 @@
12913
12947
  align-items: flex-start;
12914
12948
  }
12915
12949
 
12950
+ .sm\:justify-between {
12951
+ justify-content: space-between;
12952
+ }
12953
+
12916
12954
  .sm\:px-0 {
12917
12955
  padding-inline: calc(var(--spacing) * 0);
12918
12956
  }
12919
12957
 
12958
+ .sm\:px-6 {
12959
+ padding-inline: calc(var(--spacing) * 6);
12960
+ }
12961
+
12920
12962
  .sm\:\[--scale-enter\:100\%\] {
12921
12963
  --scale-enter: 100%;
12922
12964
  }
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-DjlCg9e5.js";
2
+ import { A as init_root, k as Root } from "./core_chunk/main-Cfpmwn8o.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-DjlCg9e5.js";
3
- import "./core_chunk/vendor-9pKTNH6x.js";
4
- import "./core_chunk/template-CsOboAFj.js";
2
+ import { D as webConfig, O as web_config_default } from "./core_chunk/main-Cfpmwn8o.js";
3
+ import "./core_chunk/vendor-rZ5rQnq1.js";
4
+ import "./core_chunk/template-B7RenK2I.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.25.0",
3
+ "version": "2.25.2",
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-10T15:50:38.070Z",
79
+ "timestamp": "2026-03-11T13:27:10.506Z",
80
80
  "scripts": {
81
81
  "build": "cross-env NODE_ENV=production vite build && tsdown && vitest run",
82
82
  "build:check": "tsc --noEmit && pnpm build",