🔨 Refactor(custom): remove cross-env

This commit is contained in:
Kuingsmile
2026-01-17 14:17:38 +08:00
parent 274e65d39a
commit 07c0805813
4 changed files with 5 additions and 22 deletions

View File

@@ -74,9 +74,6 @@ class LifeCycle {
if (isDisableGPU) {
app.disableHardwareAcceleration()
}
if (process.env.NODE_ENV === 'development') {
MemoryMonitor.start(30000)
}
}
#onReady() {

View File

@@ -726,12 +726,12 @@ input:checked + .switch-slider::before {
.icon-button {
display: flex;
justify-content: center;
justify-content: left;
align-items: center;
border: none;
border-radius: var(--radius-md);
width: 32px;
height: 32px;
width: 25px;
height: 25px;
color: var(--color-text-secondary);
background: var(--color-background-secondary);
transition: var(--transition-fast);