pub async fn create_friend_link(
name: String,
url: String,
avatar_url: Option<String>,
description: String,
sort_order: i32,
) -> Result<FriendLink, ServerFnError>Expand description
新增友链。仅 admin。
校验通过后 INSERT ... RETURNING *,并失效友链 moka 缓存 + /friends SSR 缓存
- 递增全局世代号,保证前台下次访问立即看到新卡片。
§Handler information
- Method:
post - Path:
<auto>