update readme

This commit is contained in:
hyb1996 2017-10-25 22:46:14 +08:00
parent 60f9e8e74f
commit 6cee2def6e
9 changed files with 11 additions and 19 deletions

View File

@ -6,17 +6,18 @@
下载地址:[酷安](http://www.coolapk.com/apk/com.stardust.scriptdroid)
Alpha版本[Releases](https://github.com/hyb1996/NoRootScriptDroid/releases)
### 特性
* 简单易用的自动操作函数
* 悬浮窗录制和运行
* 更专业&强大的选择器API提供对屏幕上的控件的寻找、遍历、获取信息、操作等。类似于Google的UI测试框架UiAutomator您也可以把他当做移动版UI测试框架使用
* 采用JavaScript为脚本语言支持简单的代码补全。您也可以把他当作简便的JavaScript IDE使用
* 带有界面分析工具类似Android Studio的LayoutInspector可以分析界面层次和范围、获取界面上的控件信息
* 采用JavaScript为脚本语言并支持代码补全、变量重命名、代码格式化、查找替换等功能,可以作为一个JavaScript IDE使用
* 支持使用e4x编写界面并可以将JavaScript打包为apk文件您可以用它来开发小工具应用
* 支持使用Root权限以提供更强大的屏幕点击、滑动、录制功能和运行shell命令。录制录制可产生js文件或二进制文件录制动作的回放比较流畅
* 提供截取屏幕、保存截图、图片找色等函数,可进行简单的游戏脚本制作;未来将加入找图功能
* 方便地文件处理API以及更多日常工具函数
* 可以用e4x编写简单的界面并且未来将加入打包为独立应用功能可用于制作简单的应用
* 可作为Tasker插件使用结合Tasker可胜任日常工作流
* 带有界面分析工具类似Android Studio的LayoutInspector可以分析界面层次和范围、获取界面上的控件信息
与脚本精灵、按键精灵等软件的区别是:
* Auto.js主要以自动化、工作流为目标更多地是方便日常生活工作例如启动游戏时自动屏蔽通知、一键与特定联系人微信视频知乎上出现过该问题老人难以进行复杂的操作和子女进行微信视频
@ -25,13 +26,11 @@
尽管如此Auto.js的大部分用户仍然是用来点赞、签到、刷游戏的:)
### 文档
可在[这里](https://github.com/hyb1996/NoRootScriptDroid/tree/master/app/src/main/assets/help/documentation)查看在线文档,或者在应用内帮助页面查看。
目前文档很不完善。
### 示例
可在[这里](https://github.com/hyb1996/NoRootScriptDroid/tree/master/app/src/main/assets/sample)查看一些示例,或者直接在应用内查看和运行。
### 信息
* 官方论坛: [autojs.org](http://www.autojs.org)
* 文档:可在[这里](https://hyb1996.github.io/AutoJs-Docs/)查看在线文档。目前文档仍然不完善。
* 示例:可在[这里](https://github.com/hyb1996/NoRootScriptDroid/tree/master/app/src/main/assets/sample)查看一些示例,或者直接在应用内查看和运行。
### 截图
@ -47,16 +46,9 @@
![screen-capture5](https://raw.githubusercontent.com/hyb1996/NoRootScriptDroid/master/screen-captures/ss06.png)
### Todo
![screen-capture5](https://raw.githubusercontent.com/hyb1996/NoRootScriptDroid/master/screen-captures/ss07.png)
* 脚本社区或脚本市场
* 更方便地悬浮窗编辑、运行脚本
* 更方便地脚本编辑,在编辑器界面可搜索、查看函数
* 智能生成选择器代码
* 更详细的文档和向导(Developer Guide)
* 全新的界面
* 找图功能以便更好地支持游戏脚本的制作
* 脚本打包为独立应用功能
![screen-capture5](https://raw.githubusercontent.com/hyb1996/NoRootScriptDroid/master/screen-captures/ss08.png)
## License
基于[Mozilla Public License Version 2.0](https://github.com/hyb1996/NoRootScriptDroid/blob/master/LICENSE.md)并附加以下条款:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 116 KiB

BIN
screen-captures/ss07.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

BIN
screen-captures/ss08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB