mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 01:35:17 +08:00
Modify change related instructions and notes
This commit is contained in:
@@ -104,11 +104,11 @@ export const configs = {
|
||||
locales: {
|
||||
'/en/': {
|
||||
lang: 'en-US',
|
||||
description: 'An efficient Kotlin version of the Xposed Hook API'
|
||||
description: 'An efficient Hook API and Xposed Module solution built in Kotlin'
|
||||
},
|
||||
'/zh-cn/': {
|
||||
lang: 'zh-CN',
|
||||
description: '一个使用 Kotlin 重构的轻量、高效、稳定的 Xposed Hook API'
|
||||
description: '一个使用 Kotlin 构建的高效 Hook API 与 Xposed 模块解决方案'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
## Background
|
||||
|
||||
This is an efficient Xposed Hook API rebuilt in `Kotlin`.
|
||||
This is an efficient Hook API rebuilt based on the Xposed API using `Kotlin`, and creates rich function extensions for the development of Xposed Modules.
|
||||
|
||||
The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016).
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
## 背景
|
||||
|
||||
这是一个使用 `Kotlin` 重新构建的高效 Xposed Hook API。
|
||||
这是一个使用 `Kotlin` 基于 Xposed API 重新构建的高效 Hook API,同时为 Xposed 模块的开发打造了丰富的功能扩展。
|
||||
|
||||
名称取自 [《ももくり》女主 栗原 雪(Yuki)](https://www.bilibili.com/bangumi/play/ss5016)。
|
||||
|
||||
|
Reference in New Issue
Block a user