chore(release): bump to v1.5.15

- 统一版本号管理(VERSION + scripts/bump-version.py)
- 添加 GitLab CI/CD 前端多平台构建配置
- 替换应用图标为品牌 logo
- 清理无效文件(tauri.svg, vite.svg, bg-config.json, audio/presets, .DS_Store)
- 修复 ESLint 错误和全部 warnings
- 清理 console.warn,保留 console.error
- 更新 Cargo.toml 元数据(description + authors)
- 更新 .gitignore(dist/, src-tauri/target/, binaries/)
- authStore appVersion 改为动态获取(getVersion)
- 修复 login 错误处理
- 将 FFmpeg sidecar 二进制移出 Git 跟踪(CI 构建时准备)
This commit is contained in:
小鱼开发
2026-05-14 23:32:45 +08:00
parent 8f99d0166b
commit de7a6b734f
99 changed files with 1069 additions and 1000 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# === 基础配置 ===
APP_NAME=美家卡智影 API
APP_VERSION=0.1.0
APP_VERSION=1.5.15
# ⚠️ 生产环境必须设为 false
DEBUG=true
ENV=development