feat: partner enrty

This commit is contained in:
eleanor.mao
2025-04-21 22:13:54 +08:00
parent 744928fab7
commit 7988725223
10 changed files with 221 additions and 4 deletions

View File

@ -6,6 +6,7 @@ import { useCallback } from 'react';
import CustomNavigationBar from '@/components/custom-navigation-bar';
import HomePage from '@/components/home-page';
import LoginButton from '@/components/login-button';
import PartnerEntry from '@/components/partner-entry';
import Slogan from '@/components/slogan';
import SwitchBar from '@/components/switch-bar';
import { RoleType, PageUrl } from '@/constants/app';
@ -68,6 +69,7 @@ export default function User() {
/>
</Button>
</div>
<PartnerEntry />
{roleType === RoleType.Anchor && <AnchorFragment />}
{roleType === RoleType.Company && <CompanyFragment />}
</div>