fix: 更换后端端口 9949 -> 18080 解决 Windows 绑定权限问题
- 修改后端默认端口为 18080 - 更新前端 API 配置支持新端口 - 更新启动/停止脚本端口配置 - 添加 .env 配置文件
This commit is contained in:
@@ -15,7 +15,7 @@ class Settings(BaseSettings):
|
||||
db_path: str = "db/proxies.sqlite"
|
||||
|
||||
# API 服务配置
|
||||
host: str = "0.0.0.0"
|
||||
host: str = "127.0.0.1"
|
||||
port: int = 9949
|
||||
|
||||
# 验证器配置
|
||||
|
||||
Reference in New Issue
Block a user