feat: 更新默认分页大小
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user