1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-04-16 03:42:48 +08:00

Compare commits

...

8 Commits

Author SHA1 Message Date
Tangcong
6340634ea1 Merge 005fe03104 into 394a36fafd 2024-11-05 10:53:48 +08:00
2024
394a36fafd 1 2024-11-05 07:48:55 +08:00
2024
98331ae182 1 2024-11-05 06:48:52 +08:00
6dylan6
dfa5625315 Merge pull request #570 from kkwwang/patch-1
1
2024-11-04 23:40:25 +08:00
6dylan6
34184d4e81 Update jdCookie.js 2024-11-04 23:39:10 +08:00
云声
9b4ef9d439 多个大括号 2024-11-01 08:22:10 +08:00
云声
b78a2abe1e 全局代理池增加排除列表
使用NO_PROXY环境变量排除全局代理池列表
2024-10-30 09:35:57 +08:00
Tangcong
005fe03104 提交测试
点击右上角绿色按钮 "Commit changes..."。对于提交,您可以输入简短文字来描述您所做的更改。 此信息可帮助其他人了解您的提交中包含的内容。 GitHub 提供了一个简单的默认描述,但让我们稍微更改一下以进行练习。 首先,在第一个标题为“提交消息”的文本输入字段中输入 Add PROFILE.md。
2024-10-22 10:34:12 +08:00
5 changed files with 24 additions and 3 deletions

1
PROFILE.md Normal file
View File

@@ -0,0 +1 @@
Welcome to my GitHub profile!

View File

@@ -78,6 +78,7 @@ if (process.env.DP_POOL) {
try {
require("global-agent/bootstrap");
global.GLOBAL_AGENT.HTTP_PROXY = process.env.DP_POOL;
global.GLOBAL_AGENT.NO_PROXY = '127.0.0.1,localhost';
console.log(`\n---------------使用代理池模式---------------\n`);
} catch {
throw new Error(`请安装global-agent依赖才能启用代理`);

7
jd_3c_task.js Normal file

File diff suppressed because one or more lines are too long

12
jd_dplh1105.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long