From 9f323f466a5a2673293733ad1cc1f957102bfc03 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 21 Oct 2023 01:22:13 +0800 Subject: [PATCH] feat(docs): update YukiHookAPI owner link --- README.md | 2 +- app/src/main/res/layout/activity_main.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 699a682..d6fc912 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,6 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . ``` -Powered by [YukiHookAPI](https://github.com/fankes/YukiHookAPI) +Powered by [YukiHookAPI](https://github.com/HighCapable/YukiHookAPI) 版权所有 © 2017-2023 Fankes Studio(qzmmcn@163.com) \ No newline at end of file diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 3872d85..f109374 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1302,7 +1302,7 @@ android:ellipsize="end" android:lineSpacingExtra="6dp" android:maxLines="2" - android:text="此模块使用 YukiHookAPI 构建。\n了解更多 https://github.com/fankes/YukiHookAPI" + android:text="此模块使用 YukiHookAPI 构建。\n了解更多 https://github.com/HighCapable/YukiHookAPI" android:textColor="@color/colorTextGray" android:textSize="11sp" />