Commit Graph

30 Commits

Author SHA1 Message Date
LmeSzinc
b7df51c0e8 Fix: mid_cleanse() on one row of results (#522) 2024-06-18 00:26:30 +08:00
LmeSzinc
c94176fbd2 Opt: Clear interval before and after synthesize_confirm() 2024-06-17 23:53:10 +08:00
LmeSzinc
55ddf7fb4d Fix: Limit button of side tabs to avoid clicking on the cloud game float 2024-06-15 02:06:24 +08:00
LmeSzinc
b63bf68621 Add: Synthesize material when it's full 2024-06-15 01:26:52 +08:00
LmeSzinc
2b5ade4c6c Fix: Mask slider controller when calculating slider length 2024-06-15 00:00:28 +08:00
LmeSzinc
e46c7bb174 Fix: Switch item tab before data update 2024-06-14 04:29:27 +08:00
LmeSzinc
0707c269d1 Fix: Handle ZeroDivisionError when calculating progress 2024-06-14 02:01:23 +08:00
LmeSzinc
1003e08f52 Fix: Update again after synthesize 2024-06-13 01:55:10 +08:00
LmeSzinc
9e30c82446 Add: Synthesize planner items 2024-06-13 01:18:16 +08:00
LmeSzinc
2fd074efae Chore: Add SEARCH attribute to SWITCH_ITEM_TAB to be reused in synthesize 2024-06-13 01:16:17 +08:00
LmeSzinc
3783066cd7 Add: synthesize_amount_set() 2024-06-12 23:12:45 +08:00
LmeSzinc
f02d6ad3af Add: Select item in synthesize list 2024-06-11 02:14:37 +08:00
LmeSzinc
72d8673434 Pref: Reuse image array to improve memory performance 2024-06-05 01:31:26 +08:00
LmeSzinc
b58aa493d8 Add: Get obtain from synthesize page 2024-05-28 21:18:33 +08:00
LmeSzinc
57a9519dc2 Fix: Handle random ocr error on data update 2024-05-27 23:17:15 +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