diff --git a/src/config.ts b/src/config.ts index 6930f23..27e0841 100644 --- a/src/config.ts +++ b/src/config.ts @@ -2,6 +2,6 @@ export default { platform: process.platform, isDebug: process.env.NODE_ENV !== 'production', translateUrl: 'https://translate.google.com', - translateUrlFallback: 'https://translate.google.cn', + translateUrlFallback: 'https://translate.google.com.hk', repoRawURL: 'https://raw.githubusercontent.com/mantou132/GoogleTranslate/master/src/preload/config.json', };