Skip to content

Commit 64d0ec5

Browse files
committed
refactor: change repository owner to HighCapable (2nd)
1 parent b95ffda commit 64d0ec5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README-zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
[![Telegram](https://img.shields.io/badge/discussion-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI)
66
[![Telegram](https://img.shields.io/badge/discussion%20dev-Telegram-blue.svg?logo=telegram)](https://t.me/HighCapable_Dev)
77

8-
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100" alt="LOGO"/>
8+
<img src="https://github.com/HighCapable/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100" alt="LOGO"/>
99

1010
帮助你快速创建一个使用 YukiHookAPI 打造的 Xposed 项目模板。
1111

1212
[English](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/README.md) | 简体中文
1313

1414
## 这是什么
1515

16-
这是一个使用 [YukiHookAPI](https://github.com/fankes/YukiHookAPI) 作为核心的 Xposed 模块自动构建工具。
16+
这是一个使用 [YukiHookAPI](https://github.com/HighCapable/YuKiHookAPI) 作为核心的 Xposed 模块自动构建工具。
1717

1818
实现自动化搜索依赖快速搭建一个包含 Xposed 模块环境的 Android 项目模板。
1919

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
[![Telegram](https://img.shields.io/badge/discussion-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI)
66
[![Telegram](https://img.shields.io/badge/discussion%20dev-Telegram-blue.svg?logo=telegram)](https://t.me/HighCapable_Dev)
77

8-
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100" alt="LOGO"/>
8+
<img src="https://github.com/HighCapable/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100" alt="LOGO"/>
99

1010
A Xposed Project Builder by YukiHookAPI.
1111

1212
English | [简体中文](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/README-zh-CN.md)
1313

1414
## What's this
1515

16-
This is an automatic building tool for Xposed Modules using [YukiHookAPI](https://github.com/fankes/YukiHookAPI) as the core.
16+
This is an automatic building tool for Xposed Modules using [YukiHookAPI](https://github.com/HighCapable/YuKiHookAPI) as the core.
1717

1818
Implementing automated search relies on quickly building an Android project template that includes a Xposed Module environment.
1919

public/project-template.zip

-2.31 KB
Binary file not shown.

src/app-space.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const appSpace = {
8080
label: locale.i18n.projectAddress,
8181
accelerator: system.isMacOS ? 'command+w' : 'ctrl+w',
8282
click: () => {
83-
system.openBrowser('https://github.com/fankes/YukiHookAPI');
83+
system.openBrowser('https://github.com/HighCapable/YuKiHookAPI');
8484
}
8585
});
8686
const helpDocumentationChildItem = new MenuItem({

src/content/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
<span id="about_version_text"></span><br/>
271271
<span class="i18n">{{aboutTip}}</span><br/>
272272
<span class="i18n">{{projectAddress}}:&nbsp</span>
273-
<span class="url-link">https://github.com/fankes/YukiHookAPI</span><br/>
273+
<span class="url-link">https://github.com/HighCapable/YuKiHookAPI</span><br/>
274274
<div style="margin-top: 10px"></div>
275275
<span class="i18n" style="font-size: 10pt;opacity: 0.6;line-height: 18px">{{noticeTip}}</span>
276276
</div>

src/content/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ const projectDepends = {
461461
androidGradlePlugin: 'https://dl.google.com/dl/android/maven2/com/android/application/com.android.application.gradle.plugin/maven-metadata.xml',
462462
kotlin: 'https://api.github.com/repos/JetBrains/kotlin/releases',
463463
kotlinKsp: 'https://api.github.com/repos/google/ksp/releases',
464-
yukiHookApi: 'https://api.github.com/repos/fankes/YukiHookAPI/releases'
464+
yukiHookApi: 'https://api.github.com/repos/HighCapable/YuKiHookAPI/releases'
465465
},
466466
/** 搜索项目依赖 */
467467
search() {

0 commit comments

Comments
 (0)