소스 검색

!2 save all pics

pcacc 4 달 전
부모
커밋
c94496bd59

+ 1 - 1
daily.json

@@ -1,6 +1,6 @@
 {
     "daily": {
-        "2025-03-31": {
+        "2025-04-01": {
             "login_task": true,
             "fight_bigMonster_times": 0
         }

BIN
dongri_img/information/gotosee.png


BIN
dongri_img/special_activity/refresh.png


BIN
dongri_img/special_activity/refresh_task.png


BIN
dongri_img/train/begin_train.png


+ 2 - 2
dongri_task.py

@@ -910,11 +910,11 @@ if __name__ == '__main__':
     #basic_operate.add_strength()
     #task_fightMonster(False, False,False).run()
     #task_checkHelp().run()
-    task_checkStoreRoom().run()
+    #task_checkStoreRoom().run()
     #task_activity_lianmeng().run()
     #task_fight_yongbing(True).run()
     #task_collect([4,3,2,1]).run()
-    #task_train("lv9").run()
+    task_train("lv9").run()
     #task_information().run()
     #check_buildOrResearch().run()
     #task_checkDonata().run()

+ 1 - 1
scriptBase/imgFind.py

@@ -195,7 +195,7 @@ class pcacc_img:
 
     @staticmethod
     def find_all_image_locations(image):
-        confidence_threshold = 0.95
+        confidence_threshold = 0.90
         # 查找所有符合条件的图片位置
         locations = pyautogui.locateAllOnScreen(image, confidence=confidence_threshold)