## 千分位符

添加`thousands`可以为数字文本你添加千分位符

```json
{
    "body": [
        {
            "type": "text",
            "text": "12883847287822323",
            "thousands": true
        },
        {
            "type": "text",
            "text": "12883847287822323.79283123",
            "thousands": true
        }
    ]
}
```
