feat: 自定义标题栏

This commit is contained in:
lanyeeee
2025-08-05 05:49:12 +08:00
parent 840776f3e3
commit 003c50ba13
13 changed files with 193 additions and 11 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"$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"
}
]
}
}