🎨 Refactor and optimize code

This commit is contained in:
2025-10-05 00:58:27 +08:00
parent c22e349181
commit d49ffc20df
16 changed files with 655 additions and 674 deletions

View File

@@ -236,7 +236,7 @@ const handleContextMenu = (event: MouseEvent) => {
&:hover {
background-color: var(--error-color);
color: white;
color: var(--text-muted);
opacity: 1 !important;
}