fix: 搜索模块审计修复 — ATM+NOT、affiliation、分页、SB 等 12 项漏洞
CI / backend (push) Canceled after 0s
CI / frontend (push) Canceled after 0s

This commit is contained in:
34047007@qq.com
2026-07-27 16:57:13 +08:00
parent 4a24f764f7
commit 4f6024aa7a
6 changed files with 93 additions and 61 deletions
+4 -1
View File
@@ -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
}
/** 搜索结果卡片显示设置 */