Skip to content

Commit 96cbde6

Browse files
author
Taois
committed
add: drpy2适配文件
1 parent 52b203a commit 96cbde6

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

drpy2-quickjs/T5本地node.zip

13.6 KB
Binary file not shown.

drpy2-quickjs/drpy-fast.7z

85.3 KB
Binary file not shown.

drpy2-quickjs/libs.zip

15.8 KB
Binary file not shown.

drpy2-quickjs/quickjs.zip

417 KB
Binary file not shown.
4.18 MB
Binary file not shown.

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {join, basename, dirname, resolve, relative} from 'path';
44
import url from 'url';
55

66
// 要排除的目录列表
7-
const EXCLUDE_DIRS = ['.git', '.idea', 'soft', 'examples', 'apps/cat', 'plugins/pvideo', 'plugins/req-proxy', 'plugins/pup-sniffer', 'plugins/mediaProxy', 'pyTools', 'drop_code', 'local', 'logs', '对话1.txt', 'vod_cache', 'data/mv', 'drpy-node-mcp', 'drpy-node-bundle'];
7+
const EXCLUDE_DIRS = ['.git', '.idea', 'soft', 'examples', 'apps/cat', 'plugins/pvideo', 'plugins/req-proxy', 'plugins/pup-sniffer', 'plugins/mediaProxy', 'pyTools', 'drop_code', 'local', 'logs', '对话1.txt', 'vod_cache', 'data/mv', 'drpy-node-mcp', 'drpy-node-bundle', 'drpy2-quickjs'];
88

99
// 要排除的文件列表
1010
const EXCLUDE_FILES = ['config/env.json', '.env', '.claude', 'clipboard.txt', 'clipboard.txt.bak', '.plugins.js', 'yarn.lock', 't4_daemon.pid', 'spider/js/UC分享.js', 'spider/js/百忙无果[官].js', 'spider/catvod/mtv60w[差].js', 'json/UC分享.json', 'jx/_30wmv.js', 'jx/奇奇.js', 'jx/芒果关姐.js', 'data/settings/link_data.json', 'index.json', 'custom.json'];

package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'pyTools', 'drop_code',
1010
'local', 'logs',
1111
'对话1.txt',
12-
'vod_cache', 'data/mv', 'drpy-node-mcp', 'drpy-node-bundle']
12+
'vod_cache', 'data/mv', 'drpy-node-mcp', 'drpy-node-bundle', 'drpy2-quickjs']
1313

1414
# 要排除的文件列表
1515
EXCLUDE_FILES = ['config/env.json', '.env', '.claude', 'clipboard.txt', 'clipboard.txt.bak', '.plugins.js', 'yarn.lock',

0 commit comments

Comments
 (0)