Added readme document language isolation

This commit is contained in:
2022-07-26 22:54:15 +08:00
parent f8ee164cbd
commit 559fc85bd1
2 changed files with 104 additions and 65 deletions

View File

@@ -10,23 +10,20 @@
A Xposed Project Builder by YukiHookAPI.
<br/>
English | [简体中文](https://github.com/fankes/YukiHookAPI-ProjectBuilder/blob/master/README-zh-CN.md)
## What's this
- This is an automatic building tool for Xposed modules using [YukiHookAPI](https://github.com/fankes/YukiHookAPI) as the core
- Implementing automated search relies on quickly building an Android project template that includes an Xposed module environment
**这是什么**
- 这是一个使用 [YukiHookAPI](https://github.com/fankes/YukiHookAPI) 作为核心的 Xposed 模块自动构建工具
- 实现自动化搜索依赖快速搭建一个包含 Xposed 模块环境的 Android 项目模板
- Implementing automated search relies on quickly building an Android project template that includes a Xposed module environment
## How to use
- 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).
You can download the application for your platform directly
from [Release](https://github.com/fankes/YukiHookAPI-ProjectBuilder/releases).
**The following are the manual deployment and compilation steps**
@@ -78,62 +75,6 @@ npm run make
npm run package
```
**如何使用**
- 本项目使用 **Electron** 开发,快速实现多平台本地化应用程序的构建和运行
你可以直接从 [Release](https://github.com/fankes/YukiHookAPI-ProjectBuilder/releases) 下载适合于你平台的应用程序。
**以下是手动部署与编译步骤**
首先你需要安装 [node.js](https://nodejs.org/zh-cn/)
IDE 工具建议使用 **IntelliJ IDEA****WebStorm**
不建议使用 **Visual Studio Code** 对代码进行格式化,可能会造成一些错误。
- 执行如下命令安装 Electron
```
npm install --save-dev electron
```
- 执行如下命令安装 yarn
```
npm install yarn
```
- 进入项目目录,执行如下命令安装依赖
```
npm install --save-dev @electron-forge/cli
```
```
npx electron-forge import
```
- 使用如下命令进行调试
```
npm run start
```
- 使用如下命令进行编译 & 打包
**Linux/macOS**
```
npm run make
```
**Windows**
```
npm run package
```
## License
- [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)
@@ -155,4 +96,4 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
```
版权所有 © 2019-2022 HighCapable
Copyright © 2019-2022 HighCapable