mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 23:20:12 -05:00
feat: chatflow support multimodal (#31293)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -152,6 +152,8 @@ export const formatNumberAbbreviated = (num: number) => {
|
||||
: `${formatted}${units[unitIndex].symbol}`
|
||||
}
|
||||
}
|
||||
// Fallback: if no threshold matched, return the number string
|
||||
return num.toString()
|
||||
}
|
||||
|
||||
export const formatToLocalTime = (time: Dayjs, local: Locale, format: string) => {
|
||||
|
||||
Reference in New Issue
Block a user