Perf(custom): add memory monitor and optimiz memory usage

This commit is contained in:
Kuingsmile
2025-08-13 15:11:55 +08:00
parent 11341c024a
commit f0b0e55937
7 changed files with 144 additions and 79 deletions

View File

@@ -70,7 +70,6 @@ export const showNotification = (
const notification = new Notification({
title: options.title,
body: options.body
// icon: options.icon || undefined
})
const handleClick = () => {
if (options.clickToCopy) {