forked from SuperMonster003/AutoJs6-Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from hyb1996/dev
Dev
- Loading branch information
Showing
68 changed files
with
8,180 additions
and
2,963 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# 页面找不到了o(╥﹏╥)o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
 | ||
|
||
# Auto.js | ||
|
||
> **不需要Root权限**的JavaScript自动化软件 | ||
[GitHub](https://github.com/hyb1996/Auto.js) | ||
[软件下载](https://www.coolapk.com/apk/129872) | ||
[阅读文档](#综述) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
* [首页](/) | ||
* [Q&A](/qa) | ||
* [如何阅读本文档 - Documentation](/documentation) | ||
* [应用 - App](/app) | ||
* [一般全局函数 - Globals](/globals) | ||
* [控制台 - Console](/console) | ||
* [基于坐标的操作 - CoordinatesBasedAutomation](/coordinatesBasedAutomation) | ||
* [加解密与消息摘要 - Crypto](/crypto) | ||
* [设备 - Device](/device) | ||
* [对话框 - Dialogs](/dialogs) | ||
* [脚本引擎 - Engines](/engines) | ||
* [事件与监听 - Events](/events) | ||
* [悬浮窗 - Floaty](/floaty) | ||
* [文件系统 - Files](/files) | ||
* [HTTP - Http](/http) | ||
* [图片与颜色 - Images](/images) | ||
* [画布 - Canvas](/canvas) | ||
* [按键模拟 - Keys](/keys) | ||
* [多媒体 - Media](/media) | ||
* [模块 - Modules](/modules) | ||
* [基于控件的操作 - WidgetsBaseAutomation](/widgetsBasedAutomation) | ||
* [传感器 - Sensor](/sensors) | ||
* [Shell - Shell](/shell) | ||
* [本地储存 - Storages](/storages) | ||
* [多线程 - Threads](/threads) | ||
* [定时器 - Timers](/timers) | ||
* [用户界面 - UI](/ui) | ||
* [调用Java - Work with Java](https://developer.mozilla.org/zh-CN/docs/Mozilla/Projects/Rhino/Scripting_Java) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Auto.js</title> | ||
<base href="./"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta name="description" content="Description"> | ||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | ||
<link href="static/vue.css" rel="stylesheet"> | ||
<!-- <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> --> | ||
</head> | ||
|
||
<body> | ||
<div id="app"></div> | ||
<script> | ||
window.$docsify = { | ||
name: 'Auto.js Pro文档', | ||
repo: 'hyb1996/AutoJs-Docs', | ||
notFoundPage: true, | ||
loadSidebar: true, | ||
subMaxLevel: 2, | ||
coverpage: true, | ||
homepage: 'overview.md', | ||
maxAge: 0 | ||
} | ||
if (localhost.host != null && location.host.indexOf('localhost') < 0) { | ||
if (typeof navigator.serviceWorker !== 'undefined') { | ||
navigator.serviceWorker.register('sw.js') | ||
} | ||
} | ||
</script> | ||
<script src="static/docsify.min.js"></script> | ||
<script src="static/search.min.js"></script> | ||
<!-- <script src="//unpkg.com/docsify/lib/docsify.js"></script> --> | ||
<!-- <script src="//unpkg.com/docsify"></script> --> | ||
<!-- <script src="//unpkg.com/docsify/lib/plugins/search.js"></script> --> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.