File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1010A Xposed Project Builder by YukiHookAPI.
1111
1212English | [ 简体中文] ( 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
1818Implementing automated search relies on quickly building an Android project template that includes a Xposed Module environment.
1919
Original file line number Diff line number Diff 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 ( {
Original file line number Diff line number Diff line change 270270 < span id ="about_version_text "> </ span > < br />
271271 < span class ="i18n "> {{aboutTip}}</ span > < br />
272272 < span class ="i18n "> {{projectAddress}}: </ 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 >
Original file line number Diff line number Diff 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 ( ) {
You can’t perform that action at this time.
0 commit comments