微信URL Scheme
weixin://dl/scan 扫一扫 weixin://dl/feedback 反馈 weixin://dl/moments 朋友圈 weixin://dl/settings 设置 weixin://dl/notifications 消息通知设置 weixin://dl/chat 聊天设置 weixin://dl/...
抖音URL Scheme,提供autojs方式调用
个人主页 /** * 自己的个人页面 */ function jumpMyProfile() { app.startActivity({ action: 'android.intent.action.VIEW', data: 'snssdk1128://user/profile/' , }); } jumpMyProfile(); 抖...
Auto.js编写游戏脚本入门
1 介绍Auto.js is a UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)写游戏脚本,不像一般的APP可以直接操作控件,而只能通过基于坐标的操作完成。所以...