mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-10-21 11:27:26 +08:00
增加文本比较功能
This commit is contained in:
@@ -40,6 +40,12 @@ const (
|
||||
BookObserver = 3
|
||||
)
|
||||
|
||||
const (
|
||||
LoggerOperate = "operate"
|
||||
LoggerSystem = "system"
|
||||
LoggerException = "exception"
|
||||
LoggerDocument = "document"
|
||||
)
|
||||
const (
|
||||
//本地账户校验
|
||||
AuthMethodLocal = "local"
|
||||
|
Reference in New Issue
Block a user