Skip to content

Commit

Permalink
fix : help doc location and name
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Jul 29, 2024
1 parent 7cd65fc commit 3fbac19
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 182 deletions.
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def operate_item(self, item):
if __name__ == '__main__':
t = Main(ocr_needed=["NUM", "CN", "Global"])
t.init_static_config()
config = ConfigSet(config_dir="1708086765")
config = ConfigSet(config_dir="1708185944")
tt = Baas_thread(config, None, None, None)
tt.static_config = t.static_config
tt.init_all_data()
Expand All @@ -108,7 +108,7 @@ def operate_item(self, item):
# tt.solve("refresh_uiautomator2")
# tt.solve("explore_activity_challenge")
# tt.solve("activity_sweep")
tt.solve("explore_activity_mission")
# tt.solve("explore_activity_mission")
# tt.solve("explore_activity_story")
# tt.solve("common_shop")
# tt.solve("total_assault")
Expand All @@ -123,7 +123,7 @@ def operate_item(self, item):
# tt.solve("group")
# tt.solve("mail")
# tt.solve("collect_reward")
# tt.solve("main_story")
tt.solve("main_story")
# tt.solve("group_story")
# tt.solve("mini_story")
# tt.solve("clear_special_task_power")
Expand Down
8 changes: 0 additions & 8 deletions src/descriptions/各区域所需队伍属性.html

This file was deleted.

10 changes: 0 additions & 10 deletions src/descriptions/困难图配置说明.html

This file was deleted.

3 changes: 0 additions & 3 deletions src/descriptions/常见模拟器adb地址.html

This file was deleted.

20 changes: 0 additions & 20 deletions src/descriptions/普通图扫荡填写说明.html

This file was deleted.

30 changes: 0 additions & 30 deletions src/descriptions/普通图自动推图说明.html

This file was deleted.

26 changes: 0 additions & 26 deletions src/descriptions/活动扫荡填写说明.html

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions src/descriptions/自动主线剧情说明.html

This file was deleted.

17 changes: 0 additions & 17 deletions src/descriptions/问题上报指南(重要).html

This file was deleted.

0 comments on commit 3fbac19

Please sign in to comment.