fix: make CMS content live and migrate to MySQL

This commit is contained in:
Codex User
2026-09-08 15:18:01 +08:00
parent 3a99ae30c5
commit 59c50c690f
31 changed files with 585 additions and 891 deletions
+2
View File
@@ -23,3 +23,5 @@ a{color:#163E70;text-decoration:none}
.table th{background:#f8fafc}
.tag{font-size:11px;padding:2px 6px;border-radius:4px;background:#e0f2fe;color:#0369a1}
.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.hint{font-size:12px;color:#64748b;line-height:1.7;margin:-4px 0 12px}
.editor-block{border:1px solid #e2e8f0;border-radius:8px;padding:14px;margin:12px 0;background:#fbfdff}