feat: SSR 站点单页 /page/:slug 与 Admin CRUD

EOF

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-29 16:49:39 +08:00
parent c4faba81b3
commit 802f86605c
17 changed files with 410 additions and 8 deletions

View File

@@ -73,6 +73,7 @@ var parseGlobs = []string{
"messages/*.tmpl",
"links/*.tmpl",
"boards/*.tmpl",
"page/*.tmpl",
}
// Load 解析全部模板(进程内一次)