This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2580be
commit 6b725b3
Showing
4 changed files
with
97 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
simbot-mirai version: `3.0.0.preview.3.0-292.0.1-SNAPSHOT` | ||
|
||
## 首版本 | ||
此版本尚不完善,但是已经可以简单使用。工具内的部分说明还未补全,其中有关于cer证书的安装,此处先进行简单说明: | ||
> 由于 | ||
|
||
## 其他说明 | ||
#### 版本号 | ||
目前版本 `3.x.x` 等同于 `0.x.x`, 请在脑海中自动将版本最前的数字-3。 | ||
由于 `macOS`(`dmg` & `pkg`) 打包必须保证版本号符合规则: `MAJOR[.MINOR][.PATCH]` 且: | ||
- `MAJOR` 是大于0的数字; | ||
- `MINOR` 是一个可选的非负整数; | ||
- `PATCH` 是一个可选的非负整数; | ||
因此对于`dmg`和`pkg`文件来说,不能使用最大版本号小于0的版本。因此选择将 `MAJOR` 数字与当前环境下 `simbot` 对应的 `MAJOR` 一致,也就是 `3`。 | ||
|
||
有关于其他文件的版本说明请参考 [compose-jb/tutorials/Building native distribution/Specifying package version](https://github.com/JetBrains/compose-jb/tree/master/tutorials/Native_distributions_and_local_execution#specifying-package-version) | ||
|
||
<hr> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
## Simbot-Mirai 登录验证辅助工具 | ||
|
||
## 说明 | ||
|
||
|
||
|
||
|
||
## 其他说明 | ||
#### 版本号 | ||
目前版本 `3.x.x` 等同于 `0.x.x`, 请在脑海中自动将版本最前的数字-3。 | ||
由于 `macOS`(`dmg` & `pkg`) 打包必须保证版本号符合规则: `MAJOR[.MINOR][.PATCH]` 且: | ||
- `MAJOR` 是大于0的数字; | ||
- `MINOR` 是一个可选的非负整数; | ||
- `PATCH` 是一个可选的非负整数; | ||
因此对于`dmg`和`pkg`文件来说,不能使用最大版本号小于0的版本。因此选择将 `MAJOR` 数字与当前环境下 `simbot` 对应的 `MAJOR` 一致,也就是 `3`。 | ||
|
||
有关于其他文件的版本说明请参考 [compose-jb/tutorials/Building native distribution/Specifying package version](https://github.com/JetBrains/compose-jb/tree/master/tutorials/Native_distributions_and_local_execution#specifying-package-version) | ||
|
||
|
||
## License | ||
遵照 [LGPL-3.0](https://www.gnu.org/licenses/lgpl-3.0.html) 协议开源。详情请查看文件 [COPYING](COPYING) 与 [COPYING.LESSER](COPYING.LESSER)。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters