## 基础使用

+ up: 红色
+ down: 绿色

```json
{
    "body": [
        {
            "type": "trend",
            "text": "12%",
            "flag": "up"
        },
        {
            "type": "trend",
            "text": "-12%",
            "flag": "down"
        },
        {
            "type": "trend",
            "text": "0%",
            "flag": "normal"
        }
    ]
}
```
