mirror of
https://github.com/woodchen-ink/proxy-go.git
synced 2025-07-18 08:31:55 +08:00
- 在配置中添加新的扩展名规则支持,允许用户定义文件扩展名与目标URL的映射 - 优化配置加载逻辑,确保路径配置的扩展名规则在初始化时得到处理 - 更新前端配置页面,支持添加、编辑和删除扩展名规则 - 增强错误处理和用户提示,确保用户体验流畅
39 lines
656 B
Plaintext
39 lines
656 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
proxy-go
|
|
proxy-go-*
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
vendor/
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
web/node_modules/
|
|
web/dist/
|
|
data/config.json
|
|
kaifa.md
|
|
.cursor
|
|
data/cache/config.json
|
|
data/mirror_cache/config.json
|
|
data/metrics/latency_distribution.json
|
|
data/metrics/metrics.json
|
|
data/metrics/path_stats.json
|
|
data/metrics/referer_stats.json
|
|
data/metrics/status_codes.json
|
|
data/config.example.json
|
|
data/config.json
|
|
.env
|