{{$t('seq')}}
{{browser.seq }} ({{$t('launchTime')}}: {{browser.operTime}})
{{$t('username')}}:
{{ browser.userName && (isShowNameAndPass ? browser.userName : '******') || $t('noUsername')}}
/
{{ browser.password && (isShowNameAndPass ? browser.password : '******') || $t('noPass')}}
{{$t('group')}}:
{{browser.groupName || $t('noGroup')}}
{{$t('name')}}:
{{browser.name || $t('noName')}}
{{$t('secretKey')}}:
{{ secretKey || $t('noSecretKey') }}
({{countdown < 10 ? '0' + countdown :
countdown}}s)
{{$t('remark')}}:
{{browser.remark || $t('noRemark')}}
{{$t('coreVersion')}}:
{{browser.browserFingerPrint?.coreVersion }}
{{$t('os')}}:
{{getOs(browser.browserFingerPrint?.os)}}
User Agent:
{{browser.browserFingerPrint?.userAgent}}