Skip to content

Commit

Permalink
fix(config): replace the empty sting
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Feb 1, 2018
1 parent a4be1f5 commit 56937a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ export function appConfigFactory (): AppConfig {
contextMenus: {
selected: ['oxford', 'google_translate', 'merriam_webster', 'cambridge', 'google_search', 'google_page_translate', 'youdao_page_translate'],
all: {
google_page_translate: '',
youdao_page_translate: '',
google_page_translate: 'x',
youdao_page_translate: 'x',
google_search: 'https://www.google.com/#newwindow=1&q=%s',
baidu_search: 'https://www.baidu.com/s?ie=utf-8&wd=%s',
bing_search: 'https://www.bing.com/search?q=%s',
Expand Down

0 comments on commit 56937a9

Please sign in to comment.