add: about page, settings, notification switch

This commit is contained in:
hyb1996
2017-02-03 10:41:23 +08:00
parent 636ce6d889
commit 5640b47663
47 changed files with 1392 additions and 307 deletions

View File

@@ -0,0 +1,4 @@
toast("大姐姐好")
for(var i = 0; i < 10; i++){
toast("大姐姐今年有" + i + "块钱~");
}

View File

@@ -1,5 +1,3 @@
launchApp("微信");
sleep(500);
click("发现");
sleep(500);
click("朋友圈");
while(!click("发现"));
while(!click("朋友圈"));