瀏覽代碼

fix: add ids in FetchDatasetsParams (#13459)

tags/1.0.0
Wu Tianwei 8 月之前
父節點
當前提交
33990426c1
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. 3
    2
      web/models/datasets.ts

+ 3
- 2
web/models/datasets.ts 查看文件

url: string url: string
params: { params: {
page: number page: number
ids?: string[]
tag_ids?: string[] tag_ids?: string[]
limit: number
include_all: boolean
limit?: number
include_all?: boolean
keyword?: string keyword?: string
} }
} }

Loading…
取消
儲存