feat: add dedicated create-user and create-account admin flows

This commit is contained in:
xuhongbin
2026-03-09 19:06:02 +08:00
parent 58393a6730
commit 293b62b444
13 changed files with 1576 additions and 57 deletions

View File

@@ -198,7 +198,17 @@ export default function AccountsScreen() {
<ScreenShell
title="账号管理"
subtitle="看单账号状态、并发、最近使用和异常信息。"
titleAside={<Text className="text-[11px] text-[#a2988a]"></Text>}
titleAside={(
<View className="flex-row items-center gap-2">
<Text className="text-[11px] text-[#a2988a]"></Text>
<Pressable
onPress={() => router.push('/accounts/create')}
className="h-8 w-8 items-center justify-center rounded-[10px] bg-[#1d5f55]"
>
<Text className="text-xl leading-5 text-white">+</Text>
</Pressable>
</View>
)}
variant="minimal"
scroll={false}
>