6.4.0 - 新增 barcode/qrcode/shizuku 等模块; 适配高版本系统语言设置; 优化打包功能; 支持应用快捷方式; 修复屏幕旋转相关问题
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>AutoJs6 使用手册 (Manual) | AutoJs6 文档 - 6.3.3</title>
|
||||
<title>AutoJs6 使用手册 (Manual) | AutoJs6 文档 - 6.4.0</title>
|
||||
<link rel="stylesheet" href="assets/fonts.css">
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
<link rel="stylesheet" href="assets/sh.css">
|
||||
@@ -42,6 +42,8 @@
|
||||
<li><a class="nav-color" href="color.html">Color - 颜色</a></li>
|
||||
<li><a class="nav-image" href="image.html">Image - 图像</a></li>
|
||||
<li><a class="nav-ocr" href="ocr.html">OCR - 光学字符识别</a></li>
|
||||
<li><a class="nav-barcode" href="barcode.html">Barcode - 条码</a></li>
|
||||
<li><a class="nav-qrcode" href="qrcode.html">QR Code - 二维码</a></li>
|
||||
<li><a class="nav-keys" href="keys.html">Keys - 按键</a></li>
|
||||
<li><a class="nav-device" href="device.html">Device - 设备</a></li>
|
||||
<li><a class="nav-storages" href="storages.html">Storage - 储存</a></li>
|
||||
@@ -54,6 +56,7 @@
|
||||
<li><a class="nav-notice" href="notice.html">Notice - 消息通知</a></li>
|
||||
<li><a class="nav-console" href="console.html">Console - 控制台</a></li>
|
||||
<li><a class="nav-shell" href="shell.html">Shell</a></li>
|
||||
<li><a class="nav-shizuku" href="shizuku.html">Shizuku</a></li>
|
||||
<li><a class="nav-media" href="media.html">Media - 多媒体</a></li>
|
||||
<li><a class="nav-sensors" href="sensors.html">Sensor - 传感器</a></li>
|
||||
<li><a class="nav-recorder" href="recorder.html">Recorder - 记录器</a></li>
|
||||
@@ -80,7 +83,9 @@
|
||||
<li><a class="nav-uiObjectType" href="uiObjectType.html">UiObject - 控件节点</a></li>
|
||||
<li><a class="nav-uiObjectCollectionType" href="uiObjectCollectionType.html">UiObjectCollection - 控件集合</a></li>
|
||||
<li><a class="nav-uiObjectActionsType" href="uiObjectActionsType.html">UiObjectActions - 控件节点行为</a></li>
|
||||
<li><a class="nav-imageWrapper" href="imageWrapper.html">ImageWrapper - 包装图像类</a></li>
|
||||
<li><a class="nav-webSocketType" href="webSocketType.html">WebSocket</a></li>
|
||||
<li><a class="nav-eventEmitterType" href="eventEmitterType.html">EventEmitter - 事件发射器</a></li>
|
||||
<li><a class="nav-imageWrapperType" href="imageWrapperType.html">ImageWrapper - 包装图像类</a></li>
|
||||
<li><a class="nav-appType" href="appType.html">App - 应用枚举类</a></li>
|
||||
<li><a class="nav-colorType" href="colorType.html">Color - 颜色类</a></li>
|
||||
<li><a class="nav-versionType" href="versionType.html">Version - 版本工具类</a></li>
|
||||
@@ -155,7 +160,7 @@
|
||||
|
||||
<div id="column1" data-id="manual" class="interior">
|
||||
<header>
|
||||
<h1>AutoJs6 文档 - 6.3.3</h1>
|
||||
<h1>AutoJs6 文档 - 6.4.0</h1>
|
||||
<div id="gtoc">
|
||||
<p class="index">
|
||||
<a href="index.html" name="toc">索引</a> |
|
||||
|
||||
Reference in New Issue
Block a user