mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-25 01:49:41 +00:00
012fffbb31
* Add: daily_request_recognition; get_daily_rewards * Fix: typo * Fix: typo * Upd: delete eval; use one loop to handle 5 active point rewards; * Upd: change DAILY_QUEST_GOTO/REWARD pattern; update swipe private method name; extract keyword compare method * Upd: move warning to single page recognition * Upd: merge from main * Add: methods that load daily quests keywords from QuestData.json * Upd: avoid read TextMap twice * Upd: revert Keyword.find method * Add: preprocess of keyword extract; after_process of daily quest ocr * Upd: move assets to daily/reward * Upd: simplify ocr result replacement
3 lines
116 B
Python
3 lines
116 B
Python
import tasks.daily.keywords.daily_quest as KEYWORDS_DAILY_QUEST
|
|
from tasks.daily.keywords.classes import DailyQuest
|