添加账号修改,后台管理

This commit is contained in:
yoyuzh
2026-03-19 17:52:58 +08:00
parent c39fde6b19
commit ff8d47f44f
60 changed files with 4264 additions and 58 deletions

View File

@@ -247,7 +247,7 @@ export default function Overview() {
<Card className="border-amber-400/20 bg-amber-500/10">
<CardContent className="flex flex-col gap-3 p-4 text-sm text-amber-100 md:flex-row md:items-center md:justify-between">
<span>{loadingError}</span>
<Button variant="secondary" size="sm" onClick={() => setRetryToken((value) => value + 1)}>
<Button variant="outline" size="sm" onClick={() => setRetryToken((value) => value + 1)}>
</Button>
</CardContent>