feat(web): add base ui toast (#33569)

This commit is contained in:
yyh
2026-03-17 18:56:36 +08:00
committed by GitHub
parent 3db1ba36e0
commit 7c6d0bedc0
12 changed files with 1547 additions and 98 deletions

View File

@@ -85,6 +85,15 @@ const OVERLAY_RESTRICTED_IMPORT_PATTERNS = [
],
message: 'Deprecated: use @/app/components/base/ui/dialog instead. See issue #32767.',
},
{
group: [
'**/base/toast',
'**/base/toast/index',
'**/base/toast/context',
'**/base/toast/context/index',
],
message: 'Deprecated: use @/app/components/base/ui/toast instead. See issue #32811.',
},
]
export default antfu(