Files
git-heatmap/gitea/src-tauri/tauri.conf.json
2026-06-23 21:57:49 +08:00

40 lines
776 B
JSON

{
"productName": "Gitea HeatMap",
"version": "1.0.0",
"identifier": "top.shumengya.gitea-heatmap",
"build": {
"frontendDist": "../frontend"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"label": "main",
"title": "Gitea 贡献热力图",
"width": 600,
"height": 108,
"resizable": false,
"decorations": false,
"transparent": true,
"alwaysOnTop": false,
"center": true,
"skipTaskbar": true
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.png",
"icons/icon.ico"
]
}
}