karin-plugin-kkk 2.33.0 → 2.35.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 +846 -1163
- package/README.md +4 -5
- package/config/default_config/app.yaml +1 -1
- package/config/default_config/bilibili.yaml +2 -2
- package/config/default_config/config.json +136 -0
- package/config/default_config/cookies.yaml +2 -2
- package/config/default_config/douyin.yaml +3 -3
- package/config/default_config/kuaishou.yaml +1 -1
- package/config/default_config/pushlist.yaml +6 -6
- package/config/default_config/request.yaml +1 -1
- package/config/default_config/xiaohongshu.yaml +2 -2
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/amagi.d.mts +18 -18
- package/lib/core_chunk/amagi.js +1 -1
- package/lib/core_chunk/amagiClient.js +1 -1
- package/lib/core_chunk/main.js +707 -5704
- package/lib/core_chunk/template.d.mts +9 -6
- package/lib/core_chunk/vendor.js +4689 -2225
- package/lib/root.js +1 -1
- package/lib/web/assets/CronEditor-Cg5OQ1zE.js +1 -0
- package/lib/web/assets/DesktopLayout-R64EJDVu.js +1 -0
- package/lib/web/assets/MobileLayout-D45Q2A-w.js +2 -0
- package/lib/web/assets/ThemeSwitch-M2yTf191.js +1 -0
- package/lib/web/assets/index-Bz9RVG7l.js +28 -0
- package/lib/web/assets/index-C9k3Jf0p.css +2 -0
- package/lib/web/favicon.svg +1 -0
- package/lib/web/icons.svg +24 -0
- package/lib/web/index.html +15 -0
- package/package.json +28 -28
- package/resources/font/bilifont/font.css +3 -3
- package/resources/font/fansmedal-num/font.css +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import { A as RichTextDocument } from "./index-B2QgJ0_6.mjs";
|
|
3
|
-
import { EventEmitter } from "node:events";
|
|
3
|
+
import { EventEmitter as EventEmitter$1 } from "node:events";
|
|
4
4
|
import { AxiosRequestConfig, AxiosResponse } from "axios";
|
|
5
5
|
import React$1 from "react";
|
|
6
|
-
import { EventEmitter as EventEmitter$
|
|
6
|
+
import { EventEmitter as EventEmitter$2 } from "events";
|
|
7
7
|
import { Agent, ClientRequest, ClientRequestArgs, IncomingMessage, OutgoingHttpHeaders, Server } from "http";
|
|
8
|
+
import { Server as Server$1 } from "https";
|
|
8
9
|
import { createConnection } from "net";
|
|
9
10
|
import { SecureContextOptions } from "tls";
|
|
10
|
-
import { Server as Server$1 } from "https";
|
|
11
11
|
import { URL } from "url";
|
|
12
12
|
import { ZlibOptions } from "zlib";
|
|
13
13
|
|
|
@@ -1564,7 +1564,7 @@ type BufferLike = string | Buffer | DataView | number | ArrayBufferView | Uint8A
|
|
|
1564
1564
|
} | {
|
|
1565
1565
|
[Symbol.toPrimitive](hint: string): string;
|
|
1566
1566
|
}; // WebSocket socket.
|
|
1567
|
-
declare class WebSocket extends EventEmitter$
|
|
1567
|
+
declare class WebSocket extends EventEmitter$2 {
|
|
1568
1568
|
/** The connection is not yet open. */
|
|
1569
1569
|
static readonly CONNECTING: 0;
|
|
1570
1570
|
/** The connection is open and ready to communicate. */
|
|
@@ -1810,7 +1810,9 @@ declare namespace WebSocket {
|
|
|
1810
1810
|
}
|
|
1811
1811
|
}
|
|
1812
1812
|
//#endregion
|
|
1813
|
-
//#region ../../node_modules/.pnpm/node-karin@1.
|
|
1813
|
+
//#region ../../node_modules/.pnpm/node-karin@1.16.1/node_modules/node-karin/dist/index.d.ts
|
|
1814
|
+
//#endregion
|
|
1815
|
+
//#region src/types/adapter/info.d.ts
|
|
1814
1816
|
/**
|
|
1815
1817
|
* 适配器所属平台
|
|
1816
1818
|
* - `qq`: QQ
|
|
@@ -1891,7 +1893,8 @@ interface AdapterInfo$1 {
|
|
|
1891
1893
|
connectTime: number;
|
|
1892
1894
|
/** 鉴权秘钥 */
|
|
1893
1895
|
secret: string | null;
|
|
1894
|
-
}
|
|
1896
|
+
} //#endregion
|
|
1897
|
+
//#region src/types/event/account.d.ts
|
|
1895
1898
|
/**
|
|
1896
1899
|
* 适配器账号信息
|
|
1897
1900
|
*/
|