Add local Nerd fonts, remove About button, fix tauriIpcAvailable, update build settings

This commit is contained in:
2026-03-13 15:29:58 +08:00
parent d99a0bd5a0
commit 1c7f7929c7
4 changed files with 3 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
"lint": "eslint \"./src/**/*.{ts,tsx}\" --config ../eslint.config.js",
"start": "node bin/cli.js serve",
"embed:static": "node embed-static.js",
"build:exe": "vite build && node embed-static.js && bun build entry-singlefile.js --compile --outfile XCOpenCodeWeb.exe"
"build:exe": "vite build && node embed-static.js && bun build entry-singlefile.js --compile --outfile XCOpenCodeWeb.exe --windows.console=hide && node -e \"require('fs').readdirSync('.').filter(f => f.endsWith('.bun-build')).forEach(f => require('fs').unlinkSync(f))\""
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",