🔨 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

@@ -22,8 +22,8 @@
"build:linux": "electron-vite build && electron-builder --linux", "build:linux": "electron-vite build && electron-builder --linux",
"bump": "bump-version", "bump": "bump-version",
"cz": "git-cz", "cz": "git-cz",
"dev": "cross-env NODE_ENV=development electron-vite dev", "dev": "electron-vite dev",
"dev:prod": "cross-env NODE_ENV=production electron-vite dev", "dev:prod": "electron-vite --mode production",
"link": "node ./scripts/link.js", "link": "node ./scripts/link.js",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.vue src/ scripts/ .", "lint": "eslint --ext .js,.jsx,.ts,.tsx,.vue src/ scripts/ .",
"lint:dpdm": "dpdm -T --tsconfig ./tsconfig.json --no-tree --no-warning --exit-code circular:1 src/main/index.ts", "lint:dpdm": "dpdm -T --tsconfig ./tsconfig.json --no-tree --no-warning --exit-code circular:1 src/main/index.ts",
@@ -105,7 +105,6 @@
"@videojs-player/vue": "^1.0.0", "@videojs-player/vue": "^1.0.0",
"@vitejs/plugin-vue": "^6.0.3", "@vitejs/plugin-vue": "^6.0.3",
"baseline-browser-mapping": "^2.9.13", "baseline-browser-mapping": "^2.9.13",
"cross-env": "^10.1.0",
"dexie": "^3.2.4", "dexie": "^3.2.4",
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"dpdm": "^3.14.0", "dpdm": "^3.14.0",

View File

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

View File

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

View File

@@ -1376,11 +1376,6 @@
dependencies: dependencies:
tslib "^2.4.0" tslib "^2.4.0"
"@epic-web/invariant@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813"
integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==
"@esbuild/aix-ppc64@0.25.12": "@esbuild/aix-ppc64@0.25.12":
version "0.25.12" version "0.25.12"
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz#80fcbe36130e58b7670511e888b8e88a259ed76c" resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz#80fcbe36130e58b7670511e888b8e88a259ed76c"
@@ -5415,14 +5410,6 @@ create-require@^1.1.0:
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
cross-env@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.1.0.tgz#cfd2a6200df9ed75bfb9cb3d7ce609c13ea21783"
integrity sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==
dependencies:
"@epic-web/invariant" "^1.0.0"
cross-spawn "^7.0.6"
cross-spawn@^7.0.0, cross-spawn@^7.0.1: cross-spawn@^7.0.0, cross-spawn@^7.0.1:
version "7.0.3" version "7.0.3"
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"