完善令牌界面

This commit is contained in:
CaIon
2023-10-31 22:41:34 +08:00
parent f98dd8d693
commit 0a945c160d
7 changed files with 481 additions and 480 deletions

View File

@@ -34,7 +34,7 @@ let headerButtons = [
itemKey: 'channel',
to: '/channel',
icon: <IconLayers/>,
admin: true
className: isAdmin()?'semi-navigation-item-normal':'tableHiddle',
},
{
@@ -48,7 +48,7 @@ let headerButtons = [
itemKey: 'redemption',
to: '/redemption',
icon: <IconGift/>,
admin: true
className: isAdmin()?'semi-navigation-item-normal':'tableHiddle',
},
{
text: '钱包',
@@ -61,7 +61,7 @@ let headerButtons = [
itemKey: 'user',
to: '/user',
icon: <IconUser/>,
admin: true
className: isAdmin()?'semi-navigation-item-normal':'tableHiddle',
},
{
text: '日志',