更新 server/api/images/history.get.ts
aiartstudio-deploy / deploy (push) Successful in 2m34s

feat: 更新默认分页大小
This commit is contained in:
2026-04-29 11:46:20 +08:00
parent 9ddfafeda5
commit c027a12a29
+2 -2
View File
@@ -2,8 +2,8 @@
import type { IImageHistoryListData } from "#shared/types/openai";
const DEFAULT_PAGE = 1;
const DEFAULT_PAGE_SIZE = 10;
const MAX_PAGE_SIZE = 50;
const DEFAULT_PAGE_SIZE = 100;
const MAX_PAGE_SIZE = 200;
/**
* GET /api/images/history