mirror of
https://github.com/langgenius/dify.git
synced 2026-01-28 14:43:11 +08:00
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
|