Fix: 调整文件结构 & 隐藏垂直滚动条 & 修正Tauri构建错误

This commit is contained in:
2025-07-05 16:18:23 +08:00
parent dab57fbadf
commit 216f65966a
13 changed files with 73 additions and 17 deletions

View File

@ -2,12 +2,12 @@
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "jinshen-calculator",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "com.jinshen-calculator.dev",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:8080",
"beforeDevCommand": "bun dev",
"beforeBuildCommand": "bun build"
"beforeDevCommand": "bun run dev",
"beforeBuildCommand": "bun run build"
},
"app": {
"windows": [