优化用户数据初始化时机

This commit is contained in:
2025-11-18 19:16:24 +08:00
parent 5b1dae6e6c
commit fa6a4e5121
19 changed files with 52 additions and 52 deletions

View File

@@ -108,7 +108,7 @@ function Pins(props: DashboardPinsProps) {
<div className="flex-1 flex items-center justify-between">
<h4 className="text-balance"></h4>
<p className="flex flex-col items-end">
<span className="text-sm text-weak" ></span>
<span className="text-sm text-weak" ></span>
<span className="text-sm">{props.long.resource_daily_free_sum}</span>
</p>
</div>
@@ -116,7 +116,7 @@ function Pins(props: DashboardPinsProps) {
<div className="flex-1 flex items-center justify-between">
<h4 className="text-balance"></h4>
<p className="flex flex-col items-end">
<span className="text-sm text-weak"></span>
<span className="text-sm text-weak"></span>
<span className="text-sm">{props.long.resource_quota_sum}</span>
</p>
</div>
@@ -149,7 +149,7 @@ function Announcements(props: Props) {
return (
<Card className="h-full">
<CardHeader>
<div className="flex justify-between gap-2">
<div className="flex justify-between gap-2">
<CardTitle></CardTitle>
{/* <Button
theme="text"