Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
- nextStep() was allowing currentStep to reach steps.length (6), past the last step index (5), showing "步骤 7/6:" with empty content area - On the last step, nextStep now triggers handleSubmit() directly instead of navigating to a phantom step 6 - Footer button condition changed: "完成" shows on last step instead of after it, keeping error/success messages visible - Added error logging in catch block (was silently swallowing errors)
Tauri + React + Typescript
This template should help get you started developing with Tauri, React and Typescript in Vite.