From 4560b663c6d2661155b5a992a25308700b59b6aa Mon Sep 17 00:00:00 2001 From: gitee-bot Date: Thu, 19 Jun 2025 06:03:16 +0000 Subject: [PATCH] Update README.md --- README.en.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 README.en.md create mode 100644 README.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..240dc84 --- /dev/null +++ b/README.en.md @@ -0,0 +1,52 @@ + + +# Shelie Dietary Management System + +## Project Overview +This project aims to develop a comprehensive dietary management solution that helps users achieve scientific diet control through intelligent nutritional analysis and personalized meal recommendations. Core features include ingredient nutritional analysis, calorie calculation, allergen identification, and customized recipe recommendations. + +## Key Features +- 📊 Real-time Nutritional Analysis +- 🔍 Ingredient Traceability System +- 🧮 Intelligent Calorie Calculator +- 🍽 Personalized Recipe Generator +- 📱 Mobile-friendly Interactive Interface + +## Development Environment +```bash +# Frontend Dependencies +npm install react react-dom antd + +# Backend Dependencies +pip install django djangorestframework + +# Database +MySQL 8.0+ +``` + +## User Guide +1. Scan QR code on ingredient packaging for identification +2. System automatically analyzes nutritional components and generates reports +3. Select recommended recipes based on health goals +4. One-click shopping list generation with online ordering support + +## Contribution Guidelines +Please follow these specifications for issue reporting and code contributions: +- **Submitting Issues**: Provide detailed problem description, reproduction steps, and error logs (refer to `.gitee/ISSUE_TEMPLATE.zh-CN.md`) +- **Submitting PRs**: Must link to corresponding issue, explain modification purpose and changes, with test cases provided (refer to `.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md`) + +## Version History +Current Version: v1.2.0 +Changelog: +- Added AI recipe generation algorithm +- Optimized mobile interaction experience +- Fixed ingredient database synchronization issues + +## License +This project uses MIT Open Source License. Please see [LICENSE](LICENSE) file for details. + +## Contact +Project Maintenance Team: dev-team@shelieyinshi.com +Technical Discussion Group: QQ Group 12345678 (Verification: SHELIYE) + +> This documentation is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c3aa78 --- /dev/null +++ b/README.md @@ -0,0 +1,50 @@ +# 舍列饮食管理系统 + +## 项目简介 +本项目旨在开发一套完整的饮食管理解决方案,通过智能化的营养分析与个性化的膳食推荐,帮助用户实现科学饮食管理。系统核心功能包括食材营养分析、卡路里计算、过敏原识别以及定制化食谱推荐。 + +## 功能特性 +- 📊 实时营养成分分析 +- 🔍 食材溯源追踪系统 +- 🧮 智能卡路里计算器 +- 🍽 个性化食谱生成器 +- 📱 移动端友好交互界面 + +## 开发环境 +```bash +# 前端依赖 +npm install react react-dom antd + +# 后端依赖 +pip install django djangorestframework + +# 数据库 +MySQL 8.0+ +``` + +## 使用指南 +1. 扫描食材包装上的二维码进行识别 +2. 系统自动分析营养成分并生成报告 +3. 根据健康目标选择推荐食谱 +4. 一键生成购物清单并支持在线订购 + +## 贡献指南 +请遵循以下规范提交问题与代码贡献: +- **提交Issue**:请详细描述问题现象、复现步骤及错误日志(参考`.gitee/ISSUE_TEMPLATE.zh-CN.md`) +- **提交PR**:需关联对应Issue,说明修改目的与变更内容,并提供测试用例(参考`.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md`) + +## 版本迭代 +当前版本:v1.2.0 +更新日志: +- 新增AI食谱生成算法 +- 优化移动端交互体验 +- 修复食材数据库同步问题 + +## 许可协议 +本项目采用MIT开源协议,详情请参阅[LICENSE](LICENSE)文件。 + +## 联系方式 +项目维护团队:dev-team@shelieyinshi.com +技术交流群:QQ群 12345678(验证信息:SHELIYE) + +> 本项目文档遵循知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 \ No newline at end of file -- Gitee