Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions assets/resource/base/pipeline/Fish/FishNew.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,7 @@
]
}
},
"action": "LongPress",
"duration": 20,
"action": "Click",
"pre_delay": 500 // pre或post都行
// "post_delay": 200, // 实测必须加上这个,也不知道为什么有些电脑上快速点击没用
// "action": "Click"
Expand Down
2 changes: 1 addition & 1 deletion assets/resource/locales/interface/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"task_fish_option_auto_sell": "Auto sell fish",
"task_fish_option_auto_sell_desc": "Whether to enable the auto sell fish feature",
"task_fish_option_auto_buy_bait": "Auto buy fish bait",
"task_fish_option_auto_buy_bait_desc": "Automatically purchase 99 (max) fish baits each time",
"task_fish_option_auto_buy_bait_desc": "Automatically purchase 99 (max) fish baits each time, frontend only",
"task_fish_option_bait_threshold": "Bait detection threshold",
"task_fish_option_bait_threshold_desc": "If unable to recognize the bait position, please lower this value",
"task_fish_option_loop_time": "Loop count",
Expand Down
2 changes: 1 addition & 1 deletion assets/resource/locales/interface/ja_jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"task_fish_option_auto_sell": "自動魚販売",
"task_fish_option_auto_sell_desc": "自動魚売却機能を有効にするか",
"task_fish_option_auto_buy_bait": "餌を自動購入",
"task_fish_option_auto_buy_bait_desc": "1回周期で自動的に餌を購入します(上限99)",
"task_fish_option_auto_buy_bait_desc": "1回周期で自動的に餌を購入します(上限99)、フロントエンドのみ",
"task_fish_option_bait_threshold": "餌の識別閾値",
"task_fish_option_bait_threshold_desc": "餌の位置が認識できない場合は、この数値を下げてください",
"task_fish_option_loop_time": "ループ回数",
Expand Down
2 changes: 1 addition & 1 deletion assets/resource/locales/interface/ko_kr.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"task_fish_option_auto_sell": "자동 생선 판매",
"task_fish_option_auto_sell_desc": "자동 생선 판매 기능 사용 여부",
"task_fish_option_auto_buy_bait": "자동 미끼 구매",
"task_fish_option_auto_buy_bait_desc": "매번 최대 99개까지 자동 구매",
"task_fish_option_auto_buy_bait_desc": "매번 최대 99개까지 자동 구매, 포그라운드만",
"task_fish_option_bait_threshold": "미끼 인식 임계값",
"task_fish_option_bait_threshold_desc": "미끼 위치를 인식할 수 없는 경우 이 값을 낮추세요",
"task_fish_option_loop_time": "반복 횟수",
Expand Down
2 changes: 1 addition & 1 deletion assets/resource/locales/interface/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"task_fish_option_auto_sell": "自动卖鱼",
"task_fish_option_auto_sell_desc": "是否启用自动卖鱼功能",
"task_fish_option_auto_buy_bait": "自动买鱼饵",
"task_fish_option_auto_buy_bait_desc": "每次自动购买99(上限)鱼饵",
"task_fish_option_auto_buy_bait_desc": "每次自动购买99(上限)鱼饵,仅支持前台",
"task_fish_option_bait_threshold": "鱼饵识别阈值",
"task_fish_option_bait_threshold_desc": "如果无法识别点击鱼饵位置,请调低该数值",
"task_fish_option_loop_time": "循环次数",
Expand Down
2 changes: 1 addition & 1 deletion assets/resource/locales/interface/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"task_fish_option_auto_sell": "自動賣魚",
"task_fish_option_auto_sell_desc": "是否啟用自動賣魚功能",
"task_fish_option_auto_buy_bait": "自動買魚餌",
"task_fish_option_auto_buy_bait_desc": "每次自動購買99(上限)魚餌",
"task_fish_option_auto_buy_bait_desc": "每次自動購買99(上限)魚餌,僅支援前台",
"task_fish_option_bait_threshold": "魚餌識別閾值",
"task_fish_option_bait_threshold_desc": "如果無法識別點擊魚餌位置,請調低該數值",
"task_fish_option_loop_time": "循環次數",
Expand Down
Loading