Skip to content

Commit

Permalink
fix: 更新独一律签到页面关闭按钮
Browse files Browse the repository at this point in the history
chore: pre-commit
  • Loading branch information
Windsland52 committed Dec 12, 2024
1 parent 5c35199 commit 05cf7d2
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"recommendations": [
"ms-python.black-formatter",
"nekosu.maa-support",
"davidanson.vscode-markdownlint"
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions assets/resource/base/pipeline/startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@
},
"CloseAnnouncement": {
"recognition": "TemplateMatch",
"template": "StartUp/CloseAnnouncement.png",
"template": [
"StartUp/CloseAnnouncement.png"
],
"roi": [
1105,
40,
Expand Down Expand Up @@ -353,10 +355,12 @@
]
},
"CloseRewardPage": {
"doc": "关闭独一律签到页面",
"green_mask": true,
"recognition": "TemplateMatch",
"template": [
"StartUp/CloseRewardPage.png",
"StartUp/CloseRewardPage_2.2.png",
"StartUp/CloseRewardPage_2.4.png",
"StartUp/CloseItemDetail.png"
],
"roi": [
Expand Down
1 change: 1 addition & 0 deletions docs/zh_cn/develop/活动资源维护.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
| 活动选择 | ActivityEnterTheShow | template | 当期活动入口模板 |
| 活动选择 | TargetStageName | expected | 关卡编号 |
| 活动选择 | StageDifficulty | next | 关卡难度 |
| - | CloseRewardPage | template | 独一律签到按钮 |

0 comments on commit 05cf7d2

Please sign in to comment.