Browse Source

Merge branch 'master' of https://github.com/piexlmax/QMPlus into gin-vue-admin_v2_dev

main
pixel 5 years ago
parent
commit
8d668c6d30
  1. 1
      README-zh_CN.md
  2. 1
      README.md

1
README-zh_CN.md

@ -183,6 +183,7 @@ go run main.go;
│ ├─model (结构体层)
│ ├─resource (资源)
│ ├─router (路由)
│ ├─service (服务)
│ └─utils (公共功能)
└─web (前端文件)
├─public (发布模板)

1
README.md

@ -180,6 +180,7 @@ go run main.go;
│ ├─model (model and services)
│ ├─resource (resources, such as static pages, templates)
│ ├─router (routers)
│ ├─service (services)
│ └─utils (common utilities)
└─web (frontend)
├─public (deploy templates)

Loading…
Cancel
Save