From b0c08c7fffd8ef5f8e59f4108fd0e498a85cdaff Mon Sep 17 00:00:00 2001 From: rainyan Date: Fri, 8 May 2020 17:01:21 +0800 Subject: [PATCH] Fix some texts in README.md. --- README-zh_CN.md | 10 ++++------ README.md | 8 ++++---- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index eb281f7c..69bdc951 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -143,17 +143,15 @@ swag init ## 4. 项目架构 +### 4.1 系统架构图 -![架构图](./docs/gin-vue-admin.png) +![系统架构图](./docs/gin-vue-admin.png) -

架构图

+### 4.2 前端详细设计图 (提供者:baobeisuper) +![前端详细设计图](http://qmplusimg.henrongyi.top/naotu.png) -![前端架构图](http://qmplusimg.henrongyi.top/naotu.png) - -前端结构图 提供者:baobeisuper

- ``` ├─server (后端文件夹) │ ├─api (API) diff --git a/README.md b/README.md index 80225946..a9407a06 100644 --- a/README.md +++ b/README.md @@ -144,14 +144,14 @@ After executing the above command,`docs` will show in `server/`,then open yo ## 4. Project Architecture -![Architecture diagram](./docs/gin-vue-admin.png) +### 4.1 Architecture Diagram -

Architecture diagram

+![Architecture diagram](./docs/gin-vue-admin.png) +### 4.2 Front-end Detailed Design Diagram (Contributor: baobeisuper) -![Front-end Architecture diagram](http://qmplusimg.henrongyi.top/naotu.png) +![Front-end Detailed Design Diagram](http://qmplusimg.henrongyi.top/naotu.png) -Front-end Architecture diagram Provider:baobeisuper

``` ├─server (backend)