add: about page, settings, notification switch
This commit is contained in:
4
app/src/main/assets/sample_hello_big_sister.js
Normal file
4
app/src/main/assets/sample_hello_big_sister.js
Normal file
@@ -0,0 +1,4 @@
|
||||
toast("大姐姐好")
|
||||
for(var i = 0; i < 10; i++){
|
||||
toast("大姐姐今年有" + i + "块钱~");
|
||||
}
|
||||
@@ -1,5 +1,3 @@
|
||||
launchApp("微信");
|
||||
sleep(500);
|
||||
click("发现");
|
||||
sleep(500);
|
||||
click("朋友圈");
|
||||
while(!click("发现"));
|
||||
while(!click("朋友圈"));
|
||||
Reference in New Issue
Block a user