mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-10-21 19:37:27 +08:00
优化体验
This commit is contained in:
@@ -40,6 +40,12 @@ const (
|
||||
BookObserver = 3
|
||||
)
|
||||
|
||||
const (
|
||||
//本地账户校验
|
||||
AuthMethodLocal = "local"
|
||||
//LDAP用户校验
|
||||
AuthMethodLDAP = "ldap"
|
||||
)
|
||||
var (
|
||||
VERSION string
|
||||
BUILD_TIME string
|
||||
|
Reference in New Issue
Block a user