dify/web/app/components/main-nav/utils.ts
非法操作 baba36d47d
chore: improve current workspace summary (#40121)
Co-authored-by: Jingyi-Dify <jingyi.qi@dify.ai>
2026-08-07 03:08:55 +00:00

2 lines
86 B
TypeScript

export const formatCredits = (value: number) => new Intl.NumberFormat().format(value)