fix: 修正搜索条目无法完全显示的问题

- 为查询/搜索添加更大的limit
This commit is contained in:
2025-12-18 15:05:17 +08:00
parent fcaf595b73
commit 33c0b9cc43
6 changed files with 17 additions and 7 deletions

View File

@ -1,5 +1,5 @@
query GetSolutionList($locale: String!) {
solutions(filter: { status: { _eq: "published" } }) {
solutions(filter: { status: { _eq: "published" } }, limit: 200) {
id
cover {
id