Skip to content

Commit

Permalink
添加宿舍委托
Browse files Browse the repository at this point in the history
  • Loading branch information
overflow65537 committed May 17, 2024
1 parent db4e2d6 commit 037b89b
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
47 changes: 47 additions & 0 deletions assets/resource/base/pipeline/DormitoryEntrustment.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,44 @@
{
"DormitoryEntrustment": {
"next": [
"CompleteEntrustment",
"StartEntrustment",
"OpenEntrustment",
"OpenDormitory"
]
},
"CompleteEntrustment": {
"is_sub": true,
"recognition": "OCR",
"roi": [
282,
649,
112,
36
],
"expected": "领取奖励",
"action": "Click",
"next": [
"CloseEntrustment"
]
},
"CloseEntrustment": {
"is_sub": true,
"recognition": "OCR",
"roi": [
256,
66,
202,
63
],
"action": "Click",
"target": [
1200,
700,
0,
0
]
},
"StartEntrustment": {
"recognition": "OCR",
"roi": [
Expand Down Expand Up @@ -79,6 +112,20 @@
],
"expected": [
"好多文件啊",
"帮我整理文档",
"回收遗失物资",
"地面救护行动",
"紧急维修",
"战场医疗援助",
"清理列车感染体",
"康斯塔雷耶重建",
"支援演习指导",
"文物整理",
"医疗工程指导",
"黄金时代遗迹",
"遗迹异动侦察",
"档案整理",
"战场医疗支援",
"军事交流活动",
"清理研究所遗址",
"重建保育区",
Expand Down
42 changes: 42 additions & 0 deletions assets/resource/base/pipeline/Mission.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"Mission": {
"next": [
"CompleteMission",
"OpenMission"
]
},
"OpenMission": {
"is_sub": true,
"recognition": "OCR",
Expand All @@ -10,5 +16,41 @@
],
"expected": "任务",
"action": "Click"
},
"CompleteMission": {
"recognition": "OCR",
"roi": [
1072,
128,
112,
40
],
"expected": "一键领取",
"action": "Click",
"next": [
"CloseAward",
"DailyActivity"
]
},
"DailyActivity": {
"recognition": "OCR",
"roi": [
287,
617,
120,
34
],
"expected": "今日活跃度",
"action": "Click",
"target": [
585,
628,
0,
0
],
"next": [
"CloseAward",
"BackToMain"
]
}
}

0 comments on commit 037b89b

Please sign in to comment.