add: circular menu alpha and limited in screen

This commit is contained in:
hyb1996
2017-12-05 22:26:53 +08:00
parent e9346f0794
commit 02ec8f7fb5
20 changed files with 18 additions and 102 deletions

View File

@@ -0,0 +1,8 @@
var url = "http://www.autojs.org/assets/uploads/profile/3-profileavatar.png";
var res = http.get(url);
if(res.statusCode != 200){
toast("请求失败");
}
files.writeBytes("/sdcard/1.png", res.body.bytes());
toast("下载成功");
app.viewFile("/sdcard/1.png");