mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-12 11:20:27 +08:00
增加一部分操作日志
This commit is contained in:
@@ -106,8 +106,15 @@ func (this *UserMustAuth) BeforeAction(actionPtr actions.ActionWrapper, paramNam
|
||||
},
|
||||
{
|
||||
"code": "dns",
|
||||
"name": "DNS",
|
||||
"name": "域名解析",
|
||||
"icon": "globe",
|
||||
"subItems": []maps.Map{
|
||||
{
|
||||
"name": "第三方DNS",
|
||||
"url": "/dns/providers",
|
||||
"code": "provider",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"code": "settings",
|
||||
|
||||
Reference in New Issue
Block a user