namespace GeekDesk.Constant { public enum IconType { OTHER = 1, //直接打开 URL = 2 //调用浏览器打开 } }