Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有没有判断QQ是否安装的方法? #73

Open
mrTangYun opened this issue Nov 14, 2017 · 1 comment
Open

有没有判断QQ是否安装的方法? #73

mrTangYun opened this issue Nov 14, 2017 · 1 comment

Comments

@mrTangYun
Copy link

例如IsInstalled之类的

@yam963
Copy link

yam963 commented Jun 26, 2018

QQAPI.isQQInstalled()
.then(install=>{
//这里是安装了的操作 install=true
console.log('安装QQ'+install)
})
.catch(unInstall=>{
console.log('没有安装QQ'+unInstall)
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants