diff --git a/README.md b/README.md index ba35726..b46fc4d 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,20 @@ FreeCar is a full-stack WeChat applet based on Kitex and Hertz. ## Catalog Introduce | Catalog | Introduce | -| ------- | ---------------------------- | +|---------|------------------------------| | Server | Core services of the project | | Shared | Reusable code | -| Static | Front-end static files | +| Static | WeChat applet code | + +## Service Introduce + +| Catalog | Introduce | +|---------|----------------------------------------------------| +| Auth | User Authentication Service | +| Blob | Services Related to Pictures and Tencent Cloud COS | +| Car | Car Service | +| Profile | Profile and Picture Recognition Services | +| Trip | Trip Service | ## Quick Start diff --git a/README_zh.md b/README_zh.md index 5491a74..ece8b86 100644 --- a/README_zh.md +++ b/README_zh.md @@ -24,11 +24,21 @@ FreeCar 是一个基于 Hertz 与 Kitex 的全栈项目。 ## 目录介绍 -| 目录 | 介绍 | -| ------ | ------------ | -| Server | 项目核心部分 | +| 目录 | 介绍 | +|--------|---------| +| Server | 项目核心部分 | | Shared | 可复用代码 | -| Static | 前端静态文件 | +| Static | 微信小程序代码 | + +## 服务介绍 + +| 目录 | 介绍 | +|---------|-------------------| +| Auth | 用户认证服务 | +| Blob | 与图片和腾讯云 COS 相关的服务 | +| Car | 汽车服务 | +| Profile | 主页与图片识别服务 | +| Trip | 行程服务 | ## 快速开始