Commit Graph

135 Commits

Author SHA1 Message Date
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
test01
17b26c4fb4 docs: add Zhihu article for promotion 2026-01-06 11:12:30 +08:00
test01
31906b5eba docs: update title with full name and simplify description 2026-01-06 01:25:12 +08:00
test01
de600c0245 docs: add zhihu article for promotion 2026-01-05 16:45:49 +08:00
test01
a86adbe20e chore: add GitHub templates and update sitemap 2026-01-05 16:34:32 +08:00
test01
a13588775a fix: update version comments to v1.7.3 2026-01-05 15:34:55 +08:00
test01
f13b3b74d9 v1.7.3: add legal disclaimer and risk isolation 2026-01-05 15:32:08 +08:00
test01
585e18376a v1.7.2: fix MIT to Apache 2.0 in README 2026-01-05 14:33:07 +08:00
test01
686b4e44e2 v1.7.1: 娣诲姞鍚堣浣跨敤 vs 杩濊婊ョ敤璇︾粏瀵规瘮璇存槑 2026-01-05 12:09:24 +08:00
test01
94385ec002 v1.7.1: 瀹屽杽搴撲腑鐨勬彁绀烘枃瀛楀拰璇存槑鏂囨。 2026-01-05 11:57:18 +08:00
test01
38a949c124 v1.7.0: Add stealth mode - complete browser headers, session consistency, behavior simulation 2026-01-05 01:27:14 +08:00
test01
08cad58f46 v1.6.2: fix mirror VLESS compatibility 2026-01-04 22:59:58 +08:00
test01
92b69a75b0 v1.6.1: 鏇存敼璁稿彲璇佷负 Apache License 2.0 2026-01-04 19:05:29 +08:00
test01
acbfdd92c6 鍙戝竷 v1.6.0: 娣诲姞缃戦〉闀滃儚銆両P鍦板浘鍙鍖栥€乂LESS閾炬帴鏀寔 2026-01-04 18:08:07 +08:00
test01
8f24557296 Add mirror feature v1.6.0 2026-01-04 17:35:59 +08:00