mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-03-24 08:08:52 +08:00
16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"title": "CC Switch",
|
|
"titleBarStyle": "Visible",
|
|
"visible": false,
|
|
"minWidth": 900,
|
|
"minHeight": 600
|
|
}
|
|
]
|
|
}
|
|
}
|