Skip to content
dsh.fish
Bundle

dsh-number-format

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

Source
uckkk
License
MIT
Updated
Updated 20 days ago

Readme

# dsh-number-format · 数字格式化

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

## 提供的工具

| 工具 | 作用 |
|---|---|
| `format_number` | 数字格式化 |

## 安装

```bash
dsh plugin add dsh-number-format
```
安装后在 profile 的 `package.json` 的 `dsh.profile.bundles` 中加入 `"dsh-number-format"`。

## 用法示例

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

## 安装

```bash
dsh plugin add github:uckkk/dsh-number-format
```

> 安装即在本机运行第三方代码,请自行审阅源码。

## 安装

```bash
dsh plugin add github:uckkk/dsh-number-format
```

## 使用

安装后在会话中调用该插件注册的工具即可。

## 许可

MIT

> 安装即在本机运行第三方代码,请自行审阅源码。

Install

dsh plugin --profile web add github:uckkk/dsh-number-format#efc48e58616c26b9cda2b0e5bf1250bb73795695

Profile: web

Source