diff --git a/README-zh-CN.md b/README-zh-CN.md index 85f4d88..7425ed2 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -1,7 +1,7 @@ # YukiHookAPI Project Builder -[![GitHub license](https://img.shields.io/github/license/fankes/YukiHookAPI-ProjectBuilder?color=blue)](https://github.com/fankes/YukiHookAPI-ProjectBuilder/blob/master/LICENSE) -[![GitHub release](https://img.shields.io/github/v/release/fankes/YukiHookAPI-ProjectBuilder?display_name=release&logo=github&color=green)](https://github.com/fankes/YukiHookAPI-ProjectBuilder/releases) +[![GitHub license](https://img.shields.io/github/license/HighCapable/YukiHookAPI-ProjectBuilder?color=blue)](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/LICENSE) +[![GitHub release](https://img.shields.io/github/v/release/HighCapable/YukiHookAPI-ProjectBuilder?display_name=release&logo=github&color=green)](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/releases) [![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) @@ -9,7 +9,7 @@ 帮助你快速创建一个使用 YukiHookAPI 打造的 Xposed 项目模板。 -[English](https://github.com/fankes/YukiHookAPI-ProjectBuilder/blob/master/README.md) | 简体中文 +[English](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/README.md) | 简体中文 ## 这是什么 @@ -21,7 +21,7 @@ 本项目使用 **Electron** 开发,快速实现多平台本地化应用程序的构建和运行。 -你可以直接从 [Release](https://github.com/fankes/YukiHookAPI-ProjectBuilder/releases) 下载适合于你平台的应用程序。 +你可以直接从 [Release](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/releases) 下载适合于你平台的应用程序。 > 以下是手动部署与编译步骤 @@ -77,7 +77,7 @@ npm run package ## Star History -![Star History Chart](https://api.star-history.com/svg?repos=fankes/YukiHookAPI-ProjectBuilder&type=Date) +![Star History Chart](https://api.star-history.com/svg?repos=HighCapable/YukiHookAPI-ProjectBuilder&type=Date) ## 许可证 diff --git a/README.md b/README.md index bd4a6f9..388db42 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # YukiHookAPI Project Builder -[![GitHub license](https://img.shields.io/github/license/fankes/YukiHookAPI-ProjectBuilder?color=blue)](https://github.com/fankes/YukiHookAPI-ProjectBuilder/blob/master/LICENSE) -[![GitHub release](https://img.shields.io/github/v/release/fankes/YukiHookAPI-ProjectBuilder?display_name=release&logo=github&color=green)](https://github.com/fankes/YukiHookAPI-ProjectBuilder/releases) +[![GitHub license](https://img.shields.io/github/license/HighCapable/YukiHookAPI-ProjectBuilder?color=blue)](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/LICENSE) +[![GitHub release](https://img.shields.io/github/v/release/HighCapable/YukiHookAPI-ProjectBuilder?display_name=release&logo=github&color=green)](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/releases) [![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) @@ -9,7 +9,7 @@ A Xposed Project Builder by YukiHookAPI. -English | [简体中文](https://github.com/fankes/YukiHookAPI-ProjectBuilder/blob/master/README-zh-CN.md) +English | [简体中文](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/README-zh-CN.md) ## What's this @@ -22,7 +22,7 @@ Implementing automated search relies on quickly building an Android project temp This project is developed using **Electron** to quickly build and run multi-platform localized applications. You can download the application for your platform directly -from [Release](https://github.com/fankes/YukiHookAPI-ProjectBuilder/releases). +from [Release](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/releases). > The following are the manual deployment and compilation steps @@ -76,7 +76,7 @@ npm run package ## Star History -![Star History Chart](https://api.star-history.com/svg?repos=fankes/YukiHookAPI-ProjectBuilder&type=Date) +![Star History Chart](https://api.star-history.com/svg?repos=HighCapable/YukiHookAPI-ProjectBuilder&type=Date) ## License diff --git a/src/app-space.js b/src/app-space.js index 6b4ded7..792841f 100644 --- a/src/app-space.js +++ b/src/app-space.js @@ -1,7 +1,7 @@ /* * YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI. * Copyright (C) 2019-2023 HighCapable - * https://github.com/fankes/YukiHookAPI-ProjectBuilder + * https://github.com/HighCapable/YukiHookAPI-ProjectBuilder * * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License diff --git a/src/app.js b/src/app.js index b9978c8..ec32b72 100644 --- a/src/app.js +++ b/src/app.js @@ -1,7 +1,7 @@ /* * YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI. * Copyright (C) 2019-2023 HighCapable - * https://github.com/fankes/YukiHookAPI-ProjectBuilder + * https://github.com/HighCapable/YukiHookAPI-ProjectBuilder * * This software is non-free but opensource software: you can redistribute it * and/or modify it under the terms of the GNU Affero General Public License diff --git a/src/content/index.html b/src/content/index.html index b09fe0c..e007922 100755 --- a/src/content/index.html +++ b/src/content/index.html @@ -1,7 +1,7 @@