Skip to main content

get_site_settings

Function get_site_settings 

Source
pub async fn get_site_settings() -> Result<SiteSettings, ServerFnError>
Expand description

读取站点公开配置。

公开接口(无需登录):供前台页脚 SSR 读取 GitHub 链接等。先查 moka 缓存, 未命中查 settings 表,缺失键回退默认值(空串=不展示图标)。

§Handler information

  • Method: post
  • Path: <auto>