feat: 添加代理隧道连接失败的重试机制

refactor(crawler): 在各爬虫服务中实现代理错误重试逻辑
feat(uni-app): 新增投标项目查看器的uni-app版本
This commit is contained in:
dmy
2026-01-15 14:03:46 +08:00
parent 37200aa115
commit 20c7c0da0c
31 changed files with 1693 additions and 12 deletions

8
uni-app-version/.env Normal file
View File

@@ -0,0 +1,8 @@
# API 配置
VITE_API_BASE_URL=http://localhost:3000
# 应用配置
VITE_APP_TITLE=投标项目查看器`nVITE_APP_VERSION=1.0.0
# 刷新间隔(毫秒)
VITE_AUTO_REFRESH_INTERVAL=300000