From 5ce64d6f0d9262811af2d6a01da13f8a71d3eee0 Mon Sep 17 00:00:00 2001 From: rainyan Date: Mon, 6 Apr 2020 23:14:31 +0800 Subject: [PATCH 1/3] Modify: speliing fix --- README-zh_CN.md | 14 ++++++-------- README.md | 4 ++-- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index e57b9945..061c7344 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -13,7 +13,7 @@ [English](./README.md) | 简体中文 # 项目文档 -在线文档 [http://doc.henrongyi.top/](http://doc.henrongyi.top/) +[在线文档](http://doc.henrongyi.top/) - 前端UI框架:[element-ui](https://github.com/ElemeFE/element) - 后台框架:[gin](https://github.com/gin-gonic/gin) @@ -22,8 +22,6 @@ [在线预览](http://qmplus.henrongyi.top/) > Gin-vue-admin是一个基于vue和gin开发的全栈前后端分离的后台管理系统,拥有jwt鉴权,动态路由,动态菜单,casbin鉴权,表单生成器,代码生成器等功能,提供多种示例文件,让您把更多时间专注在业务开发上。 - - ## 2. 使用说明 ``` @@ -66,11 +64,11 @@ go build #### 2.3.1 安装 swagger -- (1)可以翻墙 +##### (1)可以翻墙 ```` go get -u github.com/swaggo/swag/cmd/swag ```` -- (2)无法翻墙 +#####(2)无法翻墙 由于国内没法安装 go.org/x 包下面的东西,需要先安装`gopm` ```bash @@ -208,15 +206,15 @@ go run main.go; ### 9.1 环境搭建 -> bilibili:https://www.bilibili.com/video/BV1Fg4y187Bw/ (v1.0版本视频,v2.0操作相同目录不同) +> Bilibili:https://www.bilibili.com/video/BV1Fg4y187Bw/ (v1.0版本视频,v2.0操作相同目录不同) ### 9.2 模板使用 ->bilibili:https://www.bilibili.com/video/BV16K4y1r7BD/ (v1.0版本视频,v2.0操作相同目录不同) +> Bilibili:https://www.bilibili.com/video/BV16K4y1r7BD/ (v1.0版本视频,v2.0操作相同目录不同) ### 9.3 golang基础教学视频录制中... -> 地址:https://space.bilibili.com/322210472/channel/detail?cid=108884 +> 地址:https://space.bilibili.com/322210472/channel/detail?cid=108884 ## 10. 联系方式 diff --git a/README.md b/README.md index d6214c39..b5f8f3b9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ English | [简体中文](./README-zh_CN.md) Online Documentation [http://doc.henrongyi.top/](http://doc.henrongyi.top/) - Web UI Framework:[element-ui](https://github.com/ElemeFE/element) -- Server Franmework:[gin](https://github.com/gin-gonic/gin) +- Server Framework:[gin](https://github.com/gin-gonic/gin) ## 1. Basic Introduction [Online Demo](http://qmplus.henrongyi.top/) @@ -213,7 +213,7 @@ There are video courses about frontend framework in our blo. If you think the pr ### 9.3 Golang basic course (coming soon) -> url: https://space.bilibili.com/322210472/channel/detail?cid=108884 +> URL: https://space.bilibili.com/322210472/channel/detail?cid=108884 ## 10. Contacts From c25bd21e79ecca5bc0af4cf5b42a27de76ed0881 Mon Sep 17 00:00:00 2001 From: rainyan Date: Mon, 6 Apr 2020 23:33:20 +0800 Subject: [PATCH 2/3] modify: in -> Yin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index beb9023a..540f9a85 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ There are video courses about frontend framework in our blo. If you think the pr | [@piexlmax](https://github.com/piexlmax) | Project sponsor | Jiang | | [@krank666](https://github.com/krank666) | Frontend developer | Yin | | [@1319612909](https://github.com/1319612909) | UI developer | Du | -| [@granty1](https://github.com/granty1) | Backend developer | in | +| [@granty1](https://github.com/granty1) | Backend developer | Yin | | [@Ruio9244](https://github.com/Ruio9244) | Full-stack developer | Yan | | [@chen-chen-up](https://github.com/chen-chen-up) | Novice developer | Song | From eaf4b46c467ea1ca4349512bd73df7dab85ecb6f Mon Sep 17 00:00:00 2001 From: rainyan Date: Mon, 6 Apr 2020 23:39:22 +0800 Subject: [PATCH 3/3] Delete: http://doc.henrongyi.top/, link 'Online Documentation' to http://doc.henrongyi.top/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 540f9a85..23e8e732 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ English | [简体中文](./README-zh_CN.md) # Project Guidelines -Online Documentation [http://doc.henrongyi.top/](http://doc.henrongyi.top/) +[Online Documentation](http://doc.henrongyi.top/) - Web UI Framework:[element-ui](https://github.com/ElemeFE/element) - Server Framework:[gin](https://github.com/gin-gonic/gin)