Skip to content

Commit a026d93

Browse files
authored
一些文档以及sql的补充 (#156)
Co-authored-by: eryajf <[email protected]>
1 parent a80809f commit a026d93

File tree

2 files changed

+146
-132
lines changed

2 files changed

+146
-132
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Auth](https://img.shields.io/badge/Auth-eryajf-ff69b4)](https://github.com/eryajf)
55
[![Go Version](https://img.shields.io/github/go-mod/go-version/eryajf-world/go-ldap-admin)](https://github.com/eryajf/go-ldap-admin)
66
[![Gin Version](https://img.shields.io/badge/Gin-1.6.3-brightgreen)](https://github.com/eryajf/go-ldap-admin)
7-
[![Gorm Version](https://img.shields.io/badge/Gorm-1.20.12-brightgreen)](https://github.com/eryajf/go-ldap-admin)
7+
[![Gorm Version](https://img.shields.io/badge/Gorm-1.24.5-brightgreen)](https://github.com/eryajf/go-ldap-admin)
88
[![GitHub Issues](https://img.shields.io/github/issues/eryajf/go-ldap-admin.svg)](https://github.com/eryajf/go-ldap-admin/issues)
99
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/eryajf/go-ldap-admin)](https://github.com/eryajf/go-ldap-admin/pulls)
1010
[![GitHub Pull Requests](https://img.shields.io/github/stars/eryajf/go-ldap-admin)](https://github.com/eryajf/go-ldap-admin/stargazers)
@@ -26,6 +26,7 @@
2626
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
2727
**目录**
2828

29+
- [ℹ️ 项目简介](#-%E9%A1%B9%E7%9B%AE%E7%AE%80%E4%BB%8B)
2930
- [🏊 在线体验](#-%E5%9C%A8%E7%BA%BF%E4%BD%93%E9%AA%8C)
3031
- [👨‍💻 项目地址](#-%E9%A1%B9%E7%9B%AE%E5%9C%B0%E5%9D%80)
3132
- [🔗 文档快链](#-%E6%96%87%E6%A1%A3%E5%BF%AB%E9%93%BE)
@@ -38,6 +39,12 @@
3839

3940
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
4041

42+
## ℹ️ 项目简介
43+
44+
`go-ldap-admin`旨在为`OpenLDAP`服务端提供一个简单易用,清晰美观的现代化管理后台。
45+
46+
> 在完成针对`OpenLDAP`的管理能力之下,支持对`钉钉``企业微信``飞书`的集成,用户可以选择手动或者自动同步组织架构以及员工信息到平台中,让`go-ldap-admin`项目成为打通企业IM与企业内网应用之间的桥梁。
47+
4148
## 🏊 在线体验
4249

4350
提供在线体验地址如下:
@@ -81,12 +88,13 @@
8188

8289
- 后端技术栈
8390
- [Gin-v1.6.3](https://github.com/gin-gonic/gin)
84-
- [Gorm-v1.20.12](https://github.com/go-gorm/gorm)
91+
- [Gorm-v1.24.5](https://github.com/go-gorm/gorm)
92+
- [Sqlite-v1.7.0](https://github.com/glebarez/sqlite)
8593
- [Go-ldap-v3.4.2](https://github.com/go-ldap/ldap)
8694
- [Casbin-v2.22.0](https://github.com/casbin/casbin)
8795
- 前端技术栈
88-
- [element-ui](https://github.com/ElemeFE/element)
8996
- [axios](https://github.com/axios/axios)
97+
- [element-ui](https://github.com/ElemeFE/element)
9098

9199
- 另外感谢
92100
- [go-web-mini](https://github.com/gnimli/go-web-mini):项目基于该项目重构而成,感谢作者的付出。

0 commit comments

Comments
 (0)