Notification
通知 · 四角堆叠卡片 + 图标/操作区/位置 + 命令式 API(比 Toast 重)
全状态
success
error
info / warning
带操作按钮 + 常驻
四角位置
Playground
notification.success({
title: "操作成功",
description: "数据已成功同步到云端。",
placement: "topRight",
duration: 4500,
})通知 · 四角堆叠卡片 + 图标/操作区/位置 + 命令式 API(比 Toast 重)
notification.success({
title: "操作成功",
description: "数据已成功同步到云端。",
placement: "topRight",
duration: 4500,
})