content
```json
{
"summary": "为您创建了一个带有黄色到绿色渐变的搜索按钮组件",
"widget": {
"type": "custom-template",
"isAPI": false,
"fullWidth": false,
"html": "<button class=\"w-full max-w-xs h-12 rounded-lg bg-gradient-to-b from-yellow-400 to-green-500 text-white font-medium text-lg shadow-md hover:from-yellow-500 hover:to-green-600 focus:outline-none focus:ring-2 focus:ring-green-400 focus:ring-opacity-50 transition-all duration-300\">搜索</button>"
},
"next": [
"添加图标",
"调整圆角大小",
"增加悬停阴影",
"调整渐变角度",
"添加点击效果"
]
}
```