mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-05-06 20:42:52 +08:00
- 将后端端口从8000 修改为 8483 - 更新前端请求基础 URL 以匹配新的后端端口 - 优化后端打包脚本,确保 .env 文件正确复制和清理 - 修改后端主程序和请求工具中的端口配置
2 lines
63 B
Plaintext
2 lines
63 B
Plaintext
VITE_API_BASE_URL=http://127.0.0.1:8483/api
|
|
VITE_PLATFORM=tauri |