karin-plugin-kkk 2.32.2 → 2.33.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/CHANGELOG.md +35 -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 +188 -1740
- 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 +1941 -846
- package/lib/core_chunk/richtext.d.mts +2 -2
- package/lib/core_chunk/richtext.js +2 -2
- package/lib/core_chunk/template.d.mts +53 -11
- package/lib/core_chunk/template.js +1 -1
- package/lib/core_chunk/vendor.js +1246 -995
- package/lib/karin-plugin-kkk.css +148 -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
|
}
|
|
@@ -13304,6 +13312,10 @@
|
|
|
13304
13312
|
margin-right: calc(var(--spacing) * 18);
|
|
13305
13313
|
}
|
|
13306
13314
|
|
|
13315
|
+
.mr-20 {
|
|
13316
|
+
margin-right: calc(var(--spacing) * 20);
|
|
13317
|
+
}
|
|
13318
|
+
|
|
13307
13319
|
.mr-21 {
|
|
13308
13320
|
margin-right: calc(var(--spacing) * 21);
|
|
13309
13321
|
}
|
|
@@ -14051,6 +14063,10 @@
|
|
|
14051
14063
|
width: calc(var(--spacing) * 16);
|
|
14052
14064
|
}
|
|
14053
14065
|
|
|
14066
|
+
.w-18 {
|
|
14067
|
+
width: calc(var(--spacing) * 18);
|
|
14068
|
+
}
|
|
14069
|
+
|
|
14054
14070
|
.w-20 {
|
|
14055
14071
|
width: calc(var(--spacing) * 20);
|
|
14056
14072
|
}
|
|
@@ -15529,6 +15545,16 @@
|
|
|
15529
15545
|
}
|
|
15530
15546
|
}
|
|
15531
15547
|
|
|
15548
|
+
.border-white\/20 {
|
|
15549
|
+
border-color: #fff3;
|
|
15550
|
+
}
|
|
15551
|
+
|
|
15552
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
15553
|
+
.border-white\/20 {
|
|
15554
|
+
border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
|
|
15555
|
+
}
|
|
15556
|
+
}
|
|
15557
|
+
|
|
15532
15558
|
.border-white\/50 {
|
|
15533
15559
|
border-color: #ffffff80;
|
|
15534
15560
|
}
|
|
@@ -15685,6 +15711,16 @@
|
|
|
15685
15711
|
}
|
|
15686
15712
|
}
|
|
15687
15713
|
|
|
15714
|
+
.bg-black\/45 {
|
|
15715
|
+
background-color: #00000073;
|
|
15716
|
+
}
|
|
15717
|
+
|
|
15718
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
15719
|
+
.bg-black\/45 {
|
|
15720
|
+
background-color: color-mix(in oklab, var(--color-black) 45%, transparent);
|
|
15721
|
+
}
|
|
15722
|
+
}
|
|
15723
|
+
|
|
15688
15724
|
.bg-black\/48 {
|
|
15689
15725
|
background-color: #0000007a;
|
|
15690
15726
|
}
|
|
@@ -15833,7 +15869,17 @@
|
|
|
15833
15869
|
}
|
|
15834
15870
|
}
|
|
15835
15871
|
|
|
15836
|
-
.bg-foreground, .bg-foreground\/
|
|
15872
|
+
.bg-foreground, .bg-foreground\/5 {
|
|
15873
|
+
background-color: var(--foreground);
|
|
15874
|
+
}
|
|
15875
|
+
|
|
15876
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
15877
|
+
.bg-foreground\/5 {
|
|
15878
|
+
background-color: color-mix(in oklab, var(--foreground) 5%, transparent);
|
|
15879
|
+
}
|
|
15880
|
+
}
|
|
15881
|
+
|
|
15882
|
+
.bg-foreground\/70 {
|
|
15837
15883
|
background-color: var(--foreground);
|
|
15838
15884
|
}
|
|
15839
15885
|
|
|
@@ -16147,6 +16193,16 @@
|
|
|
16147
16193
|
}
|
|
16148
16194
|
}
|
|
16149
16195
|
|
|
16196
|
+
.bg-white\/15 {
|
|
16197
|
+
background-color: #ffffff26;
|
|
16198
|
+
}
|
|
16199
|
+
|
|
16200
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
16201
|
+
.bg-white\/15 {
|
|
16202
|
+
background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
|
|
16203
|
+
}
|
|
16204
|
+
}
|
|
16205
|
+
|
|
16150
16206
|
.bg-white\/50 {
|
|
16151
16207
|
background-color: #ffffff80;
|
|
16152
16208
|
}
|
|
@@ -16231,6 +16287,20 @@
|
|
|
16231
16287
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
16232
16288
|
}
|
|
16233
16289
|
|
|
16290
|
+
.from-black\/60 {
|
|
16291
|
+
--tw-gradient-from: #0009;
|
|
16292
|
+
}
|
|
16293
|
+
|
|
16294
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
16295
|
+
.from-black\/60 {
|
|
16296
|
+
--tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
|
|
16297
|
+
}
|
|
16298
|
+
}
|
|
16299
|
+
|
|
16300
|
+
.from-black\/60 {
|
|
16301
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
16302
|
+
}
|
|
16303
|
+
|
|
16234
16304
|
.from-black\/75 {
|
|
16235
16305
|
--tw-gradient-from: #000000bf;
|
|
16236
16306
|
}
|
|
@@ -16317,6 +16387,21 @@
|
|
|
16317
16387
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
16318
16388
|
}
|
|
16319
16389
|
|
|
16390
|
+
.via-black\/12 {
|
|
16391
|
+
--tw-gradient-via: #0000001f;
|
|
16392
|
+
}
|
|
16393
|
+
|
|
16394
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
16395
|
+
.via-black\/12 {
|
|
16396
|
+
--tw-gradient-via: color-mix(in oklab, var(--color-black) 12%, transparent);
|
|
16397
|
+
}
|
|
16398
|
+
}
|
|
16399
|
+
|
|
16400
|
+
.via-black\/12 {
|
|
16401
|
+
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
16402
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
16403
|
+
}
|
|
16404
|
+
|
|
16320
16405
|
.via-black\/50 {
|
|
16321
16406
|
--tw-gradient-via: #00000080;
|
|
16322
16407
|
}
|
|
@@ -16474,6 +16559,10 @@
|
|
|
16474
16559
|
object-fit: cover;
|
|
16475
16560
|
}
|
|
16476
16561
|
|
|
16562
|
+
.object-center {
|
|
16563
|
+
object-position: center;
|
|
16564
|
+
}
|
|
16565
|
+
|
|
16477
16566
|
.p-0 {
|
|
16478
16567
|
padding: calc(var(--spacing) * 0);
|
|
16479
16568
|
}
|
|
@@ -16650,6 +16739,10 @@
|
|
|
16650
16739
|
padding-block: calc(var(--spacing) * 3);
|
|
16651
16740
|
}
|
|
16652
16741
|
|
|
16742
|
+
.py-3\.5 {
|
|
16743
|
+
padding-block: calc(var(--spacing) * 3.5);
|
|
16744
|
+
}
|
|
16745
|
+
|
|
16653
16746
|
.py-4 {
|
|
16654
16747
|
padding-block: calc(var(--spacing) * 4);
|
|
16655
16748
|
}
|
|
@@ -16918,6 +17011,10 @@
|
|
|
16918
17011
|
vertical-align: text-bottom;
|
|
16919
17012
|
}
|
|
16920
17013
|
|
|
17014
|
+
.align-top {
|
|
17015
|
+
vertical-align: top;
|
|
17016
|
+
}
|
|
17017
|
+
|
|
16921
17018
|
.font-\[HarmonyOSHans-Regular\] {
|
|
16922
17019
|
font-family: HarmonyOSHans-Regular;
|
|
16923
17020
|
}
|
|
@@ -17216,6 +17313,11 @@
|
|
|
17216
17313
|
line-height: calc(var(--spacing) * 10);
|
|
17217
17314
|
}
|
|
17218
17315
|
|
|
17316
|
+
.leading-16 {
|
|
17317
|
+
--tw-leading: calc(var(--spacing) * 16);
|
|
17318
|
+
line-height: calc(var(--spacing) * 16);
|
|
17319
|
+
}
|
|
17320
|
+
|
|
17219
17321
|
.leading-20 {
|
|
17220
17322
|
--tw-leading: calc(var(--spacing) * 20);
|
|
17221
17323
|
line-height: calc(var(--spacing) * 20);
|
|
@@ -17246,6 +17348,11 @@
|
|
|
17246
17348
|
line-height: 1.6;
|
|
17247
17349
|
}
|
|
17248
17350
|
|
|
17351
|
+
.leading-\[1\.7\] {
|
|
17352
|
+
--tw-leading: 1.7;
|
|
17353
|
+
line-height: 1.7;
|
|
17354
|
+
}
|
|
17355
|
+
|
|
17249
17356
|
.leading-\[1\.08\] {
|
|
17250
17357
|
--tw-leading: 1.08;
|
|
17251
17358
|
line-height: 1.08;
|
|
@@ -17535,6 +17642,10 @@
|
|
|
17535
17642
|
color: #ff799e;
|
|
17536
17643
|
}
|
|
17537
17644
|
|
|
17645
|
+
.text-\[0\] {
|
|
17646
|
+
color: 0;
|
|
17647
|
+
}
|
|
17648
|
+
|
|
17538
17649
|
.text-accent {
|
|
17539
17650
|
color: var(--accent);
|
|
17540
17651
|
}
|
|
@@ -17991,6 +18102,16 @@
|
|
|
17991
18102
|
}
|
|
17992
18103
|
}
|
|
17993
18104
|
|
|
18105
|
+
.text-white\/85 {
|
|
18106
|
+
color: #ffffffd9;
|
|
18107
|
+
}
|
|
18108
|
+
|
|
18109
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
18110
|
+
.text-white\/85 {
|
|
18111
|
+
color: color-mix(in oklab, var(--color-white) 85%, transparent);
|
|
18112
|
+
}
|
|
18113
|
+
}
|
|
18114
|
+
|
|
17994
18115
|
.text-white\/90 {
|
|
17995
18116
|
color: #ffffffe6;
|
|
17996
18117
|
}
|
|
@@ -18106,6 +18227,10 @@
|
|
|
18106
18227
|
opacity: .45;
|
|
18107
18228
|
}
|
|
18108
18229
|
|
|
18230
|
+
.mix-blend-difference {
|
|
18231
|
+
mix-blend-mode: difference;
|
|
18232
|
+
}
|
|
18233
|
+
|
|
18109
18234
|
.mix-blend-multiply {
|
|
18110
18235
|
mix-blend-mode: multiply;
|
|
18111
18236
|
}
|
|
@@ -18616,6 +18741,28 @@
|
|
|
18616
18741
|
}
|
|
18617
18742
|
}
|
|
18618
18743
|
|
|
18744
|
+
.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"] *))) {
|
|
18745
|
+
background-color: var(--foreground);
|
|
18746
|
+
}
|
|
18747
|
+
|
|
18748
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
18749
|
+
.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"] *))) {
|
|
18750
|
+
background-color: color-mix(in oklab, var(--foreground) 10%, transparent);
|
|
18751
|
+
}
|
|
18752
|
+
}
|
|
18753
|
+
|
|
18754
|
+
@media (prefers-color-scheme: dark) {
|
|
18755
|
+
.dark\:bg-foreground\/10:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
|
|
18756
|
+
background-color: var(--foreground);
|
|
18757
|
+
}
|
|
18758
|
+
|
|
18759
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
18760
|
+
.dark\:bg-foreground\/10:not(:is(.light, .light *, [data-theme="light"], [data-theme="light"] *)) {
|
|
18761
|
+
background-color: color-mix(in oklab, var(--foreground) 10%, transparent);
|
|
18762
|
+
}
|
|
18763
|
+
}
|
|
18764
|
+
}
|
|
18765
|
+
|
|
18619
18766
|
.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
18767
|
background-color: var(--surface);
|
|
18621
18768
|
}
|
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.
|
|
3
|
+
"version": "2.33.0",
|
|
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-
|
|
92
|
+
"timestamp": "2026-06-04T11:54:45.083Z"
|
|
93
93
|
}
|
|
File without changes
|