feat: SSR 友链页与最小 Admin 审核

公开 /links 列表与申请/取消,导航页脚可配入口;后台品牌增删与通过/拒绝。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-29 06:30:01 +08:00
parent 204e7fdb32
commit 7bc50bfb80
19 changed files with 880 additions and 42 deletions

View File

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