feat: remove pause

This commit is contained in:
Simon
2026-01-15 21:37:03 +08:00
parent c0ce6e7d14
commit 42130d6f1d
6 changed files with 2 additions and 85 deletions
-12
View File
@@ -209,18 +209,6 @@
}
}
.pauseButton {
font-weight: 600;
&.paused {
background: rgba(34, 197, 94, 0.2); /* 绿色背景表示可以继续 */
color: rgb(34, 197, 94);
&:hover {
background: rgba(34, 197, 94, 0.3);
}
}
}
.stopButton {
background: rgba(239, 68, 68, 0.2);
color: rgb(255, 41, 41);