## 跳转按钮

添加`href`属性就能让按钮点击可以跳转

```json
{
    "body": [
        {
            "type": "button",
            "href": "http://www.baidu.com",
            "text": "baidu"
        }
    ]
}
```