Skip to content

Commit

Permalink
Add more browser names in --info
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 29, 2021
1 parent 7276fd2 commit 76d8cdb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ function capitalize (str) {
const NAMES = {
ie: 'IE',
ie_mob: 'IE Mobile',
ios_saf: 'iOS',
ios_saf: 'iOS Safari',
op_mini: 'Opera Mini',
op_mob: 'Opera Mobile',
and_chr: 'Chrome for Android',
and_ff: 'Firefox for Android',
and_uc: 'UC for Android'
and_uc: 'UC for Android',
and_qq: 'QQ Browser',
kaios: 'KaiOS Browser',
baidu: 'Baidu Browser',
samsung: 'Samsung Internet'
}

function prefix (name, prefixes, note) {
Expand Down

0 comments on commit 76d8cdb

Please sign in to comment.