增加更多可配置的部分

This commit is contained in:
李琦
2026-07-14 13:29:22 +08:00
parent b88a72e613
commit f38a80ca71
8 changed files with 751 additions and 63 deletions

View File

@@ -23,7 +23,7 @@ func GetSettings(c *gin.Context) {
publicKeys := []string{
"site_title", "site_description", "site_author", "site_keywords",
"visible_menus", "posts_per_page", "works_per_page", "snippets_per_page",
"footer_icp", "contact_email",
"footer_icp", "contact_email", "homepage_config",
}
for _, key := range publicKeys {