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:
status102
2024-09-24 16:47:53 +08:00
committed by GitHub
parent 4fbc071d2e
commit e869e6e7d7
3 changed files with 12 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ body:
1. `debug` 文件夹中的 `asst.log` 和 `gui.log` 日志文件,并说明问题出现的大致时间点
若 asst.log 文件小于 10 KB则需同时上传 asst.log.bak 文件
2. `config` 文件夹中的 `gui.json` 配置文件
如果你在使用 MacBook请点击左上角的“文件”点击“打开日志文件夹”
**请直接将完整的文件拖拽进来,而非自己裁切或复制的片段;若文件体积过大可压缩后再上传**
placeholder: |

View File

@@ -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.**

View File

@@ -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],