feat: Add new page for ChatGPT Team auto-registration and payment automation.
This commit is contained in:
@@ -414,7 +414,7 @@ export default function TeamReg() {
|
|||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
{/* 实时日志 */}
|
{/* 实时日志 */}
|
||||||
<Card className="glass-card lg:col-span-2" padding="none">
|
<Card className="glass-card lg:col-span-2 flex flex-col h-full" padding="none">
|
||||||
<CardHeader className="px-4 pt-4">
|
<CardHeader className="px-4 pt-4">
|
||||||
<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 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-[500px] 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