|
|
@ -574,8 +574,11 @@ public abstract class ToolBarMenuDock { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
shortCuts.add(new EnvDetectorAction()); |
|
|
|
shortCuts.add(new EnvDetectorAction()); |
|
|
|
//服务平台
|
|
|
|
//服务平台(仅针对中国大陆)
|
|
|
|
shortCuts.add(new ServicePlatformAction()); |
|
|
|
if (GeneralContext.getLocale().equals(Locale.CHINA)) { |
|
|
|
|
|
|
|
shortCuts.add(new ServicePlatformAction()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shortCuts.add(SeparatorDef.DEFAULT); |
|
|
|
shortCuts.add(SeparatorDef.DEFAULT); |
|
|
|
if (DesignerEnvManager.getEnvManager().isOpenDebug()) { |
|
|
|
if (DesignerEnvManager.getEnvManager().isOpenDebug()) { |
|
|
|