feat(app): supports changing default script dir path

This commit is contained in:
hyb1996
2018-06-03 18:05:17 +08:00
parent 7036fa994e
commit 023b8a79d9
22 changed files with 281 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
auto();
events.observeNotification();
events.observeToast();
events.onToast(function(toast){
var pkg = toast.getPackageName();
log("Toast内容: " + toast.getText() +