Commit Graph

16 Commits

Author SHA1 Message Date
LmeSzinc
4f1da32256 Fix: Handle random ocr error on data update 2024-05-28 01:00:49 +08:00
Asxcvbn
0f33ba733e
Update data_update.py for removing whitespace in credit ocr result (#441)
* Update data_update.py for removing whitespace in credit ocr result

sometimes ocr provides a str like '1 2261000' and conversion to int int('1 2261000') fails. we do a post process here, removing the whitespace and allow the conversion to be successful

* Update data_update.py for removing whitespace in credit ocr result 

sometimes ocr provides a str like '1 2261000' and conversion to int int('1 2261000') fails. we do a post process here, removing the whitespace and allow the conversion to be successful
edited to align with standards of this repo
2024-05-07 12:14:01 +08:00
LmeSzinc
0bb9af7275 Fix: AdaptiveScroll to handle transparent scroll on complex background (#391) 2024-03-30 00:20:28 +08:00
LmeSzinc
98efb031bc Chore: Rename KEYWORD_* to KEYWORDS_* 2024-02-07 08:04:45 +08:00
LmeSzinc
e1468db85d Fix: Handle reward on complex background 2023-11-07 13:36:40 +08:00
LmeSzinc
e5261ca9fb Fix: salvage_relic should exit to GOTO_SALVAGE if failed 2023-10-09 12:33:33 +08:00
Zebartin
5d55f86b27 Fix: Salvage relic timeout & check_all assignment 2023-10-02 12:28:31 +08:00
LmeSzinc
907f2303e9 Add: Spanish keywords 2023-09-25 23:24:40 +08:00
LmeSzinc
7a8f9f129e Add: Task to update dashboard 2023-09-24 17:06:41 +08:00
LmeSzinc
488f6c814d Upd: [EN] assets of daily and item 2023-09-17 05:26:55 +08:00
LmeSzinc
d0cba894e0 Upd: Language irrelevant assets for base/popup 2023-09-17 05:00:16 +08:00
LmeSzinc
710e8d42df Upd: button_extract 2023-09-12 02:57:22 +08:00
LmeSzinc
3a372146de Fix: Handle default state of SALVAGE button 2023-07-24 23:53:59 +08:00
LmeSzinc
54cd0f7c90 Opt: Faster relic salvage 2023-07-15 01:26:00 +08:00
LmeSzinc
dc4240b198 Fix: Remove debug code and add click interval (#43) 2023-07-15 01:23:35 +08:00
Hengyu
211314aaa1
Add: salvage relic (#40)
* Add: ItemUI

* Add: Salvage relic

* Upd: reuse CONFIRM_POPUP

* Add: wait_until_tab_loaded

* Add: wait_until_tab_loaded

* Fix: Return to item page when finish salvaging

* Add: Salvage relics to daily quest

* Fix typo

* Add: all item tabs' navigation

* Upd: remove unused asset

* Upd: remove item tab keywords' underscore
2023-07-14 12:35:56 +08:00