mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
2e0c2e8482
Co-authored-by: zhsama <torvalds@linux.do>
7 lines
124 B
TypeScript
7 lines
124 B
TypeScript
export const DEFAULT_SORT = {
|
|
sortBy: 'install_count',
|
|
sortOrder: 'DESC',
|
|
}
|
|
|
|
export const SCROLL_BOTTOM_THRESHOLD = 100
|