mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-04 23:17:45 +08:00
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "bilibili-video-downloader",
|
|
"width": 800,
|
|
"height": 600,
|
|
"minWidth": 800,
|
|
"minHeight": 600,
|
|
"visible": false,
|
|
"hiddenTitle": true,
|
|
"titleBarStyle": "Overlay",
|
|
"theme": "Light"
|
|
}
|
|
]
|
|
}
|
|
}
|