Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions assets/resource/base/pipeline/Fish/FishScene.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,22 @@
62
],
"expected": [
"海上钓客"
"海上钓客",
"海上釣客",
"(?i)Sea\\s*Angler",
"海釣り"
],
"action": "Click",
"next": [
"FishNewSeaAnglerToFishMarket"
]
,
"roi_offset": [
0,
0,
35,
0
]
},
"FishNewSeaAnglerToFishMarket": {
"desc": "海上钓客界面点击渔获市场",
Expand All @@ -291,11 +301,21 @@
47
],
"expected": [
"渔获市场"
"渔获市场",
"漁獲市場",
"(?i)Fish\\s*Market",
"鮮魚市場"
],
"action": "Click",
"next": [
"FishNewSellFishStart"
]
,
"roi_offset": [
0,
0,
13,
0
]
}
}
12 changes: 11 additions & 1 deletion assets/resource/base/pipeline/Interface/Scene/Status.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,19 @@
134
],
"expected": [
"都市闲趣"
"都市闲趣",
"都市閒趣",
"(?i)Hethereau\\s*Hobbies",
"シティライフ"
],
"threshold": 0.8
,
"roi_offset": [
0,
0,
346,
0
]
}
}
},
Expand Down
12 changes: 11 additions & 1 deletion assets/resource/base/pipeline/SceneManager/SceneWorld.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,24 @@
57
],
"expected": [
"确认"
"确认",
"確認",
"(?i)Confirm",
"確定"
],
"pre_delay": 0,
"post_delay": 0,
"next": [
"__ScenePrivateAnyEnterWorldSuccess",
"[JumpBack]SceneLoadingType2"
]
,
"roi_offset": [
0,
0,
153,
0
]
},
"__ScenePrivateAnyEnterWorldSuccess": {
"desc": "从任意界面进入大世界成功",
Expand Down
14 changes: 13 additions & 1 deletion assets/resource/base/pipeline/Touch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@
"type": "OCR",
"param": {
"roi": [731, 326, 182, 136],
"expected": ["抚摸"]
"expected": [
"抚摸",
"撫摸",
"(?i)Pet",
"なでる"
]
,
"roi_offset": [
0,
0,
91,
0
]
}
},
"action": {
Expand Down
Loading