Skip to content

Commit b767b2d

Browse files
committed
fix: 更新版本号至2026-07-29并修正PRELOAD_RACE_DIAL环境变量逻辑
1 parent aea8b85 commit b767b2d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.1.20260729235734] - 2026-07-29 23:57:34
2+
3+
### Change
4+
5+
- 修正 **PRELOAD_RACE_DIAL** 环境变量逻辑:默认值由 `true` 改为 `false`(默认**关闭**预加载竞速拨号),设置 `1` 或 `true` 则**开启**;同步修正 README 中该变量的说明。[提交](https://github.com/cmliu/edgetunnel/commit/aea8b85688ef6066116af551cfd5e6fd2ce77567)
6+
17
## [2.1.20260724150359] - 2026-07-24 15:03:59
28

39
### Change

_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const Version = '2026-07-24 15:03:59';
1+
const Version = '2026-07-29 23:57:34';
22
let config_JSON, 缓存SOCKS5白名单 = null, 调试日志打印 = false;
33
let SOCKS5白名单 = ['*tapecontent.net', '*cloudatacdn.com', '*loadshare.org', '*cdn-centaurus.com', 'scholar.google.com'];
44
const Pages静态页面 = 'https://edt-pages.github.io';

0 commit comments

Comments
 (0)