docs: correct comments

This commit is contained in:
2023-09-23 19:39:10 +08:00
parent 1f1a0b6c11
commit e7cca9b5ca
35 changed files with 122 additions and 122 deletions

View File

@@ -60,7 +60,7 @@ const val API_VERSION_CODE: Int
`v1.0.91` `removed`
移到 `Status.Executor.name`
移到 `Status.Executor.name`
<h2 class="deprecated">executorVersion - field</h2>
@@ -70,7 +70,7 @@ const val API_VERSION_CODE: Int
`v1.0.91` `removed`
移到 `Status.Executor.apiLevel`、`Status.Executor.versionName`、`Status.Executor.versionCode`
移到 `Status.Executor.apiLevel`、`Status.Executor.versionName`、`Status.Executor.versionCode`
## Status <span class="symbol">- object</span>
@@ -122,7 +122,7 @@ val isXposedEnvironment: Boolean
`v1.1.5` `deprecated`
移到 `Executor.name`
移到 `Executor.name`
<h3 class="deprecated">executorVersion - field</h3>
@@ -132,7 +132,7 @@ val isXposedEnvironment: Boolean
`v1.1.5` `deprecated`
移到 `Executor.apiLevel`、`Executor.versionName`、`Executor.versionCode`
移到 `Executor.apiLevel`、`Executor.versionName`、`Executor.versionCode`
### isModuleActive <span class="symbol">- field</span>
@@ -376,7 +376,7 @@ inline fun debugLog(initiate: YukiHookLogger.Configs.() -> Unit)
`v1.1.0` `deprecated`
移到 `YukiHookLogger.Configs.tag`
移到 `YukiHookLogger.Configs.tag`
### isDebug <span class="symbol">- field</span>
@@ -402,7 +402,7 @@ var isDebug: Boolean
`v1.1.0` `deprecated`
移到 `YukiHookLogger.Configs.isEnable`
移到 `YukiHookLogger.Configs.isEnable`
<h3 class="deprecated">isEnableModulePrefsCache - field</h3>
@@ -412,7 +412,7 @@ var isDebug: Boolean
`v1.1.9` `deprecated`
移到 `isEnablePrefsBridgeCache`
移到 `isEnablePrefsBridgeCache`
<h3 class="deprecated">isEnablePrefsBridgeCache - field</h3>

View File

