Update algorithm and API documentation for smoking tracking app

- Enhanced the algorithm documentation to clarify the calculation of smoking intervals, including default values and edge cases.
- Updated API documentation to reflect changes in response formats, including the addition of `exceeded_yesterday` and adjustments to time formatting to RFC3339.
- Improved descriptions of user profile management and AI suggestions in the product documentation, ensuring consistency across all related files.
- Removed outdated sequence diagram and UI documentation files to streamline project resources.
This commit is contained in:
nepiedg
2026-01-25 08:51:25 +00:00
parent b67dc32369
commit f80c3e8f45
9 changed files with 62 additions and 402 deletions
+2 -6
View File
@@ -2,14 +2,10 @@
本小程序用于记录抽烟情况(日期、原因、烟瘾程度、数量等)。
## 时序图(前端流程)
见:`docs/smoke/SEQUENCE.md`
## 产品与 UI 文档
## 产品与流程文档
- 产品说明(PRD):`docs/smoke/PRODUCT.md`
- UI/UX 设计说明`docs/smoke/UI.md`
- 算法与 AI 策略`docs/smoke/ALGORITHM.md`
## 依赖