export const ZH_LOCALE = {
  success: `启用 Electron 模式成功！
请修改前端编译中相关配置，比如你是用的 webpack 进行编译，则修改 publicUrl 为：'../..'
请在打包应用时候，修改前端的路由方式为：Hash 路由`,
};
