chore: 统一开发服务器端口为 13098

- 更新 .env.example、env.ts、vite.config.ts 默认端口
- 同步更新 sidecar.rs Rust 端口常量
- 更新 README、AGENTS.md 等文档中的端口引用
This commit is contained in:
2026-01-27 11:10:21 +08:00
parent d22a0f8d69
commit f2db4bff9d
7 changed files with 24 additions and 23 deletions

View File

@@ -1,2 +1,3 @@
TOKEN_USAGE_URL=http://10.0.1.1:8318/usage
PROJECT_SERVER_PORT=3214
TOKEN_USAGE_URL=http://10.0.1.1:8318/api/usage/model
PROJECT_SERVER_PORT=13098
# 不要更改