```json
{
"widget": {
"type": "custom-template",
"isAPI": false,
"fullWidth": false,
"html": "<div class=\"rounded-lg shadow-md overflow-hidden border border-solid border-gray-200 hover:shadow-lg transition-shadow duration-300\">\n <div class=\"h-48 bg-gray-100 flex items-center justify-center\">\n <img src=\"/assets/images/showcase/1.jpg\" alt=\"产品图片\" class=\"h-full w-full object-cover\">\n </div>\n <div class=\"p-6\">\n <h3 class=\"text-xl font-semibold text-gray-800 mb-2\">产品标题</h3>\n <div class=\"flex items-center justify-between mb-4\">\n <span class=\"text-2xl font-bold text-red-600\">¥299</span>\n <span class=\"text-sm text-gray-500 line-through\">¥399</span>\n </div>\n <p class=\"text-gray-600 mb-4\">这里是产品描述内容,简要介绍产品的主要特点和优势。</p>\n <a href=\"#\" class=\"inline-block px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 transition-colors duration-300\">查看详情</a>\n </div>\n</div>"
},
"next": [
"添加折扣标签",
"添加库存状态",
"添加购物车按钮",
"添加促销信息",
"添加会员价"
],
"summary": "已为卡片组件添加价格显示区域,包含现价和原价。接下来可以继续完善价格相关功能,如添加折扣标签、库存状态等。"
}
```
角色
assistant
content