6.3.2 - 新增 crypto 模块 / 日志复制及导出; 修复 runtime.loadDex 及 loadJar; 优化客户端及服务端连接体验
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>文档更新日志 (Changelog) | AutoJs6 文档 - 6.3.0</title>
|
||||
<title>文档更新日志 (Changelog) | AutoJs6 文档 - 6.3.2</title>
|
||||
<link rel="stylesheet" href="assets/fonts.css">
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
<link rel="stylesheet" href="assets/sh.css">
|
||||
@@ -122,6 +122,9 @@
|
||||
<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-cryptoCipherOptionsType" href="cryptoCipherOptionsType.html">CryptoCipherOptions</a></li>
|
||||
<li><a class="nav-cryptoKeyType" href="cryptoKeyType.html">CryptoKey</a></li>
|
||||
<li><a class="nav-cryptoKeyPairType" href="cryptoKeyPairType.html">CryptoKeyPair</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>
|
||||
@@ -152,7 +155,7 @@
|
||||
|
||||
<div id="column1" data-id="changelog" class="interior">
|
||||
<header>
|
||||
<h1>AutoJs6 文档 - 6.3.0</h1>
|
||||
<h1>AutoJs6 文档 - 6.3.2</h1>
|
||||
<div id="gtoc">
|
||||
<p class="index">
|
||||
<a href="index.html" name="toc">索引</a> |
|
||||
@@ -166,6 +169,7 @@
|
||||
<h2>目录</h2>
|
||||
<ul>
|
||||
<li><span class="stability_undefined"><a href="#changelog_changelog">文档更新日志 (Changelog)</a></span><ul>
|
||||
<li><span class="stability_undefined"><a href="#changelog_v1_1_5">v1.1.5</a></span></li>
|
||||
<li><span class="stability_undefined"><a href="#changelog_v1_1_4">v1.1.4</a></span></li>
|
||||
<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>
|
||||
@@ -184,6 +188,16 @@
|
||||
|
||||
<div id="apicontent">
|
||||
<h1>文档更新日志 (Changelog)<span><a class="mark" href="#changelog_changelog" id="changelog_changelog">#</a></span></h1>
|
||||
<h2>v1.1.5<span><a class="mark" href="#changelog_v1_1_5" id="changelog_v1_1_5">#</a></span></h2>
|
||||
<p style="font: bold 0.8em sans-serif; color: #888888">2023/07/06</p>
|
||||
|
||||
<ul>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/crypto">密文 (Crypto)</a> 文档</li>
|
||||
<li><code>新增</code> <a href="https://docs.autojs6.com/#/cryptoCipherOptionsType">CryptoCipherOptions</a> / <a href="https://docs.autojs6.com/#/cryptoKeyType">CryptoKey</a> / <a href="https://docs.autojs6.com/#/cryptoKeyPairType">CryptoKeyPair</a> 等类型</li>
|
||||
<li><code>修复</code> floaty 模块 widht 拼写失误 <em><a href="http://docs-project.autojs6.com/issues/1"><code>issue #1</code></a></em></li>
|
||||
<li><code>优化</code> 完善 <a href="https://docs.autojs6.com/#/base64">Base64</a> 章节</li>
|
||||
<li><code>优化</code> 完善 <a href="https://docs.autojs6.com/#/color">颜色 (Color)</a> 章节</li>
|
||||
</ul>
|
||||
<h2>v1.1.4<span><a class="mark" href="#changelog_v1_1_4" id="changelog_v1_1_4">#</a></span></h2>
|
||||
<p style="font: bold 0.8em sans-serif; color: #888888">2023/05/26</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user