mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: module shop missing dict items, module build assets, and etc.
Add: module shipyard support for daily buy of discounted bps; interface, config, integrate into reward, and etc. Fix: Resolve merge conflict
This commit is contained in:
@@ -84,7 +84,7 @@ class Equipment(UI):
|
||||
detail.
|
||||
"""
|
||||
equip_side_navbar = ButtonGrid(
|
||||
origin=(21, 118), delta=(0, 94.5), button_shape=(60, 75), grid_shape=(1, 5), name='DETAIL_SIDEBAR')
|
||||
origin=(21, 118), delta=(0, 94.5), button_shape=(60, 75), grid_shape=(1, 5), name='DETAIL_SIDE_NAVBAR')
|
||||
|
||||
return Navbar(grids=equip_side_navbar,
|
||||
active_color=(247, 255, 173),
|
||||
|
||||
Reference in New Issue
Block a user