Added edge-to-edge support

This commit is contained in:
pptx704
2025-06-16 04:41:36 +03:00
parent 87601f76d1
commit 2b65e6d1d2
4 changed files with 28 additions and 1 deletions

View File

@ -1,5 +1,10 @@
{
"appId": "com.template.app",
"appName": "Capsule",
"webDir": "dist"
"webDir": "dist",
"plugins": {
"EdgeToEdge": {
"backgroundColor": "#ffffff"
}
}
}