This commit is contained in:
949036910@qq.com
2026-05-27 23:50:20 +08:00
parent 39f93bb09a
commit ea45d1cd47
3 changed files with 5 additions and 4 deletions

View File

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

1
.gitignore vendored
View File

@@ -34,3 +34,4 @@ src-tauri/resources/models/
src-tauri/resources/pythonruntimebackup/ src-tauri/resources/pythonruntimebackup/
src-tauri/resources/eSpeak/ src-tauri/resources/eSpeak/
root/yaoyan/yaoyan_admin/images/

View File

@@ -85,9 +85,9 @@ pub fn run() {
.parse() .parse()
.unwrap() .unwrap()
) )
} else {/root/yaoyan/yaoyan_admin/images/newyaoyan } else {
WebviewUrl::External( WebviewUrl::External(
"http://81.70.234.81/images/newyaoyan/index.html" "http://81.71.163.140/images/newyaoyan/index.html"
.parse() .parse()
.unwrap() .unwrap()
) )