Finish cpu statistics information

This commit is contained in:
2023-12-08 15:08:22 +08:00
parent 5c14e0e86b
commit 4e2d13c064
5 changed files with 141 additions and 233 deletions

View File

@@ -10,7 +10,7 @@ export const useUpdatedEffect = (
if (isFirstRender.current) {
isFirstRender.current = false
} else {
effect()
return effect()
}
}, dependencies)
}