mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	实现迁移辅助功能(系统设置 -- 高级设置 -- 迁移)
This commit is contained in:
		@@ -40,6 +40,7 @@ func (this *AdvancedHelper) BeforeAction(actionPtr actions.ActionWrapper) (goNex
 | 
			
		||||
		if teaconst.IsPlus {
 | 
			
		||||
			tabbar.Add("监控节点", "", "/settings/monitorNodes", "", this.tab == "monitorNodes")
 | 
			
		||||
		}
 | 
			
		||||
		tabbar.Add("迁移", "", "/settings/transfer", "", this.tab == "transfer")
 | 
			
		||||
		if teaconst.BuildPlus {
 | 
			
		||||
			tabbar.Add("商业版认证", "", "/settings/authority", "", this.tab == "authority")
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user