koishi-plugin-quark-search 1.0.0 → 1.1.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/lib/index.d.ts +0 -22
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
|
@@ -1,28 +1,6 @@
|
|
|
1
1
|
import { Context, Schema } from 'koishi';
|
|
2
2
|
export declare const name = "quark-search";
|
|
3
3
|
export interface Config {
|
|
4
|
-
searchApiUrl: string;
|
|
5
|
-
searchApiMethod: 'GET' | 'POST';
|
|
6
|
-
searchApiParams: string;
|
|
7
|
-
searchApiHeaders: string;
|
|
8
|
-
searchResultPath: string;
|
|
9
|
-
searchTitleField: string;
|
|
10
|
-
searchUrlField: string;
|
|
11
|
-
enableBackupApi: boolean;
|
|
12
|
-
backupApiUrl: string;
|
|
13
|
-
backupApiMethod: 'GET' | 'POST';
|
|
14
|
-
backupApiParams: string;
|
|
15
|
-
backupApiHeaders: string;
|
|
16
|
-
backupResultPath: string;
|
|
17
|
-
backupTitleField: string;
|
|
18
|
-
backupUrlField: string;
|
|
19
|
-
quarkCookie: string;
|
|
20
|
-
saveFolderId: string;
|
|
21
|
-
expiredType: number;
|
|
22
|
-
enableAdFilter: boolean;
|
|
23
|
-
deleteKeywords: string[];
|
|
24
|
-
replaceRules: Record<string, string>;
|
|
25
|
-
scanDepth: number;
|
|
26
4
|
watchGroups: string[];
|
|
27
5
|
limit: number;
|
|
28
6
|
sessionTimeout: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-quark-search",
|
|
3
|
-
"description": "
|
|
4
|
-
"version": "1.
|
|
3
|
+
"description": "电影电视剧夸克网盘资源搜索插件",
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"koishi": {
|
|
23
23
|
"description": {
|
|
24
|
-
"zh": "
|
|
24
|
+
"zh": "电影电视剧夸克网盘资源搜索插件"
|
|
25
25
|
},
|
|
26
26
|
"service": {
|
|
27
27
|
"required": [
|