Commit Graph

11 Commits

Author SHA1 Message Date
Zero
1e1ad5dda8
Fix keyword_extract and i18n (#530)
* Fix keyword_extract and i18n

* Fix: config redirection

* Upd: i18n

* Fix: empty name warning in GenerateKeyword class

* Fix: config redirection
2024-06-19 21:49:12 +08:00
X-Zero-L
e9d62faa1a Fix: unique daily quest config 2023-12-28 00:43:20 +08:00
X-Zero-L
328f603255 Fix: unique daily quests 2023-12-27 23:28:55 +08:00
X-Zero-L
6bd7209464 Upd: Character 2023-12-27 13:09:44 +08:00
X-Zero-L
9cccd0d159
Upd: Character and i18n (#192)
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
2023-11-16 13:26:08 +08:00
LmeSzinc
907f2303e9 Add: Spanish keywords 2023-09-25 23:24:40 +08:00
LmeSzinc
3e5a9d4625 Upd: Keywords in 1.1 2023-07-24 22:56:48 +08:00
LmeSzinc
555a6eb813 Fix: Remove __repr__ method override in keyword classes 2023-06-17 04:28:54 +08:00
Hengyu
035ab0a778
Upd: return incomplete quests only (#11)
* Upd: return incomplete quests only

* Fix: Typo

* Fix: Use split_and_pair_button
2023-06-17 01:07:34 +08:00
LmeSzinc
c567a773e3 Add: Extract keywords of dungeon list 2023-06-13 00:44:40 +08:00
Hengyu
012fffbb31
Add: daily_request_recognition; get_daily_rewards (#3)
* 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
2023-06-13 00:24:38 +08:00