Skip to content

Commit 03b3042

Browse files
chore: 更名为MRA
1 parent 76c6926 commit 03b3042

9 files changed

Lines changed: 44 additions & 44 deletions

File tree

.github/ISSUE_TEMPLATE/cn-bug-report.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@ body:
2929
attributes:
3030
label: Version
3131
description: >-
32-
请提供`MAAJR`更新设置中的软件版本 资源版本 框架版本。
32+
请提供`MRA`更新设置中的软件版本 资源版本 框架版本。
3333
placeholder: |
34-
MAAJR Version:
34+
MRA Version:
3535
validations:
3636
required: true
3737
- type: textarea
3838
id: logs
3939
attributes:
4040
label: 日志和配置文件
4141
description: |
42-
**请在关闭`MAAJR`后,上传以下文件:**
42+
**请在关闭`MRA`后,上传以下文件:**
4343
1. `debug` 文件夹中的 `maa.log` `maa.bak.log` 日志文件,并说明问题出现的大致时间点
4444
2. `config` 文件夹中的 `maa_pi_config.json`(MaaPiCli) 配置文件
4545
3. `log` 文件夹中的 `log` 开头日志文件
4646
4747
**请直接将完整的文件拖拽进来,而非自己裁切或复制的片段;若文件体积过大可压缩后再上传**
4848
placeholder: |
49-
请确认上传文件前已关闭 MAAJR
49+
请确认上传文件前已关闭 MRA
5050
validations:
5151
required: true
5252
- type: textarea
@@ -63,8 +63,8 @@ body:
6363
attributes:
6464
label: 截图或录屏
6565
description: |
66-
可上传屏幕截图或录制以帮助解释你的问题,包括但不限于`MAAJR`软件截图、游戏画面截图
67-
`MAAJR` debug 截图(`debug/vision` 路径图片,在修改 `config/maa_option.json` 中 `save_draw` 为 `true` 后再次运行`MAAJR`获取)
66+
可上传屏幕截图或录制以帮助解释你的问题,包括但不限于`MRA`软件截图、游戏画面截图
67+
`MRA` debug 截图(`debug/vision` 路径图片,在修改 `config/maa_option.json` 中 `save_draw` 为 `true` 后再次运行`MRA`获取)
6868
若是**识别相关问题**,请尽可能提供模拟器自带的截图工具截取的无遮挡的**原图**(或通过 adb 截取原图)
6969
用其他的工具(如QQ/微信)截取的图片包含窗口边框且长宽比、分辨率不固定,不利于我们排除bug
7070
若文件体积过大可压缩后再上传

