uckkk/dsh-number-format0

dsh-number-format

数字格式化:千分位、小数位、货币符号、百分比

AI 분석

提供数字的千分位、小数位、货币及百分比格式化功能。适合财务人员、数据分析师或需要规范报表数字格式的开发者。

패키지
dsh-number-format
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uckkk/dsh-number-format

dsh-number-format · 数字格式化

千分位、小数位、货币符号、百分比格式化。纯 Node 实现。

提供的工具

工具作用
format_number数字格式化

安装

dsh plugin add dsh-number-format

安装后在 profile 的 package.jsondsh.profile.bundles 中加入 "dsh-number-format"

用法示例

把 1234567.891 格式化成货币
→ 调用 format_number(value=1234567.891, currency="¥", decimals=2)