feat: add Team Auto Registration page with status display, configuration options, and real-time logging.

This commit is contained in:
2026-02-01 08:32:42 +08:00
parent 4fd6c47264
commit 96d4ed0761

View File

@@ -448,10 +448,10 @@ export default function TeamReg() {
</button> </button>
</div> </div>
</CardHeader> </CardHeader>
<CardContent className="px-4 pb-4"> <CardContent className="px-4 pb-0">
<div <div
ref={logsContainerRef} ref={logsContainerRef}
className="h-[500px] overflow-y-auto bg-slate-900 rounded-lg p-4 font-mono text-sm" className="h-[500px] overflow-y-auto bg-slate-900 rounded-lg p-4 font-mono text-sm mb-4"
> >
{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">