fix: 搜索模块审计修复 — ATM+NOT、affiliation、分页、SB 等 12 项漏洞
This commit is contained in:
@@ -372,9 +372,12 @@ export interface FolderItem {
|
||||
export interface PaginatedResponse<T> {
|
||||
items: T[]
|
||||
total: number
|
||||
total_pages?: number
|
||||
page?: number
|
||||
page_size?: number
|
||||
has_more?: boolean
|
||||
year_counts?: Array<{year: number, count: number}>
|
||||
cursor_val?: string | null
|
||||
cursor_id?: string | null
|
||||
}
|
||||
|
||||
/** 搜索结果卡片显示设置 */
|
||||
|
||||
Reference in New Issue
Block a user