Add site information management with Markdown support

This commit is contained in:
2025-05-18 11:04:59 +08:00
parent 1b5eb23a65
commit be09b55765
9 changed files with 67 additions and 8 deletions

View File

@@ -122,4 +122,5 @@ export interface ServerConfig {
cloudflare_turnstile_secret_key: string;
server_name: string;
server_description: string;
site_info: string;
}