You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

5 lines
205 B

/** 公开主页 profile 聚合接口中每类预览条数 */
export const PUBLIC_PREVIEW_LIMIT = 5;
/** 公开列表子页每页条数(仅服务端使用) */
export const PUBLIC_LIST_PAGE_SIZE = 10;