mirror of
https://github.com/violettoolssite/CFspider.git
synced 2026-04-05 11:29:03 +08:00
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
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -25,4 +25,18 @@ obfuscate_pages.py
|
||||
obfuscate_config.json
|
||||
|
||||
#示例文件
|
||||
examples/
|
||||
examples/
|
||||
|
||||
#视频生成脚本
|
||||
create_video.py
|
||||
temp_obfuscate.js
|
||||
|
||||
#视频文件(排除普通版本,保留高亮模糊版本)
|
||||
media/videos/1080p60/CameraFollowCursorCVScene.mp4
|
||||
# 允许提交高亮模糊版本
|
||||
!media/videos/1080p60/CameraFollowCursorCV.mp4
|
||||
|
||||
#视频文件目录
|
||||
media/images/
|
||||
media/text/
|
||||
media/videos/1080p60/partial_movie_files/
|
||||
|
||||
Reference in New Issue
Block a user