Update README.md to include sequence diagram reference for smoking tracking app

- Added a new section in README.md to reference the sequence diagram located in `docs/smoke/SEQUENCE.md`, enhancing documentation for the application's front-end flow.
This commit is contained in:
nepiedg
2026-01-20 07:28:43 +00:00
parent 6cf7eb2294
commit 53531905d2
2 changed files with 148 additions and 0 deletions
+4
View File
@@ -2,6 +2,10 @@
本小程序用于记录抽烟情况(日期、原因、烟瘾程度、数量等)。
## 时序图(前端流程)
见:`docs/smoke/SEQUENCE.md`
## 依赖
- 公共登录与认证:`docs/common/auth.md`