Documentation Index
Fetch the complete documentation index at: https://tech.illasoft.com/llms.txt
Use this file to discover all available pages before exploring further.
路径
POST /filter/like
认证
Bearer JWT请求 Body
用户每次点赞的是当前的 filter 配置,而不是 preset 的 ID。用户可能修改了系统预设再保存。
响应
副作用
Upsert 模式:- DELETE
user_liked_filters WHERE owner_id = ? AND filter = ?(去重,防多次相同) - INSERT
user_liked_filters (owner_id, filter)
源
src/hono/filter/index.ts