Skip to content

Commit 0c2d9af

Browse files
author
pixel
committed
重新整理readme结构
1 parent 6e8f2ed commit 0c2d9af

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README-en.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ We are excited that you are interested in contributing to gin-vue-admin. Before
7272
- node version > v8.6.0
7373
- golang version >= v1.11
7474
- IDE recommendation: Goland
75-
- After you clone the project, use the scripts in directory db to create your own database.
7675
- We recommend you to apply for your own cloud service in QINIU. Replace the public key, private key, warehouse name and default url address with your own, so as not to mess up the test database.
7776
```
7877

@@ -229,7 +228,6 @@ After executing the above command,`docs` will show in `server/`,then open yo
229228
│ ├─api (API entrance)
230229
│ ├─config (config file)
231230
│ ├─core (core code)
232-
│ ├─db (db scripts)
233231
│ ├─docs (swagger APIs docs)
234232
│ ├─global (global objet)
235233
│ ├─initialiaze (initialiazation)
@@ -310,7 +308,7 @@ backend code file: model\dnModel\api.go
310308
### 8.1 Groups
311309
#### QQ group: 622360840
312310
313-
| QQ group |
311+
| QQ group |d
314312
| :---: |
315313
| <img src="http://qmplusimg.henrongyi.top/qq.jpg" width="180"/> |
316314

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Gin-vue-admin 的成长离不开大家的支持,如果你愿意为 gin-vue-adm
6767
- node版本 > v8.6.0
6868
- golang版本 >= v1.11
6969
- IDE推荐:Goland
70-
- 各位在clone项目以后,把db文件导入自己创建的库后,最好前往七牛云申请自己的空间地址。
7170
- gormv2版本初始化数据库可以利用批量创建功能,这里已经写好初始化代码,需要在main.go内打开 initialize.Data() 的注释即可
7271
- 替换掉项目中的七牛云公钥,私钥,仓名和默认url地址,以免发生测试文件数据错乱
7372
```
@@ -221,7 +220,6 @@ swag init
221220
│ ├─api (API)
222221
│ ├─config (配置包)
223222
│ ├─core (內核)
224-
│ ├─db (数据库脚本)
225223
│ ├─docs (swagger文档目录)
226224
│ ├─global (全局对象)
227225
│ ├─initialiaze (初始化)

0 commit comments

Comments
 (0)