6.6.1 - 发行版发布准备

This commit is contained in:
SuperMonster003
2025-01-01 17:15:17 +08:00
parent 3ac6a643b6
commit bc64404a44
148 changed files with 532 additions and 457 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Shizuku | AutoJs6 文档 - 6.6.0</title>
<title>Shizuku | AutoJs6 文档 - 6.6.1</title>
<link rel="stylesheet" href="assets/fonts.css">
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="assets/sh.css">
@@ -162,7 +162,7 @@
<div id="column1" data-id="shizuku" class="interior">
<header>
<h1>AutoJs6 文档 - 6.6.0</h1>
<h1>AutoJs6 文档 - 6.6.1</h1>
<div id="gtoc">
<p class="index">
<a href="index.html" name="toc">索引</a> |
@@ -191,24 +191,8 @@
<h1>Shizuku<span><a class="mark" href="#shizuku_shizuku" id="shizuku_shizuku">#</a></span></h1>
<hr>
<p style="font: italic 1em sans-serif; color: #78909C">此章节待补充或完善...</p>
<p style="font: italic 1em sans-serif; color: #78909C">Marked by SuperMonster003 on Nov 14, 2024.</p>
<p style="font: italic 1em sans-serif; color: #78909C">Marked by SuperMonster003 on Oct 30, 2023.</p>
<hr>
<p style="font: italic 1em sans-serif; color: #78909C">TypeScript Declarations (v6.6.0+)</p>
<pre><code class="lang-typescript">interface Shizuku extends org.autojs.autojs.runtime.api.WrappedShizuku {
(command: string | string[]): AbstractShell.Result;
(command: string | string[], commandArgument: object | string): AbstractShell.Result;
execCommand(command: string | string[]): AbstractShell.Result;
execCommand(command: string | string[], commandArgument: object | string): AbstractShell.Result;
getCommand(command: string | string[]): string;
getCommand(command: string | string[], commandArgument: object | string): string;
}
</code></pre>
<hr>
<p>通过 <a href="https://shizuku.rikka.app/introduction/">Shizuku</a> 可以获得 ADB 特权并使用系统 API.</p>
<p>使用 Shizuku 需满足以下全部条件</p>