docs: 补充 Flutter 热重载快捷键说明

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-04-08 08:47:57 +08:00
parent a44b536c39
commit 5f8e7cfa7e
+10
View File
@@ -127,6 +127,16 @@ sh scripts/dev.sh seed S001
# http://localhost:8888 服务器:mysql 用户:root 密码:password 库:jiu_db
```
### Flutter 热重载
在运行 `flutter run` 的终端中:
| 按键 | 效果 |
|------|------|
| `r` | 热重载(Hot Reload)— 保留状态,秒级生效,适合 UI 调整 |
| `R` | 热重启(Hot Restart)— 重置状态,完整重建,适合逻辑变更 |
| `q` | 退出 |
### 仅开发后端时
```bash