feat: 添加闪屏

This commit is contained in:
2024-12-10 14:52:32 +08:00
parent a279a262b7
commit 31c23efa6c
9 changed files with 60 additions and 9 deletions

View File

@@ -12,9 +12,15 @@
"app": {
"windows": [
{
"title": "test-tauri",
"width": 800,
"height": 600
"label": "main",
"title": "My CFF",
"width": 1000,
"height": 800,
"visible": false
},
{
"label": "splashscreen",
"url": "/splashscreen"
}
],
"security": {