Separate official website page

This commit is contained in:
2023-12-28 17:50:26 +08:00
parent 81d6f0ac29
commit 0b8df09336
33 changed files with 125 additions and 980 deletions

View File

@@ -20,15 +20,11 @@ const ToolsFramework: React.FC = () => {
{hasPathPermission('/system') ? (
<SidebarItem
path={'/system'}
icon={IconFatwebSetting}
icon={IconOxygenSetting}
text={'系统配置'}
/>
) : undefined}
<SidebarItem
path={'/tools'}
icon={IconFatwebBack}
text={'回到氧工具'}
/>
<SidebarItem path={'/'} icon={IconOxygenBack} text={'回到氧工具'} />
</SidebarItemList>
}
>