content
```json
{
"summary": "创建一个标签组件,标签为【日报】,采用现代化设计风格,包含基础样式和交互状态",
"widget": {
"type": "custom-template",
"isAPI": false,
"fullWidth": false,
"html": "<div class=\"inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-blue-100 text-blue-800 border border-solid border-blue-200 hover:bg-blue-200 transition-colors duration-200\">\n 日报\n</div>"
},
"next": [
"添加不同颜色",
"添加不同尺寸",
"添加图标前缀",
"添加关闭按钮",
"添加点击效果"
]
}
```