feat: add Husky hooks and fix provider tutorial UI/logic

- Add Husky pre-commit and pre-push hooks for linting, type checking, and build validation
- Fix visual hierarchy bug in the provider onboarding tutorial
- Remove feedback modal
- Move MinIO bucket creation logic to before app startup
- Wire MiniMax audio through voice generation pipeline
- Fix scene insertion issues
- Fix portal tutorial modal and harden panel variant task flow
This commit is contained in:
saturn
2026-03-09 02:42:35 +08:00
parent 881ed44996
commit fba480ae6e
34 changed files with 721 additions and 247 deletions

View File

@@ -2,8 +2,8 @@
"workspace": "工作区",
"assetHub": "资产中心",
"profile": "设置中心",
"downloadLogs": "下载日志",
"signin": "登录",
"signup": "注册",
"logout": "退出登录",
"feedback": "Bug 反馈 / 加入群聊"
}
"logout": "退出登录"
}

View File

@@ -126,6 +126,7 @@
"visualStyle": "视觉风格",
"visualStyleHint": "根据受众选择画面风格,例如:真人风格适合写实剧情,动漫风格适合二次元内容",
"currentConfigSummary": "当前配置:{ratio} · {style},后续生成都会使用此组合",
"assetLibraryRatioNote": "资产库比例不受影响",
"moreConfig": "更多配置请点击右上角「 配置」按钮",
"narration": {
"title": "启用旁白配音",

View File

@@ -120,9 +120,7 @@
"storyToScriptSubtitle": "Story To Script V2",
"scriptToStoryboardSubtitle": "Script To Storyboard V2",
"stop": "停止",
"minimize": "最小化",
"copyErrorDetail": "复制错误详情",
"openFeedbackForm": "打开问题反馈表单"
"minimize": "最小化"
},
"streamStep": {
"analyzeCharacters": "角色分析",