docs: 整理 runtime 系列文档,修正 API 端点名称

This commit is contained in:
qzl
2026-03-02 10:55:46 +08:00
parent c3192a2431
commit 2ac56e5084
9 changed files with 350 additions and 172 deletions
+11
View File
@@ -121,3 +121,14 @@ AppBanner(message: '请检查输入', type: ToastType.warning)
- Use `AppBanner` for persistent inline messages (form errors)
- DO NOT create custom SnackBar, Dialog, or Banner components
- DO NOT use raw `ScaffoldMessenger`
## App Debugging
**DO NOT automatically start Flutter app debugging.**
After completing code changes, inform the user to manually run:
```bash
flutter run --dart-define=MOCK_API=true -d emulator-5554
```
Let the user control when to launch the app for testing.