diff --git a/README-zh-CN.md b/README-zh-CN.md index 7425ed2..d4482be 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -5,7 +5,7 @@ [![Telegram](https://img.shields.io/badge/discussion-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI) [![Telegram](https://img.shields.io/badge/discussion%20dev-Telegram-blue.svg?logo=telegram)](https://t.me/HighCapable_Dev) -LOGO +LOGO 帮助你快速创建一个使用 YukiHookAPI 打造的 Xposed 项目模板。 @@ -13,7 +13,7 @@ ## 这是什么 -这是一个使用 [YukiHookAPI](https://github.com/fankes/YukiHookAPI) 作为核心的 Xposed 模块自动构建工具。 +这是一个使用 [YukiHookAPI](https://github.com/HighCapable/YuKiHookAPI) 作为核心的 Xposed 模块自动构建工具。 实现自动化搜索依赖快速搭建一个包含 Xposed 模块环境的 Android 项目模板。 diff --git a/README.md b/README.md index 388db42..f13b858 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Telegram](https://img.shields.io/badge/discussion-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI) [![Telegram](https://img.shields.io/badge/discussion%20dev-Telegram-blue.svg?logo=telegram)](https://t.me/HighCapable_Dev) -LOGO +LOGO A Xposed Project Builder by YukiHookAPI. @@ -13,7 +13,7 @@ English | [简体中文](https://github.com/HighCapable/YukiHookAPI-ProjectBuild ## What's this -This is an automatic building tool for Xposed Modules using [YukiHookAPI](https://github.com/fankes/YukiHookAPI) as the core. +This is an automatic building tool for Xposed Modules using [YukiHookAPI](https://github.com/HighCapable/YuKiHookAPI) as the core. Implementing automated search relies on quickly building an Android project template that includes a Xposed Module environment. diff --git a/public/project-template.zip b/public/project-template.zip index 9975793..0516cbe 100644 Binary files a/public/project-template.zip and b/public/project-template.zip differ diff --git a/src/app-space.js b/src/app-space.js index 792841f..14956fc 100644 --- a/src/app-space.js +++ b/src/app-space.js @@ -80,7 +80,7 @@ const appSpace = { label: locale.i18n.projectAddress, accelerator: system.isMacOS ? 'command+w' : 'ctrl+w', click: () => { - system.openBrowser('https://github.com/fankes/YukiHookAPI'); + system.openBrowser('https://github.com/HighCapable/YuKiHookAPI'); } }); const helpDocumentationChildItem = new MenuItem({ diff --git a/src/content/index.html b/src/content/index.html index e007922..1f4eb2c 100755 --- a/src/content/index.html +++ b/src/content/index.html @@ -270,7 +270,7 @@
{{aboutTip}}
{{projectAddress}}:  - https://github.com/fankes/YukiHookAPI
+ https://github.com/HighCapable/YuKiHookAPI
{{noticeTip}} diff --git a/src/content/render.js b/src/content/render.js index d444181..cc5b943 100644 --- a/src/content/render.js +++ b/src/content/render.js @@ -461,7 +461,7 @@ const projectDepends = { androidGradlePlugin: 'https://dl.google.com/dl/android/maven2/com/android/application/com.android.application.gradle.plugin/maven-metadata.xml', kotlin: 'https://api.github.com/repos/JetBrains/kotlin/releases', kotlinKsp: 'https://api.github.com/repos/google/ksp/releases', - yukiHookApi: 'https://api.github.com/repos/fankes/YukiHookAPI/releases' + yukiHookApi: 'https://api.github.com/repos/HighCapable/YuKiHookAPI/releases' }, /** 搜索项目依赖 */ search() {