@@ -216,7 +216,7 @@ inner class MemberHookCreator internal constructor(private val priority: Int, in
`v1.1.0` `removed`
移到 `members`
移到 `members`
### members <span class="symbol">- method</span>

View File

@@ -743,7 +743,7 @@ fun ignored(): Result
`v1.1.0` `deprecated`
移到新方法 `ignored()`
移到新方法 `ignored()`
### Instance <span class="symbol">- class</span>

View File

@@ -602,7 +602,7 @@ fun ignored(): Result
`v1.1.0` `deprecated`
移到新方法 `ignored()`
移到新方法 `ignored()`
### Instance <span class="symbol">- class</span>

View File

@@ -873,7 +873,7 @@ fun ignored(): Result
`v1.1.0` `deprecated`
移到新方法 `ignored()`
移到新方法 `ignored()`
### Instance <span class="symbol">- class</span>

View File

@@ -904,7 +904,7 @@ inline fun <reified T : Any> T.current(ignored: Boolean, initiate: CurrentClass.
`v1.1.0` `deprecated`
移到 `buildOf` 方法
移到 `buildOf` 方法
## Class.buildOf <span class="symbol">- ext-method</span>

View File

@@ -72,7 +72,7 @@ fun IYukiHookXposedInit.encase(vararg hooker: YukiBaseHooker)
`v1.1.9` `deprecated`
移到 `prefs` 方法
移到 `prefs` 方法
<h2 class="deprecated">Context.modulePrefs - ext-method</h2>
@@ -82,7 +82,7 @@ fun IYukiHookXposedInit.encase(vararg hooker: YukiBaseHooker)
`v1.1.9` `deprecated`
移到 `prefs` 方法
移到 `prefs` 方法
## Context.prefs <span class="symbol">- ext-method</span>
@@ -224,7 +224,7 @@ fun Context.applyModuleTheme(theme: Int, configuration: Configuration?): ModuleC
`v1.0.91` `removed`
移到 `YukiHookAPI.Status.isSupportResourcesHook`
移到 `YukiHookAPI.Status.isSupportResourcesHook`
<h2 class="deprecated">isModuleActive - field</h2>
@@ -234,7 +234,7 @@ fun Context.applyModuleTheme(theme: Int, configuration: Configuration?): ModuleC
`v1.0.91` `removed`
移到 `YukiHookAPI.Status.isModuleActive`
移到 `YukiHookAPI.Status.isModuleActive`
<h2 class="deprecated">isXposedModuleActive - field</h2>
@@ -244,7 +244,7 @@ fun Context.applyModuleTheme(theme: Int, configuration: Configuration?): ModuleC
`v1.0.91` `removed`
移到 `YukiHookAPI.Status.isXposedModuleActive`
移到 `YukiHookAPI.Status.isXposedModuleActive`
<h2 class="deprecated">isTaiChiModuleActive - field</h2>
@@ -254,7 +254,7 @@ fun Context.applyModuleTheme(theme: Int, configuration: Configuration?): ModuleC
`v1.0.91` `removed`
移到 `YukiHookAPI.Status.isTaiChiModuleActive`
移到 `YukiHookAPI.Status.isTaiChiModuleActive`
<h1 class="deprecated">YukiHookModuleStatus - class</h1>
@@ -264,4 +264,4 @@ fun Context.applyModuleTheme(theme: Int, configuration: Configuration?): ModuleC
`v1.0.91` `deprecated`
移到 `YukiHookAPI.Status`
移到 `YukiHookAPI.Status`

View File

@@ -58,7 +58,7 @@ LOGD
`v1.1.5` `deprecated`
移到 `XPOSED_ENVIRONMENT`
移到 `XPOSED_ENVIRONMENT`
### XPOSED_ENVIRONMENT <span class="symbol">- enum</span>

View File

@@ -617,7 +617,7 @@ inline fun searchClass(name: String, async: Boolean, initiate: ClassConditions):
`v1.1.0` `deprecated`
移到 `toClass(...)` 方法
移到 `toClass(...)` 方法
<h2 class="deprecated">String.hasClass - i-ext-field</h2>
@@ -627,7 +627,7 @@ inline fun searchClass(name: String, async: Boolean, initiate: ClassConditions):
`v1.1.0` `deprecated`
移到 `hasClass(...)` 方法
移到 `hasClass(...)` 方法
## String+VariousClass.toClass <span class="symbol">- i-ext-method</span>

View File

@@ -70,7 +70,7 @@ class YukiHookPrefsBridge private constructor(private var context: Context?)
`v1.1.5` `deprecated`
移到 `isPreferencesAvailable`
移到 `isPreferencesAvailable`
<h2 class="deprecated">isRunInNewXShareMode - field</h2>
@@ -80,7 +80,7 @@ class YukiHookPrefsBridge private constructor(private var context: Context?)
`v1.1.5` `deprecated`
移到 `isPreferencesAvailable`
移到 `isPreferencesAvailable`
## isPreferencesAvailable <span class="symbol">- field</span>
@@ -286,7 +286,7 @@ fun all(): HashMap<String, Any?>
`v1.1.9` `deprecated`
移到 `edit` 方法
移到 `edit` 方法
<h2 class="deprecated">clear - method</h2>
@@ -296,7 +296,7 @@ fun all(): HashMap<String, Any?>
`v1.1.9` `deprecated`
移到 `edit` 方法
移到 `edit` 方法
<h2 class="deprecated">putString - method</h2>
@@ -306,7 +306,7 @@ fun all(): HashMap<String, Any?>
`v1.1.9` `deprecated`
移到 `edit` 方法
移到 `edit` 方法
<h2 class="deprecated">putStringSet - method</h2>
@@ -316,7 +316,7 @@ fun all(): HashMap<String, Any?>
`v1.1.9` `deprecated`
移到 `edit` 方法
移到 `edit` 方法
<h2 class="deprecated">putBoolean - method</h2>
@@ -326,7 +326,7 @@ fun all(): HashMap<String, Any?>
`v1.1.9` `deprecated`
移到 `edit` 方法
移到 `edit` 方法
<h2 class="deprecated">putInt - method</h2>
@@ -336,7 +336,7 @@ fun all(): HashMap<String, Any?>
`v1.1.9` `deprecated`
移到 `edit` 方法
移到 `edit` 方法
<h2 class="deprecated">putLong - method</h2>
@@ -346,7 +346,7 @@ fun all(): HashMap<String, Any?>
`v1.1.9` `deprecated`
移到 `edit` 方法
移到 `edit` 方法
<h2 class="deprecated">putFloat - method</h2>
@@ -356,7 +356,7 @@ fun all(): HashMap<String, Any?>
`v1.1.9` `deprecated`
移到 `edit` 方法
移到 `edit` 方法
## get <span class="symbol">- method</span>
@@ -380,7 +380,7 @@ inline fun <reified T> get(prefs: PrefsData<T>, value: T): T
`v1.1.9` `deprecated`
移到 `edit` 方法
移到 `edit` 方法
## edit <span class="symbol">- method</span>

View File

@@ -24,7 +24,7 @@ interface IYukiHookXposedInit
作废了 ~~`YukiHookXposedInitProxy`~~ 名称但保留接口
移到 `IYukiHookXposedInit` 新名称
移到 `IYukiHookXposedInit` 新名称
**Function Illustrate**
@@ -106,4 +106,4 @@ fun onXposedEvent()
`v1.0.80` `deprecated`
移到 `IYukiHookXposedInit`
移到 `IYukiHookXposedInit`