Files
bili-shadowreplay/src-tauri/tauri.macos.conf.json

18 lines
311 B
JSON
Raw Normal View History

2024-09-27 12:49:48 +08:00
{
"app": {
"windows": [
{
"label": "main",
"fullscreen": false,
"resizable": true,
"title": "BiliBili ShadowReplay",
"width": 1300,
"height": 600,
"transparent": false,
"decorations": true,
2024-10-18 13:30:27 +08:00
"theme": "Light"
2024-09-27 12:49:48 +08:00
}
]
}
}