karin-plugin-kkk 2.36.2 → 2.36.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 +17 -0
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/main.js +18 -13
- package/lib/core_chunk/template.d.mts +1 -1
- package/lib/core_chunk/vendor.js +155 -155
- package/lib/web/assets/{CronEditor-BrSMQ7Wt.js → CronEditor-rHmpAxFj.js} +1 -1
- package/lib/web/assets/{DesktopLayout-D42mvBB3.js → DesktopLayout-Cr5ZibGs.js} +1 -1
- package/lib/web/assets/{MobileLayout-CsGZCHOX.js → MobileLayout-WN2r3MCa.js} +1 -1
- package/lib/web/assets/{ThemeSwitch-CehenZXq.js → ThemeSwitch-DMmlpRk7.js} +1 -1
- package/lib/web/assets/{index-xT9tCQxI.js → index-DU0mjeqO.js} +3 -3
- package/lib/web/assets/{separator-0i510i92.js → separator-DSAWGreF.js} +1 -1
- package/lib/web/index.html +1 -1
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
import{C as e,Dt as t,Ft as n,S as r,q as i}from"./index-
|
|
1
|
+
import{C as e,Dt as t,Ft as n,S as r,q as i}from"./index-DU0mjeqO.js";var a=n({base:`separator`,defaultVariants:{orientation:`horizontal`,variant:`default`},variants:{orientation:{horizontal:`separator--horizontal`,vertical:`separator--vertical`},variant:{default:`separator--default`,secondary:`separator--secondary`,tertiary:`separator--tertiary`}}}),o=i(),s=({className:n,orientation:i,variant:s,...c})=>{let l=t(e),u=i??l?.orientation??`horizontal`;return(0,o.jsx)(r,{"data-orientation":u,"data-slot":`separator`,orientation:u,className:a({orientation:u,variant:s,className:n}),...c})},c=Object.assign(s,{Root:s});export{c as t};
|
package/lib/web/index.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<meta name="description" content="KKK Config - Karin 插件配置管理面板" />
|
|
8
8
|
<title>KKK Config</title>
|
|
9
|
-
<script type="module" crossorigin src="/kkk/assets/assets/index-
|
|
9
|
+
<script type="module" crossorigin src="/kkk/assets/assets/index-DU0mjeqO.js"></script>
|
|
10
10
|
<link rel="stylesheet" crossorigin href="/kkk/assets/assets/index-hQel6cUs.css">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "karin-plugin-kkk",
|
|
3
|
-
"version": "2.36.
|
|
3
|
+
"version": "2.36.3",
|
|
4
4
|
"description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"karin",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"registry": "https://registry.npmjs.org"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@ikenxuan/qrcode": "1.
|
|
62
|
-
"@ikenxuan/watermark": "1.
|
|
61
|
+
"@ikenxuan/qrcode": "1.4.0",
|
|
62
|
+
"@ikenxuan/watermark": "1.3.0",
|
|
63
63
|
"fingerprint-injector": "^2.1.82"
|
|
64
64
|
},
|
|
65
65
|
"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-07-07T02:03:08.432Z"
|
|
93
93
|
}
|