Skip to content

Commit b95ffda

Browse files
committed
refactor: change repository owner to HighCapable
1 parent 8aefb7d commit b95ffda

File tree

14 files changed

+22
-22
lines changed

14 files changed

+22
-22
lines changed

README-zh-CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# YukiHookAPI Project Builder
22

3-
[![GitHub license](https://img.shields.io/github/license/fankes/YukiHookAPI-ProjectBuilder?color=blue)](https://github.com/fankes/YukiHookAPI-ProjectBuilder/blob/master/LICENSE)
4-
[![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)
3+
[![GitHub license](https://img.shields.io/github/license/HighCapable/YukiHookAPI-ProjectBuilder?color=blue)](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/LICENSE)
4+
[![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)
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

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

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

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

1414
## 这是什么
1515

@@ -21,7 +21,7 @@
2121

2222
本项目使用 **Electron** 开发,快速实现多平台本地化应用程序的构建和运行。
2323

24-
你可以直接从 [Release](https://github.com/fankes/YukiHookAPI-ProjectBuilder/releases) 下载适合于你平台的应用程序。
24+
你可以直接从 [Release](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/releases) 下载适合于你平台的应用程序。
2525

2626
> 以下是手动部署与编译步骤
2727
@@ -77,7 +77,7 @@ npm run package
7777

7878
## Star History
7979

80-
![Star History Chart](https://api.star-history.com/svg?repos=fankes/YukiHookAPI-ProjectBuilder&type=Date)
80+
![Star History Chart](https://api.star-history.com/svg?repos=HighCapable/YukiHookAPI-ProjectBuilder&type=Date)
8181

8282
## 许可证
8383

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# YukiHookAPI Project Builder
22

3-
[![GitHub license](https://img.shields.io/github/license/fankes/YukiHookAPI-ProjectBuilder?color=blue)](https://github.com/fankes/YukiHookAPI-ProjectBuilder/blob/master/LICENSE)
4-
[![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)
3+
[![GitHub license](https://img.shields.io/github/license/HighCapable/YukiHookAPI-ProjectBuilder?color=blue)](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/LICENSE)
4+
[![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)
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

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

1010
A Xposed Project Builder by YukiHookAPI.
1111

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

1414
## What's this
1515

@@ -22,7 +22,7 @@ Implementing automated search relies on quickly building an Android project temp
2222
This project is developed using **Electron** to quickly build and run multi-platform localized applications.
2323

2424
You can download the application for your platform directly
25-
from [Release](https://github.com/fankes/YukiHookAPI-ProjectBuilder/releases).
25+
from [Release](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/releases).
2626

2727
> The following are the manual deployment and compilation steps
2828
@@ -76,7 +76,7 @@ npm run package
7676

7777
## Star History
7878

79-
![Star History Chart](https://api.star-history.com/svg?repos=fankes/YukiHookAPI-ProjectBuilder&type=Date)
79+
![Star History Chart](https://api.star-history.com/svg?repos=HighCapable/YukiHookAPI-ProjectBuilder&type=Date)
8080

8181
## License
8282

src/app-space.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
33
* Copyright (C) 2019-2023 HighCapable
4-
* https://github.com/fankes/YukiHookAPI-ProjectBuilder
4+
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
*
66
* This software is non-free but opensource software: you can redistribute it
77
* and/or modify it under the terms of the GNU Affero General Public License

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
33
* Copyright (C) 2019-2023 HighCapable
4-
* https://github.com/fankes/YukiHookAPI-ProjectBuilder
4+
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
*
66
* This software is non-free but opensource software: you can redistribute it
77
* and/or modify it under the terms of the GNU Affero General Public License

src/content/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
33
Copyright (C) 2019-2023 HighCapable
4-
https://github.com/fankes/YukiHookAPI-ProjectBuilder
4+
https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
66
This software is non-free but opensource software: you can redistribute it
77
and/or modify it under the terms of the GNU Affero General Public License

src/content/render.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
33
* Copyright (C) 2019-2023 HighCapable
4-
* https://github.com/fankes/YukiHookAPI-ProjectBuilder
4+
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
*
66
* This software is non-free but opensource software: you can redistribute it
77
* and/or modify it under the terms of the GNU Affero General Public License

src/content/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
55
* Copyright (C) 2019-2023 HighCapable
6-
* https://github.com/fankes/YukiHookAPI-ProjectBuilder
6+
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
77
*
88
* This software is non-free but opensource software: you can redistribute it
99
* and/or modify it under the terms of the GNU Affero General Public License

src/libs/date-time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
33
* Copyright (C) 2019-2023 HighCapable
4-
* https://github.com/fankes/YukiHookAPI-ProjectBuilder
4+
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
*
66
* This software is non-free but opensource software: you can redistribute it
77
* and/or modify it under the terms of the GNU Affero General Public License

src/libs/file-system.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
33
* Copyright (C) 2019-2023 HighCapable
4-
* https://github.com/fankes/YukiHookAPI-ProjectBuilder
4+
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
*
66
* This software is non-free but opensource software: you can redistribute it
77
* and/or modify it under the terms of the GNU Affero General Public License

src/libs/locale.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
33
* Copyright (C) 2019-2023 HighCapable
4-
* https://github.com/fankes/YukiHookAPI-ProjectBuilder
4+
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
55
*
66
* This software is non-free but opensource software: you can redistribute it
77
* and/or modify it under the terms of the GNU Affero General Public License

0 commit comments

Comments
 (0)