添加仓库地址以及TOC自动生成
This commit is contained in:
parent
5911b40014
commit
0a5bb284dd
31
README.md
31
README.md
|
@ -1,3 +1,15 @@
|
|||
<h1 align="center">Go-Ldap-Admin</h1>
|
||||
|
||||
<div align="center">
|
||||
基于Go+Vue实现的openLDAP后台管理项目。
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/github/go-mod/go-version/eryajf-world/go-ldap-admin" alt="Go version"/>
|
||||
<img src="https://img.shields.io/badge/Gin-1.6.3-brightgreen" alt="Gin version"/>
|
||||
<img src="https://img.shields.io/badge/Gorm-1.20.12-brightgreen" alt="Gorm version"/>
|
||||
<img src="https://img.shields.io/github/license/eryajf-world/go-ldap-admin" alt="License"/>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
**目录**
|
||||
|
@ -15,25 +27,6 @@
|
|||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
<h1 align="center">Go-Ldap-Admin</h1>
|
||||
|
||||
<div align="center">
|
||||
基于Go+Vue实现的openLDAP后台管理项目。
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/github/go-mod/go-version/eryajf-world/go-ldap-admin" alt="Go version"/>
|
||||
<img src="https://img.shields.io/badge/Gin-1.6.3-brightgreen" alt="Gin version"/>
|
||||
<img src="https://img.shields.io/badge/Gorm-1.20.12-brightgreen" alt="Gorm version"/>
|
||||
<img src="https://img.shields.io/github/license/eryajf-world/go-ldap-admin" alt="License"/>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
|
||||
## 缘起
|
||||
|
||||
我曾经经历的公司强依赖openLDAP来作为企业内部员工管理的平台,并通过openLDAP进行各平台的认证打通工作。
|
||||
|
|
Loading…
Reference in New Issue