Skip to main content

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.

路径

GET /user/:userId/liked

认证

可选 JWT

Query 参数

名称类型说明
cursorstring分页游标(created_at
每页 50 条。

响应

{
  feeds: ResponseFeedSchema[],
  hasMore: boolean
}
nsfw 过滤规则同 GET /user/:userId/feed

src/hono/user/index.ts

相关