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/preset

认证

Bearer JWT

响应

{
  filters: Array<{
    id: string,
    filter: object,      // JSONB 配置(CropParams + 各种调整)
    category: string,
    order: number,
    createdAt: string,
    updatedAt: string
  }>
}
order ASC 排序。

src/hono/filter/index.ts

Filter 结构

filter JSONB 对应 src/types/crop.tsFilter 类型,含:
  • crop 参数(0-1 比例、旋转、翻转)
  • 颜色调整(brightness / contrast / saturation / temperature / tint / …)
  • 透视/畸变校正
  • 风格预设名

相关