mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 01:20:10 +08:00
Merge pull request #3 from nEEtdo0d/enhance_rework
fixed compressed bug incorrect string
This commit is contained in:
@@ -35,9 +35,9 @@ class Enhancement(Dock):
|
|||||||
self.dock_filter_enter()
|
self.dock_filter_enter()
|
||||||
self.dock_filter_set(category='index', type='enhanceable', enable=True)
|
self.dock_filter_set(category='index', type='enhanceable', enable=True)
|
||||||
self.dock_filter_set(category='index', type='clear', enable=True)
|
self.dock_filter_set(category='index', type='clear', enable=True)
|
||||||
self.dock_filter_set(category='sort', type='clear', enable=True)
|
self.dock_filter_set(category='sort', type='lvl', enable=True)
|
||||||
self.dock_filter_set(category='faction', type='clear', enable=True)
|
self.dock_filter_set(category='faction', type='all', enable=True)
|
||||||
self.dock_filter_set(category='rarity', type='clear', enable=True)
|
self.dock_filter_set(category='rarity', type='all', enable=True)
|
||||||
if ship_type is not None:
|
if ship_type is not None:
|
||||||
ship_type = str(ship_type)
|
ship_type = str(ship_type)
|
||||||
self.dock_filter_set(category='index', type=ship_type, enable=True)
|
self.dock_filter_set(category='index', type=ship_type, enable=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user