Feat/new account page (#9236)

This commit is contained in:
NFish
2024-10-12 23:49:18 +08:00
committed by GitHub
parent f73751843f
commit ea6734f550
11 changed files with 511 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ const HeaderWrapper = ({
children,
}: HeaderWrapperProps) => {
const pathname = usePathname()
const isBordered = ['/apps', '/datasets', '/datasets/create', '/tools'].includes(pathname)
const isBordered = ['/apps', '/datasets', '/datasets/create', '/tools', '/account'].includes(pathname)
return (
<div className={classNames(