Skip to content

Commit

Permalink
Update MoxDesign.js
Browse files Browse the repository at this point in the history
代码风格统一:为了保持代码的一致性,可以统一使用箭头函数或者常规的函数声明。
避免 DOM 操作频繁触发:在每次 showToast 和 MoxNotification 调用时都在 body 上附加新的 DOM 元素,可能会导致性能问题,特别是在多个通知同时出现时。可以考虑将创建的通知元素缓存起来,避免重复操作。
setTimeout 定时器清理:为了避免内存泄漏,可以考虑在合适的地方清理 setTimeout。
更好的回调管理:考虑引入 Promises 或 async/await 来使回调处理更加流畅,特别是当有多个通知同时处理时。
  • Loading branch information
riceshowerX authored Nov 29, 2024
1 parent 34426d1 commit babfdbc
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit babfdbc

Please sign in to comment.