Skip to content

Commit 1a13d7d

Browse files
committed
fix: 更新版本号至2026-08-11 14:45:22,并优化CHANGELOG以反映上行传输的改进
1 parent c3c3f4a commit 1a13d7d

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.20260811144522] - 2026-08-11 14:45:22
2+
3+
### Change
4+
5+
- 优化 **XHTTP** 上行传输:新增数据合包机制,小块数据合并后再统一发送,减少小包频繁写入,降低资源开销,大文件上传更流畅。
6+
17
## [2.1.20260810030901] - 2026-08-10 03:09:01
28

39
### ADD

_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const Version = '2026-08-10 03:09:01';
1+
const Version = '2026-08-11 14:45:22';
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)