mirror of
https://github.com/HighCapable/YukiHookAPI-ProjectBuilder.git
synced 2025-09-04 01:35:23 +08:00
refactor: change repository owner to HighCapable (2nd)
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
[](https://t.me/YukiHookAPI)
|
[](https://t.me/YukiHookAPI)
|
||||||
[](https://t.me/HighCapable_Dev)
|
[](https://t.me/HighCapable_Dev)
|
||||||
|
|
||||||
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100" alt="LOGO"/>
|
<img src="https://github.com/HighCapable/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100" alt="LOGO"/>
|
||||||
|
|
||||||
帮助你快速创建一个使用 YukiHookAPI 打造的 Xposed 项目模板。
|
帮助你快速创建一个使用 YukiHookAPI 打造的 Xposed 项目模板。
|
||||||
|
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
## 这是什么
|
## 这是什么
|
||||||
|
|
||||||
这是一个使用 [YukiHookAPI](https://github.com/fankes/YukiHookAPI) 作为核心的 Xposed 模块自动构建工具。
|
这是一个使用 [YukiHookAPI](https://github.com/HighCapable/YuKiHookAPI) 作为核心的 Xposed 模块自动构建工具。
|
||||||
|
|
||||||
实现自动化搜索依赖快速搭建一个包含 Xposed 模块环境的 Android 项目模板。
|
实现自动化搜索依赖快速搭建一个包含 Xposed 模块环境的 Android 项目模板。
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
[](https://t.me/YukiHookAPI)
|
[](https://t.me/YukiHookAPI)
|
||||||
[](https://t.me/HighCapable_Dev)
|
[](https://t.me/HighCapable_Dev)
|
||||||
|
|
||||||
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100" alt="LOGO"/>
|
<img src="https://github.com/HighCapable/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100" alt="LOGO"/>
|
||||||
|
|
||||||
A Xposed Project Builder by YukiHookAPI.
|
A Xposed Project Builder by YukiHookAPI.
|
||||||
|
|
||||||
@@ -13,7 +13,7 @@ English | [简体中文](https://github.com/HighCapable/YukiHookAPI-ProjectBuild
|
|||||||
|
|
||||||
## What's this
|
## 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.
|
Implementing automated search relies on quickly building an Android project template that includes a Xposed Module environment.
|
||||||
|
|
||||||
|
Binary file not shown.
@@ -80,7 +80,7 @@ const appSpace = {
|
|||||||
label: locale.i18n.projectAddress,
|
label: locale.i18n.projectAddress,
|
||||||
accelerator: system.isMacOS ? 'command+w' : 'ctrl+w',
|
accelerator: system.isMacOS ? 'command+w' : 'ctrl+w',
|
||||||
click: () => {
|
click: () => {
|
||||||
system.openBrowser('https://github.com/fankes/YukiHookAPI');
|
system.openBrowser('https://github.com/HighCapable/YuKiHookAPI');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const helpDocumentationChildItem = new MenuItem({
|
const helpDocumentationChildItem = new MenuItem({
|
||||||
|
@@ -270,7 +270,7 @@
|
|||||||
<span id="about_version_text"></span><br/>
|
<span id="about_version_text"></span><br/>
|
||||||
<span class="i18n">{{aboutTip}}</span><br/>
|
<span class="i18n">{{aboutTip}}</span><br/>
|
||||||
<span class="i18n">{{projectAddress}}: </span>
|
<span class="i18n">{{projectAddress}}: </span>
|
||||||
<span class="url-link">https://github.com/fankes/YukiHookAPI</span><br/>
|
<span class="url-link">https://github.com/HighCapable/YuKiHookAPI</span><br/>
|
||||||
<div style="margin-top: 10px"></div>
|
<div style="margin-top: 10px"></div>
|
||||||
<span class="i18n" style="font-size: 10pt;opacity: 0.6;line-height: 18px">{{noticeTip}}</span>
|
<span class="i18n" style="font-size: 10pt;opacity: 0.6;line-height: 18px">{{noticeTip}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -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',
|
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',
|
kotlin: 'https://api.github.com/repos/JetBrains/kotlin/releases',
|
||||||
kotlinKsp: 'https://api.github.com/repos/google/ksp/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() {
|
search() {
|
||||||
|
Reference in New Issue
Block a user