mirror of
https://github.com/HighCapable/YukiHookAPI-ProjectBuilder.git
synced 2025-09-01 08:15:27 +08:00
refactor: change repository owner to HighCapable
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# YukiHookAPI Project Builder
|
# YukiHookAPI Project Builder
|
||||||
|
|
||||||
[](https://github.com/fankes/YukiHookAPI-ProjectBuilder/blob/master/LICENSE)
|
[](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/LICENSE)
|
||||||
[](https://github.com/fankes/YukiHookAPI-ProjectBuilder/releases)
|
[](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/releases)
|
||||||
[](https://t.me/YukiHookAPI)
|
[](https://t.me/YukiHookAPI)
|
||||||
[](https://t.me/HighCapable_Dev)
|
[](https://t.me/HighCapable_Dev)
|
||||||
|
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
帮助你快速创建一个使用 YukiHookAPI 打造的 Xposed 项目模板。
|
帮助你快速创建一个使用 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** 开发,快速实现多平台本地化应用程序的构建和运行。
|
本项目使用 **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
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 许可证
|
## 许可证
|
||||||
|
|
||||||
|
10
README.md
10
README.md
@@ -1,7 +1,7 @@
|
|||||||
# YukiHookAPI Project Builder
|
# YukiHookAPI Project Builder
|
||||||
|
|
||||||
[](https://github.com/fankes/YukiHookAPI-ProjectBuilder/blob/master/LICENSE)
|
[](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/LICENSE)
|
||||||
[](https://github.com/fankes/YukiHookAPI-ProjectBuilder/releases)
|
[](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/releases)
|
||||||
[](https://t.me/YukiHookAPI)
|
[](https://t.me/YukiHookAPI)
|
||||||
[](https://t.me/HighCapable_Dev)
|
[](https://t.me/HighCapable_Dev)
|
||||||
|
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
A Xposed Project Builder by YukiHookAPI.
|
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
|
## 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.
|
This project is developed using **Electron** to quickly build and run multi-platform localized applications.
|
||||||
|
|
||||||
You can download the application for your platform directly
|
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
|
> The following are the manual deployment and compilation steps
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ npm run package
|
|||||||
|
|
||||||
## Star History
|
## Star History
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||||
* Copyright (C) 2019-2023 HighCapable
|
* 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
|
* 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
|
* and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||||
* Copyright (C) 2019-2023 HighCapable
|
* 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
|
* 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
|
* and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<!--
|
<!--
|
||||||
YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||||
Copyright (C) 2019-2023 HighCapable
|
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
|
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
|
and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||||
* Copyright (C) 2019-2023 HighCapable
|
* 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
|
* 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
|
* and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||||
* Copyright (C) 2019-2023 HighCapable
|
* 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
|
* 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
|
* and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||||
* Copyright (C) 2019-2023 HighCapable
|
* 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
|
* 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
|
* and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||||
* Copyright (C) 2019-2023 HighCapable
|
* 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
|
* 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
|
* and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||||
* Copyright (C) 2019-2023 HighCapable
|
* 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
|
* 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
|
* and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||||
* Copyright (C) 2019-2023 HighCapable
|
* 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
|
* 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
|
* and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||||
* Copyright (C) 2019-2023 HighCapable
|
* 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
|
* 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
|
* and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||||
* Copyright (C) 2019-2023 HighCapable
|
* 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
|
* 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
|
* and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||||
* Copyright (C) 2019-2023 HighCapable
|
* 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
|
* 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
|
* and/or modify it under the terms of the GNU Affero General Public License
|
||||||
|
Reference in New Issue
Block a user