karin-plugin-kkk 2.32.2 → 2.32.3
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 +18 -0
- package/lib/apps/admin.js +1 -1
- package/lib/apps/help.js +1 -1
- package/lib/apps/push.js +1 -1
- package/lib/apps/qrlogin.js +1 -1
- package/lib/apps/statistics.js +1 -1
- package/lib/apps/testPush.js +2 -0
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/amagi.d.mts +1 -1
- package/lib/core_chunk/amagi.js +1 -1
- package/lib/core_chunk/amagiClient.js +1 -1
- package/lib/core_chunk/db.js +1 -1
- package/lib/core_chunk/{index-DNlQJ2Zs.d.mts → index-B2QgJ0_6.d.mts} +21 -2
- package/lib/core_chunk/main.js +1855 -831
- package/lib/core_chunk/richtext.d.mts +2 -2
- package/lib/core_chunk/richtext.js +2 -2
- package/lib/core_chunk/template.d.mts +42 -11
- package/lib/core_chunk/template.js +1 -1
- package/lib/core_chunk/vendor.js +578 -350
- package/lib/karin-plugin-kkk.css +102 -1
- package/lib/root.js +1 -1
- package/lib/web.config.js +1 -1
- package/package.json +3 -3
- /package/lib/core_chunk/{index-_BS3nWFN.d.mts → index-_og592jD.d.mts} +0 -0
package/lib/karin-plugin-kkk.css
CHANGED
|
@@ -12570,6 +12570,10 @@
|
|
|
12570
12570
|
top: calc(var(--spacing) * 6);
|
|
12571
12571
|
}
|
|
12572
12572
|
|
|
12573
|
+
.top-7 {
|
|
12574
|
+
top: calc(var(--spacing) * 7);
|
|
12575
|
+
}
|
|
12576
|
+
|
|
12573
12577
|
.top-8 {
|
|
12574
12578
|
top: calc(var(--spacing) * 8);
|
|
12575
12579
|
}
|
|
@@ -12946,6 +12950,10 @@
|
|
|
12946
12950
|
left: calc(var(--spacing) * 4);
|
|
12947
12951
|
}
|
|
12948
12952
|
|
|
12953
|
+
.left-7 {
|
|
12954
|
+
left: calc(var(--spacing) * 7);
|
|
12955
|
+
}
|
|
12956
|
+
|
|
12949
12957
|
.left-8 {
|
|
12950
12958
|
left: calc(var(--spacing) * 8);
|
|
12951
12959
|
}
|
|
@@ -14051,6 +14059,10 @@
|
|
|
14051
14059
|
width: calc(var(--spacing) * 16);
|
|
14052
14060
|
}
|
|
14053
14061
|
|
|
14062
|
+
.w-18 {
|
|
14063
|
+
width: calc(var(--spacing) * 18);
|
|
14064
|
+
}
|
|
14065
|
+
|
|
14054
14066
|
.w-20 {
|
|
14055
14067
|
width: calc(var(--spacing) * 20);
|
|
14056
14068
|
}
|
|
@@ -15529,6 +15541,16 @@
|
|
|
15529
15541
|
}
|
|
15530
15542
|
}
|
|
15531
15543
|
|
|
15544
|
+
.border-white\/20 {
|
|
15545
|
+
border-color: #fff3;
|
|
15546
|
+
}
|
|
15547
|
+
|
|
15548
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
15549
|
+
.border-white\/20 {
|
|
15550
|
+
border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
|
|
15551
|
+
}
|
|
15552
|
+
}
|
|
15553
|
+
|
|
15532
15554
|
.border-white\/50 {
|
|
15533
15555
|
border-color: #ffffff80;
|
|
15534
15556
|
}
|
|
@@ -15685,6 +15707,16 @@
|
|
|
15685
15707
|
}
|
|
15686
15708
|
}
|
|
15687
15709
|
|
|
15710
|
+
.bg-black\/45 {
|
|
15711
|
+
background-color: #00000073;
|
|
15712
|
+
}
|
|
15713
|
+
|
|
15714
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
15715
|
+
.bg-black\/45 {
|
|
15716
|
+
background-color: color-mix(in oklab, var(--color-black) 45%, transparent);
|
|
15717
|
+
}
|
|
15718
|
+
}
|
|
15719
|
+
|
|
15688
15720
|
.bg-black\/48 {
|
|
15689
15721
|
background-color: #0000007a;
|
|
15690
15722
|
}
|
|
@@ -15833,7 +15865,17 @@
|
|
|
15833
15865
|
}
|
|
15834
15866
|
}
|
|
15835
15867
|
|
|
15836
|
-
.bg-foreground, .bg-foreground\/
|
|
15868
|
+
.bg-foreground, .bg-foreground\/5 {
|
|
15869
|
+
background-color: var(--foreground);
|
|
15870
|
+
}
|
|
15871
|
+
|
|
15872
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
15873
|
+
.bg-foreground\/5 {
|
|
15874
|
+
background-color: color-mix(in oklab, var(--foreground) 5%, transparent);
|
|
15875
|
+
}
|
|
15876
|
+
}
|
|
15877
|
+
|
|
15878
|
+
.bg-foreground\/70 {
|
|
15837
15879
|
background-color: var(--foreground);
|
|
15838
15880
|
}
|
|
15839
15881
|
|
|
@@ -16147,6 +16189,16 @@
|
|
|
16147
16189
|
}
|
|
16148
16190
|
}
|
|
16149
16191
|
|
|
16192
|
+
.bg-white\/15 {
|
|
16193
|
+
background-color: #ffffff26;
|
|
16194
|
+
}
|
|
16195
|
+
|
|
16196
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
16197
|
+
.bg-white\/15 {
|
|
16198
|
+
background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
|
|
16199
|
+
}
|
|
16200
|
+
}
|
|
16201
|
+
|
|
16150
16202
|
.bg-white\/50 {
|
|
16151
16203
|
background-color: #ffffff80;
|
|
16152
16204
|
}
|
|
@@ -16474,6 +16526,10 @@
|
|
|
16474
16526
|
object-fit: cover;
|
|
16475
16527
|
}
|
|
16476
16528
|
|
|
16529
|
+
.object-center {
|
|
16530
|
+
object-position: center;
|
|
16531
|
+
}
|
|
16532
|
+
|
|
16477
16533
|
.p-0 {
|
|
16478
16534
|
padding: calc(var(--spacing) * 0);
|
|
16479
16535
|
}
|
|
@@ -16650,6 +16706,10 @@
|
|
|
16650
16706
|
padding-block: calc(var(--spacing) * 3);
|
|
16651
16707
|
}
|
|
16652
16708
|
|
|
16709
|
+
.py-3\.5 {
|
|
16710
|
+
padding-block: calc(var(--spacing) * 3.5);
|
|
16711
|
+
}
|
|
16712
|
+
|
|
16653
16713
|
.py-4 {
|
|
16654
16714
|
padding-block: calc(var(--spacing) * 4);
|
|
16655
16715
|
}
|
|
@@ -17246,6 +17306,11 @@
|
|
|
17246
17306
|
line-height: 1.6;
|
|
17247
17307
|
}
|
|
17248
17308
|
|
|
17309
|
+
.leading-\[1\.7\] {
|
|
17310
|
+
--tw-leading: 1.7;
|
|
17311
|
+
line-height: 1.7;
|
|
17312
|
+
}
|
|
17313
|
+
|
|
17249
17314
|
.leading-\[1\.08\] {
|
|
17250
17315
|
--tw-leading: 1.08;
|
|
17251
17316
|
line-height: 1.08;
|
|
@@ -17991,6 +18056,16 @@
|
|
|
17991
18056
|
}
|
|
17992
18057
|
}
|
|
17993
18058
|
|
|
18059
|
+
.text-white\/85 {
|
|
18060
|
+
color: #ffffffd9;
|
|
18061
|
+
}
|
|
18062
|
+
|
|
18063
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
18064
|
+
.text-white\/85 {
|
|
18065
|
+
color: color-mix(in oklab, var(--color-white) 85%, transparent);
|
|
18066
|
+
}
|
|
18067
|
+
}
|
|
18068
|
+
|
|
17994
18069
|
.text-white\/90 {
|
|
17995
18070
|
color: #ffffffe6;
|
|
17996
18071
|
}
|
|
@@ -18106,6 +18181,10 @@
|
|
|
18106
18181
|
opacity: .45;
|
|
18107
18182
|
}
|
|
18108
18183
|
|
|
18184
|
+
.mix-blend-difference {
|
|
18185
|
+
mix-blend-mode: difference;
|
|
18186
|
+
}
|
|
18187
|
+
|
|
18109
18188
|
.mix-blend-multiply {
|
|
18110
18189
|
mix-blend-mode: multiply;
|
|
18111
18190
|
}
|
|
@@ -18616,6 +18695,28 @@
|
|
|
18616
18695
|
}
|
|
18617
18696
|
}
|
|
18618
18697
|
|
|
18698
|
+
.dark\:bg-foreground\/10:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
|
|
18699
|
+
background-color: var(--foreground);
|
|
18700
|
+
}
|
|
18701
|
+
|
|
18702
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
18703
|
+
.dark\:bg-foreground\/10:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
|
|
18704
|
+
background-color: color-mix(in oklab, var(--foreground) 10%, transparent);
|
|
18705
|
+
}
|
|
18706
|
+
}
|
|
18707
|
+
|
|
18708
|
+
@media (prefers-color-scheme: dark) {
|
|
18709
|
+
.dark\:bg-foreground\/10:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
|
|
18710
|
+
background-color: var(--foreground);
|
|
18711
|
+
}
|
|
18712
|
+
|
|
18713
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
18714
|
+
.dark\:bg-foreground\/10:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
|
|
18715
|
+
background-color: color-mix(in oklab, var(--foreground) 10%, transparent);
|
|
18716
|
+
}
|
|
18717
|
+
}
|
|
18718
|
+
}
|
|
18719
|
+
|
|
18619
18720
|
.dark\:bg-surface\/10:is(.dark, .dark :not(:is(.dark .light *, .dark [data-theme="light"] *)), [data-theme="dark"], [data-theme="dark"] :not(:is([data-theme="dark"] .light *, [data-theme="dark"] [data-theme="light"] *))) {
|
|
18620
18721
|
background-color: var(--surface);
|
|
18621
18722
|
}
|
package/lib/root.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { pi as Root } from "./core_chunk/main.js";
|
|
2
2
|
export { Root };
|
package/lib/web.config.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { j as webConfig } from "./core_chunk/main.js";
|
|
2
2
|
export { webConfig as default, webConfig };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "karin-plugin-kkk",
|
|
3
|
-
"version": "2.32.
|
|
3
|
+
"version": "2.32.3",
|
|
4
4
|
"description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"karin-plugin",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@ikenxuan/qrcode": "1.2.0",
|
|
58
|
-
"@ikenxuan/watermark": "1.1.
|
|
58
|
+
"@ikenxuan/watermark": "1.1.6",
|
|
59
59
|
"fingerprint-injector": "^2.1.82"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"web": "./lib/web.config.js",
|
|
90
90
|
"ts-web": "./src/web.config.ts"
|
|
91
91
|
},
|
|
92
|
-
"timestamp": "2026-05-
|
|
92
|
+
"timestamp": "2026-05-30T23:38:07.401Z"
|
|
93
93
|
}
|
|
File without changes
|