mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-05-06 20:02:57 +08:00
17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "bilibili-video-downloader",
|
|
"width": 800,
|
|
"height": 600,
|
|
"minWidth": 800,
|
|
"minHeight": 600,
|
|
"hiddenTitle": true,
|
|
"titleBarStyle": "Overlay",
|
|
"theme": "Light"
|
|
}
|
|
]
|
|
}
|
|
} |