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:
@@ -55,10 +55,13 @@ docker compose up -d
|
||||
|
||||
```bash
|
||||
docker compose down -v
|
||||
docker rmi ghcr.io/saturndec/waoowaoo:latest
|
||||
curl -O https://raw.githubusercontent.com/saturndec/waoowaoo/main/docker-compose.yml
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
> 启动后请**清空浏览器缓存**并重新登录,避免旧版本缓存导致异常。
|
||||
|
||||
### 方式二:克隆仓库 + Docker 构建(完全控制)
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user