feat: add ai account onboarding entry points

This commit is contained in:
kris
2026-03-30 21:08:08 +08:00
parent 7c6101f22b
commit 5b590f7cc1
2 changed files with 322 additions and 163 deletions

View File

@@ -13,7 +13,7 @@ export default async function AiAccountsPage() {
<AppShell bottomNav={false}>
<StatusBar />
<PageNav title="AI 账号" backHref="/me" />
<HeaderTitle title="主控与账号状态" />
<HeaderTitle title="主控身份与接入入口" />
<AiAccountsClient
accounts={data.accounts}
activeIdentity={data.activeIdentity}