Skip to content

Commit 6e4295d

Browse files
committed
Modify change related instructions and notes
1 parent 8e282dc commit 6e4295d

File tree

111 files changed

+120
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+120
-121
lines changed

README-zh-CN.md

Lines changed: 4 additions & 5 deletions

README.md

Lines changed: 6 additions & 6 deletions

demo-app/src/main/java/com/highcapable/yukihookapi/demo_app/ui/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
2+
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
33
* Copyright (C) 2019-2022 HighCapable
44
* https://github.com/fankes/YukiHookAPI
55
*

demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/application/DemoApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
2+
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
33
* Copyright (C) 2019-2022 HighCapable
44
* https://github.com/fankes/YukiHookAPI
55
*

demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/data/DataConst.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
2+
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
33
* Copyright (C) 2019-2022 HighCapable
44
* https://github.com/fankes/YukiHookAPI
55
*

demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/HookEntry.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
2+
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
33
* Copyright (C) 2019-2022 HighCapable
44
* https://github.com/fankes/YukiHookAPI
55
*

demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/hook/factory/ComponentCompatFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
2+
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
33
* Copyright (C) 2019-2022 HighCapable
44
* https://github.com/fankes/YukiHookAPI
55
*

demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
2+
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
33
* Copyright (C) 2019-2022 HighCapable
44
* https://github.com/fankes/YukiHookAPI
55
*

demo-module/src/main/java/com/highcapable/yukihookapi/demo_module/ui/PreferenceActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
2+
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
33
* Copyright (C) 2019-2022 HighCapable
44
* https://github.com/fankes/YukiHookAPI
55
*

docs-source/src/.vuepress/configs/template.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ export const configs = {
104104
locales: {
105105
'/en/': {
106106
lang: 'en-US',
107-
description: 'An efficient Kotlin version of the Xposed Hook API'
107+
description: 'An efficient Hook API and Xposed Module solution built in Kotlin'
108108
},
109109
'/zh-cn/': {
110110
lang: 'zh-CN',
111-
description: '一个使用 Kotlin 重构的轻量、高效、稳定的 Xposed Hook API'
111+
description: '一个使用 Kotlin 构建的高效 Hook API 与 Xposed 模块解决方案'
112112
}
113113
}
114114
},

0 commit comments

Comments
 (0)