mirror of
https://github.com/HighCapable/YukiHookAPI-ProjectBuilder.git
synced 2025-09-05 10:15:20 +08:00
Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
3472897059
|
|||
33fd69046f
|
|||
21bb61c9fb
|
|||
49f9e102ba
|
|||
74233d5e85
|
|||
008ae12242
|
|||
f736186345
|
@@ -1,9 +1,10 @@
|
||||
# YukiHookAPI Project Builder
|
||||
|
||||
[](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/LICENSE)
|
||||
[](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/releases)
|
||||
[](https://t.me/YukiHookAPI)
|
||||
[](https://t.me/HighCapable_Dev)
|
||||
[](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/LICENSE)
|
||||
[](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/releases)
|
||||
[](https://t.me/YukiHookAPI)
|
||||
[](https://t.me/HighCapable_Dev)
|
||||
[](https://qm.qq.com/cgi-bin/qm/qr?k=Pnsc5RY6N2mBKFjOLPiYldbAbprAU3V7&jump_from=webapi&authKey=X5EsOVzLXt1dRunge8ryTxDRrh9/IiW1Pua75eDLh9RE3KXE+bwXIYF5cWri/9lf)
|
||||
|
||||
<img src="img-src/icon.png" width = "100" height = "100" alt="LOGO"/>
|
||||
|
||||
@@ -26,6 +27,8 @@
|
||||
|
||||
在新的项目确定后,会在这里添加新项目的链接,届时我会终止维护这个项目并建议大家转移到新项目。
|
||||
|
||||
**项目构建器将会在 `YukiHookAPI` 发布第一个 `2.0.0` 版本之前做最后的维护,在新的版本发布后,这个项目将正式弃用。**
|
||||
|
||||
## 这是什么
|
||||
|
||||
这是一个使用 [YukiHookAPI](https://github.com/HighCapable/YuKiHookAPI) 作为核心的 Xposed 模块自动构建工具。
|
||||
@@ -104,7 +107,7 @@ npm run package
|
||||
- [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)
|
||||
|
||||
```
|
||||
Copyright (C) 2019-2023 HighCapable
|
||||
Copyright (C) 2019 HighCapable
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as
|
||||
@@ -120,4 +123,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-2023 HighCapable
|
||||
版权所有 © 2019 HighCapable
|
16
README.md
16
README.md
@@ -1,9 +1,10 @@
|
||||
# YukiHookAPI Project Builder
|
||||
|
||||
[](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/LICENSE)
|
||||
[](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/releases)
|
||||
[](https://t.me/YukiHookAPI)
|
||||
[](https://t.me/HighCapable_Dev)
|
||||
[](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/blob/master/LICENSE)
|
||||
[](https://github.com/HighCapable/YukiHookAPI-ProjectBuilder/releases)
|
||||
[](https://t.me/YukiHookAPI)
|
||||
[](https://t.me/HighCapable_Dev)
|
||||
[](https://qm.qq.com/cgi-bin/qm/qr?k=Pnsc5RY6N2mBKFjOLPiYldbAbprAU3V7&jump_from=webapi&authKey=X5EsOVzLXt1dRunge8ryTxDRrh9/IiW1Pua75eDLh9RE3KXE+bwXIYF5cWri/9lf)
|
||||
|
||||
<img src="img-src/icon.png" width = "100" height = "100" alt="LOGO"/>
|
||||
|
||||
@@ -30,6 +31,9 @@ After the new project is determined, a link to the new project will be added her
|
||||
|
||||
At that time, I will terminate the maintenance of this project and recommend that everyone move to the new project.
|
||||
|
||||
**The project builder will be maintained before the release of the first `2.0.0` version of `YukiHookAPI`. This project will be officially deprecated
|
||||
after the new version is released.**
|
||||
|
||||
## What's this
|
||||
|
||||
This is an automatic building tool for Xposed Modules using [YukiHookAPI](https://github.com/HighCapable/YuKiHookAPI) as the core.
|
||||
@@ -113,7 +117,7 @@ npm run package
|
||||
- [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)
|
||||
|
||||
```
|
||||
Copyright (C) 2019-2023 HighCapable
|
||||
Copyright (C) 2019 HighCapable
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as
|
||||
@@ -129,4 +133,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/>.
|
||||
```
|
||||
|
||||
Copyright © 2019-2023 HighCapable
|
||||
Copyright © 2019 HighCapable
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "yukihookapi-projectbuilder",
|
||||
"productName": "YukiHookAPI Project Builder",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"description": "A Xposed Project Builder by YukiHookAPI",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||
* Copyright (C) 2019-2023 HighCapable
|
||||
* Copyright (C) 2019 HighCapable
|
||||
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
|
||||
*
|
||||
* This software is non-free but opensource software: you can redistribute it
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||
* Copyright (C) 2019-2023 HighCapable
|
||||
* Copyright (C) 2019 HighCapable
|
||||
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
|
||||
*
|
||||
* This software is non-free but opensource software: you can redistribute it
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<!--
|
||||
YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||
Copyright (C) 2019-2023 HighCapable
|
||||
Copyright (C) 2019 HighCapable
|
||||
https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
|
||||
|
||||
This software is non-free but opensource software: you can redistribute it
|
||||
@@ -270,8 +270,9 @@
|
||||
<span id="about_name_text"></span><br/>
|
||||
<span id="about_version_text"></span><br/>
|
||||
<span class="i18n">{{aboutTip}}</span><br/>
|
||||
<span class="i18n">{{projectAddress}}: </span>
|
||||
<span class="url-link">https://github.com/HighCapable/YuKiHookAPI</span><br/>
|
||||
<span class="i18n">{{mainProjectAddress}}</span><br/>
|
||||
<span class="url-link">https://github.com/HighCapable/YukiHookAPI</span><br/>
|
||||
<span class="url-link">https://github.com/HighCapable/KavaRef</span><br/>
|
||||
<div style="margin-top: 10px"></div>
|
||||
<span class="i18n" style="font-size: 10pt;opacity: 0.6;line-height: 18px">{{noticeTip}}</span>
|
||||
</div>
|
||||
@@ -294,11 +295,17 @@
|
||||
<span>DAY.JS</span>  <span class="license-text">MIT</span><br/>
|
||||
<span class="url-link">https://github.com/iamkun/dayjs</span><br/>
|
||||
<span>YukiHookAPI</span>  <span class="license-text">Apache-2.0</span><br/>
|
||||
<span class="url-link">https://github.com/HighCapable/YuKiHookAPI</span>
|
||||
<span class="url-link">https://github.com/HighCapable/YuKiHookAPI</span><br/>
|
||||
<span>KavaRef</span>  <span class="license-text">Apache-2.0</span><br/>
|
||||
<span class="url-link">https://github.com/HighCapable/KavaRef</span><br/>
|
||||
<span>BetterAndroid</span>  <span class="license-text">Apache-2.0</span><br/>
|
||||
<span class="url-link">https://github.com/BetterAndroid/BetterAndroid</span><br/>
|
||||
<span>Hikage</span>  <span class="license-text">Apache-2.0</span><br/>
|
||||
<span class="url-link">https://github.com/BetterAndroid/Hikage</span><br/>
|
||||
<span>DrawableToolbox</span>  <span class="license-text">Apache-2.0</span><br/>
|
||||
<span class="url-link">https://github.com/duanhong169/DrawableToolbox</span>
|
||||
<span class="url-link">https://github.com/duanhong169/DrawableToolbox</span><br/>
|
||||
<span>SweetDependency</span>  <span class="license-text">Apache-2.0</span><br/>
|
||||
<span class="url-link">https://github.com/HighCapable/SweetDependency</span>
|
||||
<span class="url-link">https://github.com/HighCapable/SweetDependency</span><br/>
|
||||
<span>SweetProperty</span>  <span class="license-text">Apache-2.0</span><br/>
|
||||
<span class="url-link">https://github.com/HighCapable/SweetProperty</span>
|
||||
</div>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||
* Copyright (C) 2019-2023 HighCapable
|
||||
* Copyright (C) 2019 HighCapable
|
||||
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
|
||||
*
|
||||
* This software is non-free but opensource software: you can redistribute it
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
/*
|
||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||
* Copyright (C) 2019-2023 HighCapable
|
||||
* Copyright (C) 2019 HighCapable
|
||||
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
|
||||
*
|
||||
* This software is non-free but opensource software: you can redistribute it
|
||||
@@ -60,7 +60,7 @@ const projectConfigs = {
|
||||
appName: '',
|
||||
moduleDescription: '',
|
||||
appMinApi: 27,
|
||||
appTargetApi: 34,
|
||||
appTargetApi: 35,
|
||||
xposedMinApi: 93,
|
||||
moduleCompoment: 0,
|
||||
targetXposedPlatform: 0,
|
||||
@@ -373,7 +373,7 @@ const build = {
|
||||
else if (configForm.appMinApiText() > 34) page.snack(locale.i18n.tooHighAppMinApiVersionWarnTip);
|
||||
else if (valUtils.isEmpty(configForm.appTargetApiText())) page.snack(locale.i18n.enterAppTargetApiVersionTip);
|
||||
else if (configForm.appTargetApiText() < configForm.appMinApiText()) page.snack(locale.i18n.tooLowAppTargetApiVersionWarnTip);
|
||||
else if (configForm.appTargetApiText() > 34) page.snack(locale.i18n.maybeInvalidAppTargetApiVersionTip);
|
||||
else if (configForm.appTargetApiText() > 36) page.snack(locale.i18n.maybeInvalidAppTargetApiVersionTip);
|
||||
else if (valUtils.isEmpty(configForm.xposedMinApiText())) page.snack(locale.i18n.enterXposedMinApiVersionTip);
|
||||
else if (configForm.xposedMinApiText() < 82) page.snack(locale.i18n.tooLowXposedMinApiVersionWarnTip);
|
||||
else if (configForm.xposedMinApiText() > 93) page.snack(locale.i18n.tooHighXposedMinApiVersionWarnTip);
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||
* Copyright (C) 2019-2023 HighCapable
|
||||
* Copyright (C) 2019 HighCapable
|
||||
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
|
||||
*
|
||||
* This software is non-free but opensource software: you can redistribute it
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||
* Copyright (C) 2019-2023 HighCapable
|
||||
* Copyright (C) 2019 HighCapable
|
||||
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
|
||||
*
|
||||
* This software is non-free but opensource software: you can redistribute it
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||
* Copyright (C) 2019-2023 HighCapable
|
||||
* Copyright (C) 2019 HighCapable
|
||||
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
|
||||
*
|
||||
* This software is non-free but opensource software: you can redistribute it
|
||||
@@ -76,6 +76,7 @@ const locale = {
|
||||
"file": "File",
|
||||
"help": "Help",
|
||||
"projectAddress": "Project Address",
|
||||
"mainProjectAddress": "Main Project Address",
|
||||
"helpDocumentation": "Help Documentation",
|
||||
"quit": "Quit",
|
||||
"project": "Project",
|
||||
@@ -211,6 +212,7 @@ const locale = {
|
||||
"file": "文件",
|
||||
"help": "帮助",
|
||||
"projectAddress": "项目地址",
|
||||
"mainProjectAddress": "主要项目地址",
|
||||
"helpDocumentation": "帮助文档",
|
||||
"quit": "退出",
|
||||
"project": "项目",
|
||||
@@ -346,6 +348,7 @@ const locale = {
|
||||
"file": "フェルオ",
|
||||
"help": "ヘルプ",
|
||||
"projectAddress": "プロジェクトアドレス",
|
||||
"mainProjectAddress": "マンプロジェクトアドレス",
|
||||
"helpDocumentation": "ヘルプドキュメント",
|
||||
"quit": "終了する",
|
||||
"project": "プロジェクト",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||
* Copyright (C) 2019-2023 HighCapable
|
||||
* Copyright (C) 2019 HighCapable
|
||||
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
|
||||
*
|
||||
* This software is non-free but opensource software: you can redistribute it
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||
* Copyright (C) 2019-2023 HighCapable
|
||||
* Copyright (C) 2019 HighCapable
|
||||
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
|
||||
*
|
||||
* This software is non-free but opensource software: you can redistribute it
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||
* Copyright (C) 2019-2023 HighCapable
|
||||
* Copyright (C) 2019 HighCapable
|
||||
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
|
||||
*
|
||||
* This software is non-free but opensource software: you can redistribute it
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* YukiHookAPI Project Builder - A Xposed Project Builder by YukiHookAPI.
|
||||
* Copyright (C) 2019-2023 HighCapable
|
||||
* Copyright (C) 2019 HighCapable
|
||||
* https://github.com/HighCapable/YukiHookAPI-ProjectBuilder
|
||||
*
|
||||
* This software is non-free but opensource software: you can redistribute it
|
||||
|
Reference in New Issue
Block a user