feat(admin): dashboard overview and move posts list to /admin/posts

This commit is contained in:
2026-09-13 21:42:24 +08:00
parent a296ba4ce1
commit b8c1ee1f2d
4 changed files with 208 additions and 35 deletions
+2
View File
@@ -239,6 +239,8 @@ const isActive = (href: string) => {
h1 { font-family: "Noto Serif HK", serif; font-size: 24px; font-weight: 900; margin: 0 0 6px; }
.sub { color: var(--fg-muted); font-size: 13.5px; margin: 0 0 24px; }
.page-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.page-head .sub { margin-bottom: 0; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 22px; margin-bottom: 18px; }
.card h2 { font-size: 15px; font-weight: 700; margin: 0 0 14px; }