mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 16:00:24 +08:00 
			
		
		
		
	优化域名解析文字提示
This commit is contained in:
		@@ -52,7 +52,7 @@ func FindAllProviderTypes() []maps.Map {
 | 
				
			|||||||
	typeMaps = append(typeMaps, maps.Map{
 | 
						typeMaps = append(typeMaps, maps.Map{
 | 
				
			||||||
		"name":        "自定义HTTP DNS",
 | 
							"name":        "自定义HTTP DNS",
 | 
				
			||||||
		"code":        ProviderTypeCustomHTTP,
 | 
							"code":        ProviderTypeCustomHTTP,
 | 
				
			||||||
		"description": "通过自定义的HTTP接口提供DNS服务。",
 | 
							"description": "通过自定义的HTTP接口提供DNS服务,具体使用方法请参考官网文档:https://goedge.cn/docs/DNS/CustomHTTP.md ",
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
	return typeMaps
 | 
						return typeMaps
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user