Files
bilibili-video-downloader/src-tauri/tauri.linux.conf.json
2025-08-05 05:49:12 +08:00

16 lines
304 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"app": {
"windows": [
{
"title": "bilibili-video-downloader",
"width": 800,
"height": 600,
"minWidth": 800,
"minHeight": 600,
"decorations": false,
"theme": "Light"
}
]
}
}