Commit Graph

199 Commits

Author SHA1 Message Date
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
test01
59fe4c6bea 数据处理功能更新 2026-01-09 02:40:26 +08:00
test01
32cdf949f3 修复 Workers 页面 API 调用 401 错误
- 前端从 URL 参数获取 token 并传递给 API
- 从首页发起的 /api/pool 和 /api/proxyip 请求跳过 token 验证
- 更新版本号到 1.8.0 并添加更多代码示例
2026-01-09 00:36:06 +08:00
test01
e78d1762d8 更新所有页面版本号到 v1.8.0,添加数据提取和批量请求功能介绍 2026-01-08 23:29:24 +08:00
test01
7ffe7b333f v1.8.0: 添加数据提取和批量请求功能
新增功能:
- extract.py: CSS/XPath/JSONPath 数据提取
- export.py: JSON/CSV/Excel/SQLite 导出
- batch.py: 批量请求、并发控制、进度条
- Response 集成 find/pick/save 方法
- CLI 添加 get/post/batch 命令
- 可选依赖组 [extract][xpath][excel][all]

更新文档和版本号
2026-01-08 23:14:52 +08:00
test01
9bd209b6de 添加动态IP池说明 2026-01-08 00:15:12 +08:00
test01
047197f79a 添加动态IP池说明 2026-01-07 22:55:21 +08:00
test01
e0468179a8 添加动态IP池说明 2026-01-07 20:19:01 +08:00
test01
2eff2c4fb1 star图 2026-01-07 16:34:39 +08:00
test01
c97e41a425 star图 2026-01-07 16:31:47 +08:00
test01
40d0759291 娣诲姞 Token 閴存潈鍔熻兘
- Workers 绔細娣诲姞 token 楠岃瘉閫昏緫锛屾敮鎸佷粠鐜鍙橀噺璇诲彇 token 鍒楄〃
- Python 瀹㈡埛绔細鎵€鏈?API 鍑芥暟鍜?Session 绫绘坊鍔?token 鍙傛暟鏀寔
- 鏂囨。锛氭洿鏂?README.md 鍜?pages/api.html锛屾坊鍔?token 閰嶇疆璇存槑
2026-01-07 12:03:25 +08:00
test01
61ead9c4ef docs: 在 README.md 中添加 Workers 部署界面和官网首页截图 2026-01-06 20:48:43 +08:00
test01
5d9700c54c docs: 在 README.md 中添加 Workers 部署界面和官网首页截图 2026-01-06 18:36:30 +08:00
test01
5b96d1ec0b docs: 在 README.md 中添加 Workers 部署界面和官网首页截图 2026-01-06 18:33:24 +08:00
test01
49651cc38f fix: use modern pyproject.toml only, remove setup.py 2026-01-06 11:48:15 +08:00
test01
1d51a45244 fix: remove pyproject.toml, use setup.py only for compatibility 2026-01-06 11:46:24 +08:00
test01
50d3457cba fix: simplify pyproject.toml for better pip compatibility 2026-01-06 11:43:06 +08:00
test01
a111b171a3 fix: simplify setup.py for pip install from git 2026-01-06 11:40:15 +08:00
test01
c28bfefabe docs: remove zhihu article 2026-01-06 11:14:54 +08:00
test01
26c5c84caf feat: add cfspider library source code 2026-01-06 11:14:04 +08:00