INNER CODE UNIT · JavaScript
getAndroidName
VonChange/utao · web/tv-web/js/index.js:37
function getAndroidName(version){
if(version<16){
return "小于安卓4.1"
}
if(version>35){
return "大于安卓15"
}
return "安卓"+_appVersion[version];
}
const _html={
init(){
this.initApp();
},
initApp(){
console.log("initAppinitApp")
if (typeof PetiteVue === 'undefined') {
// _api.message("activity","live");
_api.toast("内置浏览器内核过低请返回键升级webview或者开启x5内核浏览器 也可官网utao.tv下载火狐版");