feat: add Team Registration page for managing batch ChatGPT Team account creation and payment.
This commit is contained in:
@@ -281,7 +281,7 @@ export default function TeamReg() {
|
|||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid grid-cols-1 lg:grid-cols-3 gap-6">
|
<div className="grid grid-cols-1 lg:grid-cols-3 gap-6 items-stretch">
|
||||||
{/* 配置面板 */}
|
{/* 配置面板 */}
|
||||||
<Card className="glass-card">
|
<Card className="glass-card">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
@@ -414,8 +414,8 @@ export default function TeamReg() {
|
|||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
{/* 实时日志 */}
|
{/* 实时日志 */}
|
||||||
<Card className="glass-card lg:col-span-2 flex flex-col h-full" padding="none">
|
<Card className="glass-card lg:col-span-2 flex flex-col" padding="none">
|
||||||
<CardHeader className="px-4 pt-4">
|
<CardHeader className="px-4 pt-4 pb-2 shrink-0">
|
||||||
<CardTitle className="flex items-center gap-2">
|
<CardTitle className="flex items-center gap-2">
|
||||||
<Terminal className="h-5 w-5 text-green-500" />
|
<Terminal className="h-5 w-5 text-green-500" />
|
||||||
实时日志
|
实时日志
|
||||||
@@ -448,10 +448,10 @@ export default function TeamReg() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent className="px-4 pb-0">
|
<CardContent className="px-4 pb-4 flex-1 min-h-0 flex flex-col">
|
||||||
<div
|
<div
|
||||||
ref={logsContainerRef}
|
ref={logsContainerRef}
|
||||||
className="h-[500px] overflow-y-auto bg-slate-900 rounded-lg p-4 font-mono text-sm mb-4"
|
className="flex-1 min-h-[400px] max-h-[600px] overflow-y-auto bg-slate-900 rounded-lg p-4 font-mono text-sm"
|
||||||
>
|
>
|
||||||
{logs.length === 0 ? (
|
{logs.length === 0 ? (
|
||||||
<div className="flex items-center justify-center h-full text-slate-500">
|
<div className="flex items-center justify-center h-full text-slate-500">
|
||||||
|
|||||||
Reference in New Issue
Block a user