From d8b3884cb0fa0b2d0ef7b8e7b23d9230429e6fbe Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sat, 21 Oct 2023 00:55:59 +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 0a19c46..6b97019 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,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 744d3d1..463102b 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -631,7 +631,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" />