mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-08 03:24:12 +08:00
docs: correct comments
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -743,7 +743,7 @@ fun ignored(): Result
|
||||
|
||||
`v1.1.0` `deprecated`
|
||||
|
||||
请转移到新方法 `ignored()`
|
||||
请迁移到新方法 `ignored()`
|
||||
|
||||
### Instance <span class="symbol">- class</span>
|
||||
|
||||
|
@@ -602,7 +602,7 @@ fun ignored(): Result
|
||||
|
||||
`v1.1.0` `deprecated`
|
||||
|
||||
请转移到新方法 `ignored()`
|
||||
请迁移到新方法 `ignored()`
|
||||
|
||||
### Instance <span class="symbol">- class</span>
|
||||
|
||||
|
@@ -873,7 +873,7 @@ fun ignored(): Result
|
||||
|
||||
`v1.1.0` `deprecated`
|
||||
|
||||
请转移到新方法 `ignored()`
|
||||
请迁移到新方法 `ignored()`
|
||||
|
||||
### Instance <span class="symbol">- class</span>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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`
|
@@ -58,7 +58,7 @@ LOGD
|
||||
|
||||
`v1.1.5` `deprecated`
|
||||
|
||||
请转移到 `XPOSED_ENVIRONMENT`
|
||||
请迁移到 `XPOSED_ENVIRONMENT`
|
||||
|
||||
### XPOSED_ENVIRONMENT <span class="symbol">- enum</span>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -24,7 +24,7 @@ interface IYukiHookXposedInit
|
||||
|
||||
作废了 ~~`YukiHookXposedInitProxy`~~ 名称但保留接口
|
||||
|
||||
转移到 `IYukiHookXposedInit` 新名称
|
||||
迁移到 `IYukiHookXposedInit` 新名称
|
||||
|
||||
**Function Illustrate**
|
||||
|
||||
@@ -106,4 +106,4 @@ fun onXposedEvent()
|
||||
|
||||
`v1.0.80` `deprecated`
|
||||
|
||||
请转移到 `IYukiHookXposedInit`
|
||||
请迁移到 `IYukiHookXposedInit`
|
Reference in New Issue
Block a user