docs: 在 README.md 中添加 Workers 部署界面和官网首页截图

This commit is contained in:
test01
2026-01-06 18:33:24 +08:00
parent 49651cc38f
commit 5b96d1ec0b
4 changed files with 6 additions and 0 deletions

View File

@@ -189,6 +189,8 @@ Cloudflare Workers 免费版每日 100,000 请求,无需信用卡,无需付
4. `workers.js` 代码粘贴到编辑器中
5. 点击 Deploy
![Workers 部署界面](workers.png)
部署完成后你将获得一个 Workers 地址 `https://xxx.username.workers.dev`
如需自定义域名可在 Worker Settings Triggers Custom Domain 中添加
@@ -1311,4 +1313,7 @@ Apache License 2.0
- GitHub: https://github.com/violettoolssite/CFspider
- PyPI: https://pypi.org/project/cfspider/
- 官网: https://spider.violetteam.cloud
![官网首页](pages.png)
- edgetunnel: https://github.com/cmliu/edgetunnel

BIN
pages.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB

View File

@@ -38,3 +38,4 @@ Repository = "https://github.com/violettoolssite/CFspider"
[tool.setuptools.packages.find]
include = ["cfspider*"]

BIN
workers.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB