karin-plugin-kkk 2.36.1 → 2.36.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/CHANGELOG.md +43 -29
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/main.js +472 -181
- package/lib/core_chunk/rolldown-runtime.js +1 -1
- package/lib/core_chunk/vendor.js +8112 -7769
- package/lib/karin-plugin-kkk.css +606 -125
- package/lib/web/assets/CronEditor-BrSMQ7Wt.js +1 -0
- package/lib/web/assets/DesktopLayout-D42mvBB3.js +1 -0
- package/lib/web/assets/MobileLayout-CsGZCHOX.js +1 -0
- package/lib/web/assets/ThemeSwitch-CehenZXq.js +1 -0
- package/lib/web/assets/{index-2paV9T2e.css → index-hQel6cUs.css} +1 -1
- package/lib/web/assets/index-xT9tCQxI.js +47 -0
- package/lib/web/assets/separator-0i510i92.js +1 -0
- package/lib/web/index.html +2 -2
- package/package.json +2 -2
- package/lib/web/assets/CronEditor-DLELr4UG.js +0 -1
- package/lib/web/assets/DesktopLayout-DMqLKe0d.js +0 -1
- package/lib/web/assets/MobileLayout-Dq6Ng8rW.js +0 -1
- package/lib/web/assets/ThemeSwitch-C9X8kWTm.js +0 -1
- package/lib/web/assets/index-DhbVGvm8.js +0 -47
- package/lib/web/assets/separator-D6lAHrvZ.js +0 -1
|
@@ -30,6 +30,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
30
30
|
value: mod,
|
|
31
31
|
enumerable: true
|
|
32
32
|
}) : target, mod));
|
|
33
|
-
var __require = /*
|
|
33
|
+
var __require = /* #__PURE__ */ (() => createRequire(import.meta.url))();
|
|
34
34
|
//#endregion
|
|
35
35
|
export { __toESM as i, __exportAll as n, __require as r, __commonJSMin as t };
|