1 |
- const e=()=>{const i=navigator.userAgent;return{trident:i.indexOf("Trident")>-1,presto:i.indexOf("Presto")>-1,webKit:i.indexOf("AppleWebKit")>-1,gecko:i.indexOf("Gecko")>-1&&i.indexOf("KHTML")==-1,mobile:!!i.match(/AppleWebKit.*Mobile.*/),ios:!!i.match(/Mac OS X/),android:i.indexOf("DAYAAPPA")>-1||i.indexOf("Adr")>-1,iPhone:i.indexOf("DAYAAPPI")>-1,isApp:i.indexOf("DAYAAPPI")>-1||i.indexOf("DAYAAPPA")>-1||i.indexOf("Adr")>-1,iPad:i.indexOf("iPad")>-1,webApp:i.indexOf("Safari")==-1,weixin:i.indexOf("MicroMessenger")>-1,alipay:i.indexOf("AlipayClient")>-1,huawei:!!i.match(/huawei/i)||!!i.match(/honor/i),xiaomi:!!i.match(/mi\s/i)||!!i.match(/redmi/i)||!!i.match(/mix/i)}},n=()=>window.location.origin;export{e as b,n as g};
|