HuLa/src-tauri/tauri.conf.json
nongyehong 9d23424587 fix(view): 🐛 修复侧边栏文字模式下更多图标的样式
修改github和gitee提交bug issue的模板

closed #IAVNW7
2024-10-15 23:33:57 +08:00

29 lines
512 B
JSON

{
"productName": "HuLa",
"version": "2.3.0",
"identifier": "com.tauri.build",
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist",
"devUrl": "http://127.0.0.1:6130"
},
"bundle": {
"resources": [
"tray"
],
"active": true,
"icon": [],
"windows": {},
"macOS": {}
},
"app": {
"withGlobalTauri": true,
"windows": [],
"security": {
"csp": null
},
"macOSPrivateApi": true
}
}