Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mantou132 authored Oct 15, 2022
1 parent f318093 commit 5750804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};

0 comments on commit 5750804

Please sign in to comment.