Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
# 生产环境: https://two-sum.YOUR-SUBDOMAIN.workers.dev/api/push
WORKER_API=http://localhost:8787/api/push

# API 密钥(需要与 Worker 中配置的一致)
API_KEY=dev-secret-key-2024
# ja3 Proxy 地址
PROXY_URL=http://localhost:8081
PROXY_API_KEY=proxy_secret-key-2024
33 changes: 0 additions & 33 deletions .github/workflows/collect.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ node_modules/
.DS_Store
dist/
.cache/
*.ps1
CLAUDE.md
.workbuddy/

# Wrangler local state
.mf/
Loading