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 /filter/liked

认证

Bearer JWT

响应

{
  filters: Array<{
    id: string,
    filter: object,        // 收藏时的 Filter JSONB 快照
    createdAt: string,
    updatedAt: string
  }>
}
created_at DESC 排序。

src/hono/filter/index.ts

相关