This commit is contained in:
Azmat@qq.com
2026-08-20 12:52:05 +08:00
parent c7520e93b7
commit ba1613f2b5
32 changed files with 336 additions and 139 deletions
+2
View File
@@ -128,6 +128,7 @@ export function Dashboard({
return (
<section className="dashboard-page">
<div className="dashboard-inner">
<section className="welcome">
<h1>{greetName ? `${greetName}` : ""}</h1>
<p>{dateLabel} · {running}</p>
@@ -258,6 +259,7 @@ export function Dashboard({
</div>
)}
</section>
</div>
</section>
);
}