mirror of
https://github.com/langgenius/dify.git
synced 2026-02-06 19:12:07 +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
|