karin-plugin-kkk 2.36.1 → 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 +60 -29
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/main.js +488 -192
- package/lib/core_chunk/rolldown-runtime.js +1 -1
- package/lib/core_chunk/template.d.mts +1 -1
- package/lib/core_chunk/vendor.js +8176 -7833
- package/lib/karin-plugin-kkk.css +606 -125
- package/lib/web/assets/CronEditor-rHmpAxFj.js +1 -0
- package/lib/web/assets/DesktopLayout-Cr5ZibGs.js +1 -0
- package/lib/web/assets/MobileLayout-WN2r3MCa.js +1 -0
- package/lib/web/assets/ThemeSwitch-DMmlpRk7.js +1 -0
- package/lib/web/assets/index-DU0mjeqO.js +47 -0
- package/lib/web/assets/{index-2paV9T2e.css → index-hQel6cUs.css} +1 -1
- package/lib/web/assets/separator-DSAWGreF.js +1 -0
- package/lib/web/index.html +2 -2
- package/package.json +4 -4
- 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 };
|
|
@@ -1810,7 +1810,7 @@ declare namespace WebSocket {
|
|
|
1810
1810
|
}
|
|
1811
1811
|
}
|
|
1812
1812
|
//#endregion
|
|
1813
|
-
//#region ../../node_modules/.pnpm/node-karin@1.16.
|
|
1813
|
+
//#region ../../node_modules/.pnpm/node-karin@1.16.2/node_modules/node-karin/dist/index.d.ts
|
|
1814
1814
|
//#endregion
|
|
1815
1815
|
//#region src/types/adapter/info.d.ts
|
|
1816
1816
|
/**
|