Skip to content

Commit

Permalink
Feat: new cn server cafe and exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmusen214 committed Jan 18, 2024
1 parent d6e0c5e commit aed2998
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 28 deletions.
29 changes: 4 additions & 25 deletions BAAH_CONFIGS/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,11 @@
],
"INFO2": "悬赏通缉",
"WANTED_HIGHEST_LEVEL": [
[
[
1,
9,
-1
]
],
[
[
2,
9,
-1
]
],
[
[
3,
9,
-1
4,
1
]
]
],
Expand All @@ -53,15 +39,8 @@
[
[
1,
9,
3
]
],
[
[
1,
9,
3
1
]
]
],
Expand Down Expand Up @@ -208,7 +187,7 @@
"SHOP_CONTEST": [],
"TASK_ACTIVATE": [
true,
true,
false,
true,
true,
true,
Expand Down
2 changes: 1 addition & 1 deletion DATA/CONFIGS/software_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"NOWVERSION": "1.2.0",
"NOWVERSION": "1.2.1",
"LANGUAGE": "zh_CN"
}
Binary file modified DATA/assets_cn/BUTTON/BUTTON_CAFE_CANINVITE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DATA/assets_cn/BUTTON/BUTTON_CAFE_CANNOT_COLLECT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion modules/AllTask/InExchange/InExchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def on_run(self) -> None:
if match(page_pic(PageName.PAGE_EXCHANGE), returnpos=True)[1][1]>133:
# 如果右侧Title较低,说明是老版本的国服
logging.info("点击较低的三个定位点")
points = np.linspace(271, 557, 3)
points = np.linspace(265, 544, 3)
else:
# 可点击的一列点
points = np.linspace(206, 422, 3)
Expand Down
2 changes: 1 addition & 1 deletion modules/AllTask/InWanted/InWanted.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def on_run(self) -> None:
if match(page_pic(PageName.PAGE_WANTED), returnpos=True)[1][1]>133:
# 如果右侧Title较低,说明是老版本的国服
logging.info("点击较低的三个定位点")
points = np.linspace(271, 557, 3)
points = np.linspace(265, 544, 3)
else:
# 可点击的一列点
points = np.linspace(206, 422, 3)
Expand Down

0 comments on commit aed2998

Please sign in to comment.