新增 生成过程中可以中断;

新增 生成结果上传到OSS;
新增 历史记录使用上传后的图片;
This commit is contained in:
yuantao
2025-09-15 18:30:50 +08:00
parent e325d0fc8d
commit bda049fcd1
7 changed files with 443 additions and 149 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# 访问令牌
VITE_ACCESS_TOKEN=your_access_token_here
# Gemini API密钥
VITE_GEMINI_API_KEY=your_gemini_api_key_here
# 远程资源路径
VITE_UPLOAD_ASSET_URL=''