```json
{
"compone

By admin, 28 August, 2025
角色
user
content

```json
{
"component": "NoticeCard",
"type": "container",
"style": {
"backgroundColor": "bg-blue-50",
"borderRadius": "rounded-lg",
"padding": "p-6",
"width": "w-full"
},
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "16px"
},
"children": [
{
"component": "Title",
"type": "Text",
"content": "Title",
"style": {
"fontSize": "text-lg",
"fontWeight": "font-semibold",
"color": "text-gray-900"
}
},
{
"component": "Divider",
"style": {
"height": "h-px",
"width": "w-full",
"backgroundColor": "bg-gray-200"
}
},
{
"component": "ContentWrapper",
"type": "container",
"layout": {
"display": "flex",
"flexDirection": "column",
"gap": "12px"
},
"children": [
{
"component": "Paragraph",
"type": "Text",
"content": "notice content notice content notice content\nnotice content notice content notice content\nnotice content notice content notice content",
"style": {
"fontSize": "text-base",
"fontWeight": "font-normal",
"color": "text-gray-800",
"lineHeight": "leading-relaxed"
}
},
{
"component": "Link",
"type": "Text",
"content": "link",
"href": "#",
"style": {
"fontSize": "text-base",
"fontWeight": "font-normal",
"color": "text-gray-800",
"textDecoration": "underline"
}
},
{
"component": "HighlightParagraph",
"type": "Text",
"content": "highlight notice content notice content notice content",
"style": {
"fontSize": "text-base",
"fontWeight": "font-bold",
"color": "text-gray-900",
"lineHeight": "leading-relaxed"
}
}
]
},
{
"component": "ActionButton",
"type": "button",
"layout": {
"display": "flex",
"alignItems": "center",
"gap": "gap-1"
},
"children": [
{
"component": "ButtonText",
"type": "Text",
"content": "Text Button Medium",
"style": {
"fontSize": "text-base",
"fontWeight": "font-medium",
"color": "text-blue-600"
}
},
{
"component": "Icon",
"name": "heroicons:chevron-right",
"style": {
"size": "w-5 h-5",
"color": "text-blue-600"
}
}
],
"states": {
"hover": {
"textDecoration": "underline"
}
}
}
]
}
```

total_tokens
0