Skip to content

Commit

Permalink
update : [CN] activity
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Jan 23, 2025
1 parent a7f4e8a commit fc83e64
Show file tree
Hide file tree
Showing 7 changed files with 414 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3085,7 +3085,7 @@
]
},
"current_game_activity": {
"CN": null,
"CN": "WarningOfWhiteChalkWhereAestheticsResideInTheMansionOfDeception",
"Global": null,
"JP": "CodeBox"
},
Expand Down
6 changes: 3 additions & 3 deletions module/activities/FromOpera0068WithLove.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,10 @@ def to_mission_task_info(self, number):
lo = [0, 200, 315, 425, 545, 665]
index = [1, 2, 3, 4, 5, 4, 5, 1, 2, 3, 4, 5]
if number in [6, 7]:
self.swipe(916, 456, 916, 180, duration=0.5, post_sleep_time=0.7)
self.u2_swipe(916, 456, 916, 180, duration=0.5, post_sleep_time=0.7)
if number in [8, 9, 10, 11, 12]:
self.swipe(943, 670, 943, 170, duration=0.1, post_sleep_time=0.7)
self.swipe(943, 670, 943, 170, duration=0.1, post_sleep_time=0.7)
self.u2_swipe(943, 670, 943, 170, duration=0.1, post_sleep_time=0.7)
self.u2_swipe(943, 670, 943, 170, duration=0.1, post_sleep_time=0.7)
possibles = {'activity_menu': (1124, lo[index[number - 1]])}
ends = ["normal_task_task-info", "activity_task-info"]
return picture.co_detect(self, None, None, ends, possibles, True)
Expand Down
Loading

0 comments on commit fc83e64

Please sign in to comment.