violettools
|
45190564aa
|
docs: add UUID requirement notes to functions that don't need it
|
2026-01-23 13:14:30 +08:00 |
|
violettools
|
aa1b608ba6
|
fix: indentation errors in browser.py, parameter name in mirror.py, update test files
|
2026-01-23 13:08:13 +08:00 |
|
violettools
|
3d4ed081bd
|
feat: AsyncSession support two_proxy for HTTP requests, improved /proxy API
|
2026-01-23 12:57:19 +08:00 |
|
violettools
|
f4afd7c20e
|
feat: add /proxy API route for AsyncSession support (v1.8.6)
|
2026-01-23 12:35:09 +08:00 |
|
violettools
|
1b7c1c17ea
|
fix: indentation errors in vless_client.py causing httpx.ConnectError (v1.8.6)
|
2026-01-23 12:24:48 +08:00 |
|
violettools
|
cb2b244759
|
feat: add ProxyIP config section, update .gitignore to exclude wrangler configs
|
2026-01-23 11:31:08 +08:00 |
|
violettools
|
c6e9430a78
|
feat: add ProxyIP config, remove config files from git, update .gitignore
|
2026-01-23 11:15:33 +08:00 |
|
violettools
|
7851c6b84e
|
v1.8.5: page config mode
|
2026-01-23 10:56:05 +08:00 |
|
violettools
|
68b40c321e
|
docs: add proxy parameters comparison (cf_proxies vs proxies vs two_proxy)
|
2026-01-23 01:31:26 +08:00 |
|
violettools
|
62924fdbcf
|
v1.8.5: fix multiple bugs in Session and StealthSession
|
2026-01-23 00:46:53 +08:00 |
|
violettools
|
ec240a04b9
|
ui: improve two-proxy hint when not configured
|
2026-01-22 22:33:30 +08:00 |
|
violettools
|
9dc1875597
|
fix: distinguish WARP exit link from two-proxy link
|
2026-01-22 21:46:21 +08:00 |
|
violettools
|
366f8cf931
|
docs: 娣诲姞 Novproxy 浠g悊IP鎺ㄨ崘鍜?DNSHE 鍏嶈垂鍩熷悕鎺ㄨ崘
|
2026-01-22 21:39:45 +08:00 |
|
violettools
|
d7e450b165
|
docs: add real test results for two-proxy in China network
|
2026-01-22 18:44:09 +08:00 |
|
violettools
|
0e56c7a224
|
docs: clarify two-proxy for bypassing direct connection issues in China
|
2026-01-22 17:42:17 +08:00 |
|
violettools
|
5da73175ec
|
v1.8.4: Add two-proxy support for custom exit IP region
|
2026-01-22 17:22:28 +08:00 |
|
violettools
|
fffb675838
|
docs: add detailed CFspider vs WARP comparison with code examples
|
2026-01-22 11:39:20 +08:00 |
|
violettools
|
e6bce3532a
|
docs: add WARP client comparison table
|
2026-01-22 11:33:51 +08:00 |
|
violettools
|
4a620631bb
|
docs: update version references to v1.8.3 and add IP region explanation
|
2026-01-22 11:31:40 +08:00 |
|
violettools
|
06281fcab4
|
feat(ui): redesign Workers interface with improved VLESS display and privacy
|
2026-01-22 09:58:32 +08:00 |
|
violettools
|
2e434de455
|
docs: add acknowledgement for edgetunnel VLESS implementation
|
2026-01-22 09:48:23 +08:00 |
|
violettools
|
dc25c3c67a
|
docs: update to v1.8.3, add static_ip and v2ray IP mechanism
|
2026-01-22 01:49:12 +08:00 |
|
violettools
|
5dfab7f1a3
|
release: v1.8.3 - add static_ip parameter
|
2026-01-22 01:42:42 +08:00 |
|
violettools
|
1ffaf83adb
|
docs: add static_ip parameter to documentation
|
2026-01-22 01:33:37 +08:00 |
|
violettools
|
1b0952d687
|
feat: add static_ip parameter for fixed IP mode
|
2026-01-22 01:23:36 +08:00 |
|
violettools
|
df6427002f
|
docs: improve get() function docstring formatting
|
2026-01-22 00:45:14 +08:00 |
|
Claude
|
8e94cf05f8
|
更新文档
|
2026-01-21 23:31:30 +08:00 |
|
Claude
|
f01d0822cd
|
docs: update Claude contribution description
|
2026-01-21 23:29:55 +08:00 |
|
Claude
|
063165ce04
|
docs: update Claude contribution description
|
2026-01-21 23:13:58 +08:00 |
|
violettools
|
b24fa495cb
|
docs: add contributors graph link
|
2026-01-21 23:11:38 +08:00 |
|
violettools
|
87a12228cf
|
docs: add violettoolssite and pooneyy to contributors
|
2026-01-21 23:09:26 +08:00 |
|
violettools
|
0fb48c368a
|
docs: remove emojis and add contributors section
|
2026-01-21 23:01:29 +08:00 |
|
test01
|
3f945217cd
|
docs: add v2ray/Xray client support documentation
|
2026-01-21 22:38:53 +08:00 |
|
test01
|
f204a54794
|
docs: update README for v1.8.2 VLESS architecture
|
2026-01-21 22:36:04 +08:00 |
|
test01
|
13134fcfc6
|
Merge remote changes
|
2026-01-21 22:06:10 +08:00 |
|
test01
|
696ddf43ea
|
v1.8.2: Simplified API, UUID security enhancement, auto new IP
- Simplified API: Only Workers URL needed, auto-fetch UUID config
- UUID security: Custom UUID not exposed in /api/config, requires manual uuid parameter
- Default UUID warning: Shows security warning when using default UUID
- Auto new IP: Each request automatically gets new exit IP
- Dynamic code examples: Workers UI shows correct Python code based on UUID config
- Updated README with UUID configuration guide
|
2026-01-21 22:04:07 +08:00 |
|
violet
|
73e9f96c55
|
Merge pull request #3 from pooneyy/fix/issue#2
fix(workers): 修复在使用隐身模式时请求头携带默认请求头的问题
|
2026-01-13 08:52:00 +08:00 |
|
violet
|
2b33fb2fef
|
Merge pull request #4 from pooneyy/fix/23d25a8
fix(export): 修复 SQL 插入语句的引号转义问题
|
2026-01-13 07:52:38 +08:00 |
|
pooneyy
|
23d25a89cf
|
fix(export): 修复 SQL 插入语句的引号转义问题
- 将单行 SQL 字符串改为三引号,避免内部双引号转义错误(<python3.12)
|
2026-01-12 21:07:00 +08:00 |
|
pooneyy
|
feae064d30
|
refactor(workers): 优化header名称格式化逻辑
- 将header名称从kebab-case转换为Pascal-Case
|
2026-01-12 18:31:10 +08:00 |
|
test01
|
8565e30475
|
添加完整部署演示视频和 Git LFS 配置
|
2026-01-09 18:56:16 +08:00 |
|
test01
|
cedb8c96a7
|
添加代码演示GIF
|
2026-01-09 18:43:47 +08:00 |
|
test01
|
fefb628798
|
添加代码演示
|
2026-01-09 18:41:35 +08:00 |
|
test01
|
636aa05709
|
更新 README:添加代码演示视频链接
|
2026-01-09 02:57:09 +08:00 |
|
test01
|
0da21abe88
|
更新 README:添加代码演示视频链接
|
2026-01-09 02:53:52 +08:00 |
|
test01
|
bc197a866d
|
更新 README:添加代码演示视频链接
|
2026-01-09 02:52:20 +08:00 |
|
test01
|
e5bc249b7d
|
更新 README:添加代码演示视频链接
|
2026-01-09 02:49:41 +08:00 |
|
test01
|
6d768ab3fb
|
更新 README:添加代码演示视频链接
|
2026-01-09 02:46:30 +08:00 |
|
test01
|
fd02944ef8
|
更新 README:添加代码演示视频链接
|
2026-01-09 02:44:58 +08:00 |
|
test01
|
ae4da03079
|
Merge branch 'main' of https://github.com/violettoolssite/CFspider
|
2026-01-09 02:42:52 +08:00 |
|