Remove About button from NavRail and rename exe to XCOpenCodeWeb

This commit is contained in:
2026-03-13 15:03:45 +08:00
parent f780f2ddc3
commit c50547bce0
4 changed files with 7 additions and 23 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 OpenChamber.exe"
"build:exe": "vite build && node embed-static.js && bun build entry-singlefile.js --compile --outfile XCOpenCodeWeb.exe"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",