From 0c0cf9bfba010596b99caeef18e6df10e2fc3db3 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 21 Oct 2023 01:18:49 +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 0c9b7d9..28fb668 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,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 942f5f6..973accd 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1424,7 +1424,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" />