-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from Sanotsu/feat_ai_suggestion
feat: 引入零一万物AI大模型,饮食日志模块可使用AI对话形式来提供分析建议
- Loading branch information
Showing
82 changed files
with
4,438 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,3 +65,6 @@ ios | |
|
||
# 旧的说明文件,当成开发记录 | ||
**/_old_readme/* | ||
|
||
**bak* | ||
**_self* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## 0.2.0-beta.1 | ||
|
||
- feat: | ||
- 加入了“零一万物”AI 大模型的使用: | ||
- 增加在`“饮食”模块-“饮食日记”`中,对每天摄入食物和营养素,提供 AI 分析和问答建议 | ||
- 增加在`“饮食”模块-“餐食相册”/“饮食日记”指定餐次照片`,对每餐的指定食物图片进行 AI 图像分析(仅仅单张),并支持问答式饮食建议 | ||
- 新增餐食相册上传文件保存在设备外部存储 | ||
- 即图片不放在`Android/data/……`目录下,app 卸载重装后,备份恢复后可以正常显示餐食图片。 | ||
- chore: | ||
- 升级 flutter 从 3.16.3 到 3.22.2,修正对应 Android 配置和标记为弃用的部分代码 | ||
- 升级相关依赖,尤其是 fl_chart、flutter_tts、flutter_quill 不兼容的部分 | ||
- 修正版本号命名规则(主版本从第三位挪到第二位) | ||
- fix: | ||
- 修正 Android 下未在`AndroidManifest.xml`中正确申请网络和文件读取权限的问题 | ||
- 修正 Android14 等高版本系统,存储权限申请方式不规范的问题 | ||
- 现在高版本 Android 下,“备份恢复”-“全量备份”、运动模块-“基础动作”和饮食模块-“食物成分”的导入正常可用了 | ||
|
||
## 0.0.1-beta+1(0.0.1-beta) | ||
|
||
首次打包版本,基本完成了预想的所有功能: | ||
|
||
- 运动模块 | ||
- 运动报告 | ||
- 基础动作 | ||
- 训练做组 | ||
- 周期计划 | ||
- 饮食模块 | ||
- 饮食报告 | ||
- 食物成分 | ||
- 餐食相册 | ||
- 饮食日记 | ||
- 手记模块 | ||
- 用户设置 | ||
- 用户基本信息 | ||
- 体重记录管理 | ||
- 摄入目标设置 | ||
- 备份恢复 | ||
- 语言和主题切换,等 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.