pub async fn get_changelog() -> Result<ChangelogData, ServerFnError>Expand description
获取结构化的更新日志数据。
公开接口;首次调用解析 + 渲染后永久缓存,之后均为一次 LazyLock 读取 + clone。
§Handler information
- Method:
post - Path:
<auto>
pub async fn get_changelog() -> Result<ChangelogData, ServerFnError>获取结构化的更新日志数据。
公开接口;首次调用解析 + 渲染后永久缓存,之后均为一次 LazyLock 读取 + clone。
post<auto>