-
refactor: Simplify average calculations in Detail component
Some checks failedPublish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelledPublish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelledLinux Release / release (push) Has been cancelledmacOS Release / release (push) Has been cancelledWindows Release / release (push) Has been cancelledreleased this
2024-12-12 19:21:08 +08:00 | 3849 commits to main since this release- Streamlined the calculation of average RPM and average TPM by removing unnecessary function calls and directly applying the
toFixed(3)method within the JSX. - Improved code readability and maintainability by reducing the number of lines and enhancing clarity in the calculation logic.
Downloads
- Streamlined the calculation of average RPM and average TPM by removing unnecessary function calls and directly applying the