feat: 增加Notificatio方法

This commit is contained in:
rd
2025-07-17 17:23:40 +08:00
parent 62d27268c4
commit a7f745d98b
6 changed files with 26 additions and 26 deletions

View File

@ -106,3 +106,4 @@ export function downloadByUrl(url: string, filename?: string) {
a.click();
document.body.removeChild(a);
}