Skip to content

Commit 7d81fe7

Browse files
author
techer
committed
chrome
1 parent 3592082 commit 7d81fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var chromeItem = {
55
detail: "detail",
66
label: "Google Chrome",
77
standardName: platform == 'win32' ? 'chrome' : ( platform == 'darwin'? 'Google Chrome': 'google-chrome'),
8-
acceptName: ['chrome', 'google chrome', 'gc', '谷歌浏览器']
8+
acceptName: ['chrome', 'google chrome', 'google-chrome', 'gc', '谷歌浏览器']
99
};
1010
var firefoxItem = {
1111
detail: "detail",

0 commit comments

Comments
 (0)