fix: 删除非规定别名window.metonaToast,全局仅保留MeToast和Met

This commit is contained in:
tianhao
2026-06-16 13:56:04 +08:00
parent f474b7251a
commit cab5ef1d55
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1086,6 +1086,5 @@ declare global {
interface Window {
MeToast: MeToast;
Met: MeToast;
metonaToast: MeToast;
}
}