6.3.0 - 新增 ocr / notice / s13n / Color 模块; 新增前台时保持屏幕常亮; 修复构建脚本依赖; 修复并优化控制台浮动窗口
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>更新日志 (Changelog) | AutoJs6 文档 - 6.2.0</title>
|
||||
<title>文档更新日志 (Changelog) | AutoJs6 文档 - 6.3.0</title>
|
||||
<link rel="stylesheet" href="assets/fonts.css">
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
<link rel="stylesheet" href="assets/sh.css">
|
||||
<link rel="stylesheet" href="plugins/docsify-copy-code@2-styles.css">
|
||||
<link rel="stylesheet" href="plugins/zoom-image-styles.css">
|
||||
<link rel="canonical" href="https://nodejs.org/api/changelog.html">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
||||
<meta name="viewport" content="user-scalable=no">
|
||||
@@ -21,15 +23,14 @@
|
||||
<ul>
|
||||
<li><a class="nav-overview" href="overview.html">Overview - 综述</a></li>
|
||||
<li><a class="nav-documentation" href="documentation.html">About - 关于文档</a></li>
|
||||
<li><a class="nav-progress" href="progress.html">Progress - 完善进度</a></li>
|
||||
<li><a class="nav-changelog active" href="changelog.html">Changelog - 更新日志</a></li>
|
||||
<li><a class="nav-qa" href="qa.html">Q&A - 疑难解答</a></li>
|
||||
<li><a class="nav-progress" href="progress.html">Progress - 文档部署进度</a></li>
|
||||
<li><a class="nav-changelog active" href="changelog.html">Changelog - 文档更新日志</a></li>
|
||||
</ul>
|
||||
<div class="line"></div>
|
||||
|
||||
<ul>
|
||||
<li><a class="nav-https-developer-mozilla-org-zh-CN-docs-Web-JavaScript-" href="https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/">MDN - JavaScript 基础</a></li>
|
||||
<li><a class="nav-https-zh-javascript-info-" href="https://zh.javascript.info/">JavaScript.info - JavaScript 教程</a></li>
|
||||
<li><a class="nav-manual" href="manual.html">Manual - AutoJs6 使用手册</a></li>
|
||||
<li><a class="nav-qa" href="qa.html">Q & A - 疑难解答</a></li>
|
||||
</ul>
|
||||
<div class="line"></div>
|
||||
|
||||
@@ -40,6 +41,7 @@
|
||||
<li><a class="nav-app" href="app.html">App - 通用应用</a></li>
|
||||
<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-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>
|
||||
@@ -48,6 +50,8 @@
|
||||
<li><a class="nav-tasks" href="tasks.html">Task - 任务</a></li>
|
||||
<li><a class="nav-modules" href="modules.html">Module - 模块</a></li>
|
||||
<li><a class="nav-plugins" href="plugins.html">Plugins - 插件</a></li>
|
||||
<li><a class="nav-toast" href="toast.html">Toast - 消息浮动框</a></li>
|
||||
<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-media" href="media.html">Media - 多媒体</a></li>
|
||||
@@ -66,12 +70,28 @@
|
||||
<li><a class="nav-base64" href="base64.html">Base64</a></li>
|
||||
<li><a class="nav-crypto" href="crypto.html">Crypto - 密文</a></li>
|
||||
<li><a class="nav-i18n" href="i18n.html">Internationalization - 国际化</a></li>
|
||||
<li><a class="nav-s13n" href="s13n.html">Standardization - 标准化</a></li>
|
||||
<li><a class="nav-e4x" href="e4x.html">E4X</a></li>
|
||||
</ul>
|
||||
<div class="line"></div>
|
||||
|
||||
<ul>
|
||||
<li><a class="nav-glossaries" href="glossaries.html">Glossaries - 术语</a></li>
|
||||
<li><a class="nav-uiSelectorType" href="uiSelectorType.html">UiSelector - 选择器</a></li>
|
||||
<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-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>
|
||||
<li><a class="nav-polyfill" href="polyfill.html">Polyfill - 代码填泥</a></li>
|
||||
<li><a class="nav-arrayx" href="arrayx.html">Arrayx - Array 扩展</a></li>
|
||||
<li><a class="nav-numberx" href="numberx.html">Numberx - Number 扩展</a></li>
|
||||
<li><a class="nav-mathx" href="mathx.html">Mathx - Math 扩展</a></li>
|
||||
</ul>
|
||||
<div class="line"></div>
|
||||
|
||||
<ul>
|
||||
<li><a class="nav-exceptions" href="exceptions.html">Exceptions - 异常</a></li>
|
||||
<li><a class="nav-intentType" href="intentType.html">Intent - 意图</a></li>
|
||||
<li><a class="nav-runtime" href="runtime.html">Runtime - 运行时</a></li>
|
||||
@@ -80,40 +100,59 @@
|
||||
</ul>
|
||||
<div class="line"></div>
|
||||
|
||||
<ul>
|
||||
<li><a class="nav-dataTypes" href="dataTypes.html">Data Types - 数据类型</a></li>
|
||||
<li><a class="nav-uiSelectorType" href="uiSelectorType.html">UiSelector - 选择器</a></li>
|
||||
<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-appType" href="appType.html">App - 应用枚举类</a></li>
|
||||
</ul>
|
||||
<div class="line"></div>
|
||||
|
||||
<ul>
|
||||
<li><a class="nav-polyfill" href="polyfill.html">Polyfill - 代码填泥</a></li>
|
||||
<li><a class="nav-arrayx" href="arrayx.html">Arrayx - Array 扩展</a></li>
|
||||
<li><a class="nav-numberx" href="numberx.html">Numberx - Number 扩展</a></li>
|
||||
<li><a class="nav-mathx" href="mathx.html">Mathx - Math 扩展</a></li>
|
||||
</ul>
|
||||
<div class="line"></div>
|
||||
|
||||
<ul>
|
||||
<li><a class="nav-scriptingJava" href="scriptingJava.html">Scripting Java - 脚本化 Java</a></li>
|
||||
<li><a class="nav-apiLevel" href="apiLevel.html">Android API Level - 安卓 API 级别</a></li>
|
||||
<li><a class="nav-colorTable" href="colorTable.html">Color Table - 颜色列表</a></li>
|
||||
</ul>
|
||||
<div class="line"></div>
|
||||
|
||||
<ul>
|
||||
<li><a class="nav-https-github-com-SuperMonster003-AutoJs6-" href="https://github.com/SuperMonster003/AutoJs6/">GitHub - 应用项目地址</a></li>
|
||||
<li><a class="nav-https-github-com-SuperMonster003-AutoJs6-Documentation" href="https://github.com/SuperMonster003/AutoJs6-Documentation">GitHub - 文档项目地址</a></li>
|
||||
<li><a class="nav-glossaries" href="glossaries.html">Glossaries - 术语</a></li>
|
||||
<li><a class="nav-httpHeaderGlossary" href="httpHeaderGlossary.html">HttpHeader - HTTP 标头</a></li>
|
||||
<li><a class="nav-httpRequestMethodsGlossary" href="httpRequestMethodsGlossary.html">HttpRequestMethods - HTTP 请求方法</a></li>
|
||||
<li><a class="nav-mimeTypeGlossary" href="mimeTypeGlossary.html">MimeType - MIME 类型</a></li>
|
||||
<li><a class="nav-notificationChannelGlossary" href="notificationChannelGlossary.html">NotificationChannel - 通知渠道</a></li>
|
||||
</ul>
|
||||
<div class="line"></div>
|
||||
|
||||
<ul>
|
||||
<li><a class="nav-dataTypes" href="dataTypes.html">Data Types - 数据类型</a></li>
|
||||
<li><a class="nav-omniTypes" href="omniTypes.html">Omnipotent Types - 全能类型</a></li>
|
||||
<li><a class="nav-storageType" href="storageType.html">Storage - 存储类</a></li>
|
||||
<li><a class="nav-androidBundleType" href="androidBundleType.html">AndroidBundle</a></li>
|
||||
<li><a class="nav-androidRectType" href="androidRectType.html">AndroidRect</a></li>
|
||||
<li><a class="nav-consoleBuildOptionsType" href="consoleBuildOptionsType.html">ConsoleBuildOptions</a></li>
|
||||
<li><a class="nav-httpRequestBuilderOptionsType" href="httpRequestBuilderOptionsType.html">HttpRequestBuilderOptions</a></li>
|
||||
<li><a class="nav-httpRequestHeadersType" href="httpRequestHeadersType.html">HttpRequestHeaders</a></li>
|
||||
<li><a class="nav-httpResponseBodyType" href="httpResponseBodyType.html">HttpResponseBody</a></li>
|
||||
<li><a class="nav-httpResponseHeadersType" href="httpResponseHeadersType.html">HttpResponseHeaders</a></li>
|
||||
<li><a class="nav-httpResponseType" href="httpResponseType.html">HttpResponse</a></li>
|
||||
<li><a class="nav-injectableWebClientType" href="injectableWebClientType.html">InjectableWebClient</a></li>
|
||||
<li><a class="nav-injectableWebViewType" href="injectableWebViewType.html">InjectableWebView</a></li>
|
||||
<li><a class="nav-noticeOptionsType" href="noticeOptionsType.html">NoticeOptions</a></li>
|
||||
<li><a class="nav-noticeChannelOptionsType" href="noticeChannelOptionsType.html">NoticeChannelOptions</a></li>
|
||||
<li><a class="nav-noticePresetConfigurationType" href="noticePresetConfigurationType.html">NoticePresetConfiguration</a></li>
|
||||
<li><a class="nav-noticeBuilderType" href="noticeBuilderType.html">NoticeBuilder</a></li>
|
||||
<li><a class="nav-okhttp3HttpUrlType" href="okhttp3HttpUrlType.html">Okhttp3HttpUrl</a></li>
|
||||
<li><a class="nav-ocrOptionsType" href="ocrOptionsType.html">OcrOptions</a></li>
|
||||
<li><a class="nav-okhttp3RequestType" href="okhttp3RequestType.html">Okhttp3Request</a></li>
|
||||
<li><a class="nav-opencvPointType" href="opencvPointType.html">OpencvPoint</a></li>
|
||||
<li><a class="nav-opencvRectType" href="opencvRectType.html">OpencvRect</a></li>
|
||||
<li><a class="nav-opencvSizeType" href="opencvSizeType.html">OpencvSize</a></li>
|
||||
</ul>
|
||||
<div class="line"></div>
|
||||
|
||||
<ul>
|
||||
<li><a class="nav-http-project-autojs6-com" href="http://project.autojs6.com">GitHub - 应用项目地址</a></li>
|
||||
<li><a class="nav-http-docs-project-autojs6-com" href="http://docs-project.autojs6.com">GitHub - 文档项目地址</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="column1" data-id="changelog" class="interior">
|
||||
<header>
|
||||
<h1>AutoJs6 文档 - 6.2.0</h1>
|
||||
<h1>AutoJs6 文档 - 6.3.0</h1>
|
||||
<div id="gtoc">
|
||||
<p class="index">
|
||||
<a href="index.html" name="toc">索引</a> |
|
||||
@@ -126,10 +165,16 @@
|
||||
<div id="toc">
|
||||
<h2>目录</h2>
|
||||
<ul>
|
||||
<li><span class="stability_undefined"><a href="#changelog_changelog">更新日志 (Changelog)</a></span><ul>
|
||||
<li><span class="stability_undefined"><a href="#changelog_2022_12_04">2022/12/04</a></span></li>
|
||||
<li><span class="stability_undefined"><a href="#changelog_2022_12_02">2022/12/02</a></span></li>
|
||||
<li><span class="stability_undefined"><a href="#changelog_2022_12_01">2022/12/01</a></span></li>
|
||||
<li><span class="stability_undefined"><a href="#changelog_changelog">文档更新日志 (Changelog)</a></span><ul>
|
||||
<li><span class="stability_undefined"><a href="#changelog_v1_1_3">v1.1.3</a></span></li>
|
||||
<li><span class="stability_undefined"><a href="#changelog_v1_1_2">v1.1.2</a></span></li>
|
||||
<li><span class="stability_undefined"><a href="#changelog_v1_1_1">v1.1.1</a></span></li>
|
||||
<li><span class="stability_undefined"><a href="#changelog_v1_1_0">v1.1.0</a></span></li>
|
||||
<li><span class="stability_undefined"><a href="#changelog_v1_0_6">v1.0.6</a></span></li>
|
||||
<li><span class="stability_undefined"><a href="#changelog_v1_0_5">v1.0.5</a></span></li>
|
||||
<li><span class="stability_undefined"><a href="#changelog_v1_0_4">v1.0.4</a></span></li>
|
||||
<li><span class="stability_undefined"><a href="#changelog_v1_0_3">v1.0.3</a></span></li>
|
||||
<li><span class="stability_undefined"><a href="#changelog_v1_0_2">v1.0.2</a></span></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -137,42 +182,127 @@
|
||||
</div>
|
||||
|
||||
<div id="apicontent">
|
||||
<h1>更新日志 (Changelog)<span><a class="mark" href="#changelog_changelog" id="changelog_changelog">#</a></span></h1>
|
||||
<h2>2022/12/04<span><a class="mark" href="#changelog_2022_12_04" id="changelog_2022_12_04">#</a></span></h2>
|
||||
<div class="signature"><ul>
|
||||
<li><code>新增</code> <a href="global.html#global_exite">global.exit(e)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="numberx.html#numberx_m_check">Numberx.check</a> 文档</li>
|
||||
<h1>文档更新日志 (Changelog)<span><a class="mark" href="#changelog_changelog" id="changelog_changelog">#</a></span></h1>
|
||||
<h2>v1.1.3<span><a class="mark" href="#changelog_v1_1_3" id="changelog_v1_1_3">#</a></span></h2>
|
||||
<p style="font: bold 0.8em sans-serif; color: #888888">2023/04/29</p>
|
||||
|
||||
<ul>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/colorType">颜色类 (Color)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/console">控制台 (Console)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/s13n">标准化 (Standardization)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/omniTypes">全能类型 (Omnipotent Types)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/noticeBuilderType">NoticeBuilder</a> / <a href="https://docs.autojs6.com/#/noticeChannelOptionsType">NoticeChannelOptions</a> / <a href="https://docs.autojs6.com/#/noticeOptionsType">NoticeOptions</a> 等类型</li>
|
||||
<li><code>新增</code> 示例代码区域增加 Copy 按钮以复制代码内容</li>
|
||||
<li><code>新增</code> 文档中的图片内容支持点击以全屏方式查看</li>
|
||||
<li><code>修复</code> 文档内容中部分图片资源丢失的问题</li>
|
||||
<li><code>优化</code> 生成器根据 properties 文件自动获取 AutoJs6 版本信息</li>
|
||||
<li><code>优化</code> 压缩本地 JavaScript 文件以提升页面加载速度</li>
|
||||
<li><code>优化</code> 本地化字体文件避免网络条件不佳时影响页面加载速度</li>
|
||||
<li><code>优化</code> 部分表格内容强制禁用自动断行以提升阅读体验</li>
|
||||
<li><code>优化</code> 完善 <a href="https://docs.autojs6.com/#/color">颜色 (Color)</a> 章节</li>
|
||||
<li><code>优化</code> 完善 <a href="https://docs.autojs6.com/#/notice">消息通知 (Notice)</a> 章节</li>
|
||||
<li><code>优化</code> 完善 <a href="https://docs.autojs6.com/#/ocr">光学字符识别 (OCR)</a> 章节</li>
|
||||
</ul>
|
||||
</div><h2>2022/12/02<span><a class="mark" href="#changelog_2022_12_02" id="changelog_2022_12_02">#</a></span></h2>
|
||||
<div class="signature"><ul>
|
||||
<h2>v1.1.2<span><a class="mark" href="#changelog_v1_1_2" id="changelog_v1_1_2">#</a></span></h2>
|
||||
<p style="font: bold 0.8em sans-serif; color: #888888">2023/03/21</p>
|
||||
|
||||
<ul>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/ocr">光学字符识别 (OCR)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/notice">消息通知 (Notice)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/httpRequestHeadersType">HttpRequestHeaders</a> / <a href="https://docs.autojs6.com/#/httpResponseHeadersType">HttpResponseHeaders</a> / <a href="https://docs.autojs6.com/#/opencvRectType">OpencvRect</a> 等类型</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/glossaries?id=通知渠道">通知渠道</a> / <a href="https://docs.autojs6.com/#/glossaries?id=HTTP-标头">HTTP 标头</a> / <a href="https://docs.autojs6.com/#/glossaries?id=MIME-类型">MIME 类型</a> / <a href="https://docs.autojs6.com/#/glossaries?id=HTTP-请求方法">HTTP 请求方法</a> 等术语</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/color">颜色 (Color)</a> 章节增加 <a href="https://docs.autojs6.com/#/color?id=m-toColorStateList">toColorStateList</a> 及 <a href="https://docs.autojs6.com/#/color?id=m-setPaintColor">setPaintColor</a> 条目</li>
|
||||
<li><code>修复</code> 文档更新日志条目中的链接无效的问题</li>
|
||||
<li><code>优化</code> 完善 <a href="https://docs.autojs6.com/#/qa">疑难解答 (Q & A)</a> 章节</li>
|
||||
</ul>
|
||||
<h2>v1.1.1<span><a class="mark" href="#changelog_v1_1_1" id="changelog_v1_1_1">#</a></span></h2>
|
||||
<p style="font: bold 0.8em sans-serif; color: #888888">2023/03/02</p>
|
||||
|
||||
<ul>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/base64">Base64</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/activity">活动 (Activity)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/plugins">插件 (Plugins)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/storages">存储 (Storages)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/web">万维网 (Web)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/global?id=m-species">global.species</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/glossaries">术语</a> 章节增加 <a href="https://docs.autojs6.com/#/glossaries?id=阈值">阈值</a> / <a href="https://docs.autojs6.com/#/glossaries?id=注入">注入</a> 等条目</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/dataTypes">数据类型</a> 章节增加 <a href="https://docs.autojs6.com/#/storageType">Storage</a> / <a href="https://docs.autojs6.com/#/dataTypes?id=colordetectionalgorithm">ColorDetectionAlgorithm</a> / <a href="https://docs.autojs6.com/#/injectableWebViewType">InjectableWebView</a> 等类型</li>
|
||||
<li><code>修复</code> 示例代码中与美元符号 ($) 相关内容可能出现占位符替换失败的问题</li>
|
||||
<li><code>优化</code> 完善 <a href="https://docs.autojs6.com/#/color">颜色 (Color)</a> 章节</li>
|
||||
</ul>
|
||||
<h2>v1.1.0<span><a class="mark" href="#changelog_v1_1_0" id="changelog_v1_1_0">#</a></span></h2>
|
||||
<p style="font: bold 0.8em sans-serif; color: #888888">2023/01/21</p>
|
||||
|
||||
<ul>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/autojs">AutoJs6 本体应用</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/colorTable">颜色列表 (Color Table)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/versionType">版本工具类 (Version)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/dataTypes">数据类型</a> 章节增加 <a href="https://docs.autojs6.com/#/dataTypes?id=rootmode">RootMode</a> / <a href="https://docs.autojs6.com/#/dataTypes?id=colorint">ColorInt</a> / <a href="https://docs.autojs6.com/#/dataTypes?id=intrange">IntRange</a> 等类型</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/global?id=p-r">global.R</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/numberx?id=m-clampto">Numberx.clampTo</a> / <a href="https://docs.autojs6.com/#/numberx?id=m-parseany">Numberx.parseAny</a> 文档</li>
|
||||
<li><code>优化</code> 完善 <a href="https://docs.autojs6.com/#/color">颜色 (Color)</a> 章节</li>
|
||||
</ul>
|
||||
<h2>v1.0.6<span><a class="mark" href="#changelog_v1_0_6" id="changelog_v1_0_6">#</a></span></h2>
|
||||
<p style="font: bold 0.8em sans-serif; color: #888888">2022/12/18</p>
|
||||
|
||||
<ul>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/versionType">版本工具类 (Version)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/global?id=m-existsall">global.existsAll</a> / <a href="https://docs.autojs6.com/#/global?id=m-existsone">global.existsOne</a> 文档</li>
|
||||
</ul>
|
||||
<h2>v1.0.5<span><a class="mark" href="#changelog_v1_0_5" id="changelog_v1_0_5">#</a></span></h2>
|
||||
<p style="font: bold 0.8em sans-serif; color: #888888">2022/12/16</p>
|
||||
|
||||
<ul>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/global?id=m-cx">global.cX</a> / <a href="https://docs.autojs6.com/#/global?id=m-cy">global.cY</a> 等相关文档</li>
|
||||
</ul>
|
||||
<h2>v1.0.4<span><a class="mark" href="#changelog_v1_0_4" id="changelog_v1_0_4">#</a></span></h2>
|
||||
<p style="font: bold 0.8em sans-serif; color: #888888">2022/12/04</p>
|
||||
|
||||
<ul>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/global?id=exite">global.exit(e)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/numberx?id=m-check">Numberx.check</a> 文档</li>
|
||||
</ul>
|
||||
<h2>v1.0.3<span><a class="mark" href="#changelog_v1_0_3" id="changelog_v1_0_3">#</a></span></h2>
|
||||
<p style="font: bold 0.8em sans-serif; color: #888888">2022/12/02</p>
|
||||
|
||||
<ul>
|
||||
<li><code>优化</code> App 文档去除右上角 Repo 区域防止遮挡文档内容</li>
|
||||
<li><code>优化</code> <a href="uiSelectorType.html">选择器</a> 章节完善选择器行为相关内容</li>
|
||||
<li><code>优化</code> 完善 <a href="uiSelectorType.html#uiselectortype_m_paste">UiSelector#paste</a> 方法相关内容</li>
|
||||
<li><code>优化</code> <a href="https://docs.autojs6.com/#/uiSelectorType">选择器</a> 章节完善选择器行为相关内容</li>
|
||||
<li><code>优化</code> 完善 <a href="https://docs.autojs6.com/#/uiSelectorType?id=m-paste">UiSelector#paste</a> 方法相关内容</li>
|
||||
</ul>
|
||||
</div><h2>2022/12/01<span><a class="mark" href="#changelog_2022_12_01" id="changelog_2022_12_01">#</a></span></h2>
|
||||
<div class="signature"><ul>
|
||||
<h2>v1.0.2<span><a class="mark" href="#changelog_v1_0_2" id="changelog_v1_0_2">#</a></span></h2>
|
||||
<p style="font: bold 0.8em sans-serif; color: #888888">2022/12/01</p>
|
||||
|
||||
<ul>
|
||||
<li><code>新增</code> 夜间模式主题适配</li>
|
||||
<li><code>新增</code> <a href="e4x.html">E4X</a> / <a href="glossaries.html">术语</a> / <a href="exceptions.html">异常</a> / <a href="dataTypes.html">数据类型</a> / <a href="uiSelectorType.html">选择器</a> / <a href="uiObjectType.html">控件节点</a> / <a href="uiObjectCollectionType.html">控件集合</a> 等章节</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/e4x">E4X</a> / <a href="https://docs.autojs6.com/#/glossaries">术语</a> / <a href="https://docs.autojs6.com/#/exceptions">异常</a> / <a href="https://docs.autojs6.com/#/dataTypes">数据类型</a> / <a href="https://docs.autojs6.com/#/uiSelectorType">选择器</a> / <a href="https://docs.autojs6.com/#/uiObjectType">控件节点</a> / <a href="https://docs.autojs6.com/#/uiObjectCollectionType">控件集合</a> 等条目</li>
|
||||
<li><code>修复</code> 章节标题可能显示不全的问题</li>
|
||||
<li><code>修复</code> 代码区域滑动时导致页面滑动的问题</li>
|
||||
<li><code>修复</code> App 文档无法跳转到其他章节的问题</li>
|
||||
<li><code>优化</code> 重新部署文档结构并统一样式 (暂未全部完成)</li>
|
||||
<li><code>优化</code> 完善 <a href="scriptingJava.html">脚本化 Java</a> 章节</li>
|
||||
<li><code>优化</code> 完善 <a href="https://docs.autojs6.com/#/scriptingJava">脚本化 Java</a> 章节</li>
|
||||
<li><code>优化</code> 支持 Java 等语言的语法高亮 (有限支持)</li>
|
||||
<li><code>优化</code> 去除章节标题的锚点标记</li>
|
||||
<li><code>优化</code> Web 文档封面适配夜间模式</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="assets/sh_javascript.js"></script>
|
||||
<script src="assets/sh_java.js"></script>
|
||||
<script src="assets/sh_main.js"></script>
|
||||
|
||||
<script src="plugins/docsify-copy-code@2.js"></script>
|
||||
<script src="plugins/zoom-image.js"></script>
|
||||
|
||||
<script>
|
||||
highlight(void 0, void 0, 'pre');
|
||||
highlight(void 0, void 0, 'tt');
|
||||
</script>
|
||||
|
||||
<!-- __TRACKING__ -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user