This commit is contained in:
949036910@qq.com
2026-05-27 20:53:49 +08:00
parent 8fc42958c3
commit 2ed1d98f6c
2 changed files with 14 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
# 开发默认走 Vite 代理 /api -> http://127.0.0.1:8001
# VITE_API_BASE_URL=http://127.0.0.1:8001/api/v1
VITE_API_BASE_URL=http://81.70.234.81:8001/api/v1
# Tauri Rust 请求后端基址(拉取 appConfig、脚本等
# AICLIENT_API_BASE=http://127.0.0.1:8001
AICLIENT_API_BASE=http://81.70.234.81:8001
# ffmpeg抖音流水线提音频必需放入 src-tauri/binaries/ffmpeg.exe 或设置绝对路径
# AICLIENT_FFMPEG_PATH=C:/path/to/ffmpeg.exe