代码格式修复

This commit is contained in:
李琦
2026-01-20 12:02:01 +08:00
parent 4aa757082b
commit 05b315013c
7 changed files with 308 additions and 125 deletions

View File

@@ -1089,6 +1089,7 @@ export interface PublicSettings {
site_description?: string
site_author?: string
site_keywords?: string
visible_menus?: string
}
export const getPublicSettings = async (): Promise<PublicSettings> => {