mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	优化自建DNS交互
This commit is contained in:
		@@ -261,13 +261,17 @@ func (this *userMustAuth) modules(adminId int64) []maps.Map {
 | 
			
		||||
			},
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"code":     "ns",
 | 
			
		||||
			"module":   configloaders.AdminModuleCodeNS,
 | 
			
		||||
			"name":     "自建DNS",
 | 
			
		||||
			"subtitle": "域名列表",
 | 
			
		||||
			"icon":     "cubes",
 | 
			
		||||
			"isOn":     teaconst.IsPlus,
 | 
			
		||||
			"code":   "ns",
 | 
			
		||||
			"module": configloaders.AdminModuleCodeNS,
 | 
			
		||||
			"name":   "自建DNS",
 | 
			
		||||
			"icon":   "cubes",
 | 
			
		||||
			"isOn":   teaconst.IsPlus,
 | 
			
		||||
			"subItems": []maps.Map{
 | 
			
		||||
				{
 | 
			
		||||
					"name": "域名管理",
 | 
			
		||||
					"url":  "/ns/domains",
 | 
			
		||||
					"code": "domain",
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"name": "集群管理",
 | 
			
		||||
					"url":  "/ns/clusters",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user