.github/ISSUE_TEMPLATE/en-bug-report.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,25 @@ body:
4343
attributes:
4444
label: Version
4545
description: >-
46-
Please provide the`MAAJR`version.
46+
Please provide the`MRA`version.
4747
placeholder: |
48-
MAAJR Version:
48+
MRA Version:
4949
validations:
5050
required: true
5151
- type: textarea
5252
id: logs
5353
attributes:
5454
label: Log and config files
5555
description: >-
56-
**After closing`MAAJR`, upload the following files:**
56+
**After closing`MRA`, upload the following files:**
5757
1. The `maa.log` and `maa.bak.log` log file in the `debug` folder, and indicate the approximate point in time when the problem occurred.
5858
2. The `maa_pi_config.json`(MaaPiCli) config file in the `config` folder
5959
3. The `log` file in the `log` folder
6060
6161
**Please drag and drop the full file in, not your own cuttings or copies;**
6262
**compress it before uploading if too large.**
6363
placeholder: |
64-
Please confirm that MAAJR is not running before uploading files.
64+
Please confirm that MRA is not running before uploading files.
6565
validations:
6666
required: true
6767
- type: textarea
@@ -79,8 +79,8 @@ body:
7979
label: Screenshots or recordings
8080
description: >-
8181
If available, upload screenshots and recordings to help explain your problem,
82-
including but not limited to screenshots of`MAAJR`software,
83-
screenshots of game screens,`MAAJR`debug screenshots (`debug/vision` path pictures,
82+
including but not limited to screenshots of`MRA`software,
83+
screenshots of game screens,`MRA`debug screenshots (`debug/vision` path pictures,
8484
after modifying `save_draw` in `config/maa_option.json` to `true`, run MXX again to obtain)
8585
8686
If the problem is **recognition related**, please help by providing

.github/workflows/install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ jobs:
9696
run: |
9797
python ./install.py ${{ needs.meta.outputs.tag }}
9898
cp MFA/MFAAvalonia.exe MFA/MFAUpdater.exe MFA/MFAUpdater.dll MFA/MFAUpdater.runtimeconfig.json MFA/av_libglesv2.dll MFA/libHarfBuzzSharp.dll MFA/libonigwrap.dll MFA/libSkiaSharp.dll MFA/uiohook.dll install/
99-
mv install/MFAAvalonia.exe install/MaaJR.exe
99+
mv install/MFAAvalonia.exe install/MRA.exe
100100
cp logo.ico install
101101
102102
- uses: actions/upload-artifact@v4
103103
with:
104-
name: MaaJR-win-${{ matrix.arch }}
104+
name: MRA-win-${{ matrix.arch }}
105105
path: "install"
106106

107107
unix:
@@ -153,7 +153,7 @@ jobs:
153153
154154
- uses: actions/upload-artifact@v4
155155
with:
156-
name: MaaJR-${{ matrix.os == 'ubuntu-latest' && 'linux' || 'macos' }}-${{ matrix.arch }}
156+
name: MRA-${{ matrix.os == 'ubuntu-latest' && 'linux' || 'macos' }}-${{ matrix.arch }}
157157
path: "install"
158158

159159
changelog:

.github/workflows/mirrorchyan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
uses: MirrorChyan/uploading-action@v1
1717
with:
1818
filetype: latest-release
19-
filename: "MaaJR-${{ matrix.os }}-${{ matrix.arch }}-*.zip"
19+
filename: "MRA-${{ matrix.os }}-${{ matrix.arch }}-*.zip"
2020
mirrorchyan_rid: MaaJR
2121

2222
owner: Saratoga-Official
23-
repo: MaaJR
23+
repo: MRA
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
2525
upload_token: ${{ secrets.MirrorChyanUploadToken }}
2626
os: ${{ matrix.os }}
@@ -33,12 +33,12 @@ jobs:
3333
uses: MirrorChyan/uploading-action@v1
3434
with:
3535
filetype: latest-release
36-
filename: "MaaJR-win-x86_64-*.zip"
36+
filename: "MRA-win-x86_64-*.zip"
3737
pick_files: '["resource", "interface.json"]'
3838
exclude_files: '["resource/model/ocr/**"]'
3939
mirrorchyan_rid: MaaJR
4040

4141
owner: Saratoga-Official
42-
repo: MaaJR
42+
repo: MRA
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
upload_token: ${{ secrets.MirrorChyanUploadToken }}

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66

77
<div align="center">
88

9-
# MaaJR
9+
# MRA
1010

11-
MaaJR,基于全新架构的 战舰少女R 小助手。图像技术 + 模拟控制,解放双手!
11+
MRA,基于全新架构的 战舰少女R 小助手。图像技术 + 模拟控制,解放双手!
1212

1313
</div>
1414

1515
<p align="center">
16-
<img alt="license" src="https://img.shields.io/github/license/Saratoga-Official/MaaJR">
16+
<img alt="license" src="https://img.shields.io/github/license/Saratoga-Official/MRA">
1717
<img alt="Pipeline" src="https://img.shields.io/badge/Pipeline-%23454545?logo=paddypower&logoColor=%23FFFFFF">
1818
<img alt="platform" src="https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-blueviolet">
19-
<img alt="commit" src="https://img.shields.io/github/commit-activity/m/Saratoga-Official/MaaJR">
20-
<img alt="stars" src="https://img.shields.io/github/stars/Saratoga-Official/MaaJR?style=social">
19+
<img alt="commit" src="https://img.shields.io/github/commit-activity/m/Saratoga-Official/MRA">
20+
<img alt="stars" src="https://img.shields.io/github/stars/Saratoga-Official/MRA?style=social">
2121
<a href="https://mirrorchyan.com/zh/projects" target="_blank"><img alt="mirrorc" src="https://img.shields.io/badge/Mirror%E9%85%B1-%239af3f6?logo=countingworkspro&logoColor=4f46e5"></a>
2222
</p>
2323

@@ -27,7 +27,7 @@ MaaJR,基于全新架构的 战舰少女R 小助手。图像技术 + 模拟控
2727

2828
本项目自v2.4.0版本起采用 **[MFAAvalonia](https://github.com/SweetSmellFox/MFAAvalonia)** 作为gui界面
2929

30-
本项目项目已接入 **[Mirror酱](https://github.com/Saratoga-Official/MaaJR/blob/main/docs/zh_cn/Mirror酱.md)** 资源更新方式
30+
本项目项目已接入 **[Mirror酱](https://github.com/Saratoga-Official/MRA/blob/main/docs/zh_cn/Mirror酱.md)** 资源更新方式
3131

3232
</div>
3333

@@ -69,7 +69,7 @@ QQ群457094182
6969

7070
## 使用说明
7171

72-
参考文档[使用说明](https://github.com/Saratoga-Official/MaaJR/blob/main/docs/zh_cn/INSTRUCTIONS.md)
72+
参考文档[使用说明](https://github.com/Saratoga-Official/MRA/blob/main/docs/zh_cn/INSTRUCTIONS.md)
7373

7474
---
7575

@@ -97,15 +97,15 @@ QQ群457094182
9797

9898
感谢以下开发者对本项目作出的贡献:
9999

100-
<a href="https://github.com/Saratoga-Official/MaaJR/graphs/contributors">
101-
<img src="https://contrib.rocks/image?repo=Saratoga-Official/MaaJR&max=1000" />
100+
<a href="https://github.com/Saratoga-Official/MRA/graphs/contributors">
101+
<img src="https://contrib.rocks/image?repo=Saratoga-Official/MRA&max=1000" />
102102
</a>
103103

104104
---
105105

106106
## Star History
107107

108-
[![Star History Chart](https://api.star-history.com/svg?repos=Saratoga-Official/MaaJR&type=Date)](https://star-history.com/#Saratoga-Official/MaaJR&Date)
108+
[![Star History Chart](https://api.star-history.com/svg?repos=Saratoga-Official/MRA&type=Date)](https://star-history.com/#Saratoga-Official/MRA&Date)
109109

110110
## 赞助
111111

assets/interface.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "MaaJR",
2+
"name": "MRA",
33
"version": "DEBUG_VERSION",
4-
"url": "https://github.com/Saratoga-Official/MaaJR",
5-
"custom_title": "MaaJR",
4+
"url": "https://github.com/Saratoga-Official/MRA",
5+
"custom_title": "MRA",
66
"mirrorchyan_rid": "MaaJR",
77
"default_controller": "adb",
88
"lock_controller": true,
@@ -201,7 +201,7 @@
201201
"[color:red]④第一关开局舰船1和2设置后将按照设置刷第一关开局舰船,如果指定6费鱼刷了很久没出就换成默认或者指定四费鱼,注意不要选同一个船,会出逻辑bug[/color]",
202202
"[color:red]⑤第二关开局舰船设置后如果第一关没招到该舰船将在第二关开局刷取[/color]",
203203
"[color:red]⑥决战中将自动使用快速修理,请备好足够的桶[/color]",
204-
"[color:red]⑦由于决战逻辑过于复杂,尽量不要中途停止任务,否则下次开始任务时可能会卡住,如果需要中途停止最好在等MAAJR(或者手动操作)打完其中一关boss,领取舰船奖励之后停止,下次开启任务会自动继续打第二关或第三关[/color]"
204+
"[color:red]⑦由于决战逻辑过于复杂,尽量不要中途停止任务,否则下次开始任务时可能会卡住,如果需要中途停止最好在等MRA(或者手动操作)打完其中一关boss,领取舰船奖励之后停止,下次开启任务会自动继续打第二关或第三关[/color]"
205205
],
206206
"option": [
207207
"第一关开局舰船1",

docs/zh_cn/INSTRUCTIONS.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# MaaJR使用说明
1+
# MRA使用说明
22

3-
- [MaaJR使用说明](#MaaJR使用说明)
3+
- [MRA使用说明](#MRA使用说明)
44
- [下载及安装说明](#下载及安装说明)
55
- [使用前说明](#使用前说明)
66
- [功能介绍](#功能介绍)
@@ -10,23 +10,23 @@
1010

1111
## 下载及安装说明
1212

13-
[使用github下载](https://github.com/Saratoga-Official/MaaJR/releases)
13+
[使用github下载](https://github.com/Saratoga-Official/MRA/releases)
1414

15-
[使用Mirror酱下载](https://github.com/Saratoga-Official/MaaJR/blob/main/docs/zh_cn/Mirror酱.md)
15+
[使用Mirror酱下载](https://github.com/Saratoga-Official/MRA/blob/main/docs/zh_cn/Mirror酱.md)
1616

1717
### Windows
1818

1919
- 系统要求:Windows 10 或 Windows 11
2020

21-
- 对于绝大部分用户,请下载 MaaJR-win-x86_64-vXXX.zip,解压后运行 MaaJR.exe 即可
21+
- 对于绝大部分用户,请下载 MRA-win-x86_64-vXXX.zip,解压后运行 MRA.exe 即可
2222

23-
- 若确定自己的电脑是 arm 架构,请下载 MaaJR-win-aarch64-vXXX.zip
23+
- 若确定自己的电脑是 arm 架构,请下载 MRA-win-aarch64-vXXX.zip
2424

2525
### macOS
2626

27-
- 若使用 Intel 处理器,请下载 MaaJR-macos-x86_64-vXXX.zip
27+
- 若使用 Intel 处理器,请下载 MRA-macos-x86_64-vXXX.zip
2828

29-
- 若使用 M1, M2 等 arm 处理器,请下载 MaaJR-macos-aarch64-vXXX.zip
29+
- 若使用 M1, M2 等 arm 处理器,请下载 MRA-macos-aarch64-vXXX.zip
3030

3131
### Linux
3232

@@ -122,7 +122,7 @@
122122

123123
* 决战中将自动使用快速修理,请备好足够的桶
124124

125-
* 由于决战逻辑过于复杂,尽量不要中途停止任务,否则下次开始任务时可能会卡住,如果需要中途停止最好在等MAAJR(或者手动操作)打完其中一关boss,领取舰船奖励之后停止,下次开启任务会自动继续打第二关或第三关
125+
* 由于决战逻辑过于复杂,尽量不要中途停止任务,否则下次开始任务时可能会卡住,如果需要中途停止最好在等MRA(或者手动操作)打完其中一关boss,领取舰船奖励之后停止,下次开启任务会自动继续打第二关或第三关
126126

127127
### 自动造船
128128

docs/zh_cn/Mirror酱.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Mirror酱是一个第三方应用分发平台,让开源应用的更新更简
2525

2626
## 使用Mirror酱自动更新
2727

28-
MaaJR使用的GUI [MFAAvalonia](https://github.com/SweetSmellFox/MFAAvalonia)拥有通过 Mirror酱 更新 UI 以及资源的功能,在更新设置界面处设置Mirror酱资源下载源和token便可。
28+
MRA使用的GUI [MFAAvalonia](https://github.com/SweetSmellFox/MFAAvalonia)拥有通过 Mirror酱 更新 UI 以及资源的功能,在更新设置界面处设置Mirror酱资源下载源和token便可。
2929

3030
## 使用Mirror酱下载全量包
3131

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)