mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Fix: Guild side bar and equipment side bar
Reverted to the original ones, they are different from page_build
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from module.base.button import ButtonGrid
|
||||
from module.base.decorator import cached_property
|
||||
from module.base.utils import *
|
||||
from module.logger import logger
|
||||
from module.ui.navbar import Navbar
|
||||
from module.ui.ui import UI
|
||||
@@ -26,9 +25,7 @@ class GuildBase(UI):
|
||||
operations.
|
||||
"""
|
||||
guild_side_navbar = ButtonGrid(
|
||||
origin=(21, 126), delta=(0, 98),
|
||||
button_shape=(60, 80), grid_shape=(1, 5),
|
||||
name='GUILD_SIDE_NAVBAR')
|
||||
origin=(21, 118), delta=(0, 94.5), button_shape=(60, 75), grid_shape=(1, 6), name='GUILD_SIDE_NAVBAR')
|
||||
|
||||
return Navbar(grids=guild_side_navbar,
|
||||
active_color=(247, 255, 173),
|
||||
|
||||
Reference in New Issue
Block a user