mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
perf: 开始唤醒增加资源更新Ocr (#10680)
* perf: 开始唤醒增加资源更新Ocr * chore: Auto update by pre-commit hooks [skip changelog] * docs: unexpected change * chore: Auto update by pre-commit hooks [skip changelog] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/ISSUE_TEMPLATE/cn-bug-report.yaml
vendored
2
.github/ISSUE_TEMPLATE/cn-bug-report.yaml
vendored
@@ -44,7 +44,7 @@ body:
|
||||
1. `debug` 文件夹中的 `asst.log` 和 `gui.log` 日志文件,并说明问题出现的大致时间点
|
||||
若 asst.log 文件小于 10 KB,则需同时上传 asst.log.bak 文件
|
||||
2. `config` 文件夹中的 `gui.json` 配置文件
|
||||
|
||||
|
||||
如果你在使用 MacBook,请点击左上角的“文件”,点击“打开日志文件夹”
|
||||
**请直接将完整的文件拖拽进来,而非自己裁切或复制的片段;若文件体积过大可压缩后再上传**
|
||||
placeholder: |
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/en-bug-report.yaml
vendored
2
.github/ISSUE_TEMPLATE/en-bug-report.yaml
vendored
@@ -58,7 +58,7 @@ body:
|
||||
1. The `asst.log` and `gui.log` log file in the `debug` folder, and indicate the approximate point in time when the problem occurred.
|
||||
If the asst.log file is less than 10 KB, you also need to upload the asst.log.bak file.
|
||||
2. The `gui.json` config file in the `config` folder
|
||||
|
||||
|
||||
If you are using MacBook, please click the "File" option in the top-left corner, then click "Open Log Folder".
|
||||
**Please drag and drop the full file in, not your own cuttings or copies;**
|
||||
**compress it before uploading if too large.**
|
||||
|
||||
@@ -2171,7 +2171,8 @@
|
||||
"StartUpConnectingFlag",
|
||||
"MainThemes#next",
|
||||
"CloseAnnos#next",
|
||||
"OfflineConfirm"
|
||||
"OfflineConfirm",
|
||||
"GameStartUpdateOCR"
|
||||
]
|
||||
},
|
||||
"StartUpBegin": {
|
||||
@@ -2192,6 +2193,14 @@
|
||||
"reduceOtherTimes": ["StartButton1", "StartButton2"],
|
||||
"next": ["StartUpThemes#next", "GameStart@LoadingIcon"]
|
||||
},
|
||||
"GameStartUpdateOCR": {
|
||||
"doc": "开始唤醒时遇到更新下载",
|
||||
"algorithm": "OcrDetect",
|
||||
"text": ["正在释放神经递质", "MB"],
|
||||
"roi": [340, 660, 600, 60],
|
||||
"postDelay": 5000,
|
||||
"next": ["#self", "StartUpThemes#next"]
|
||||
},
|
||||
"StartToWakeUp": {
|
||||
"action": "ClickSelf",
|
||||
"roi": [520, 460, 240, 100],
|
||||
|
||||
Reference in New Issue
Block a user