feat: 更新窗口尺寸设置,调整为1200x800并设置最小尺寸
This commit is contained in:
@@ -13,8 +13,10 @@
|
|||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"title": "Quick Dataset",
|
"title": "Quick Dataset",
|
||||||
"width": 800,
|
"width": 1200,
|
||||||
"height": 600
|
"height": 800,
|
||||||
|
"minWidth": 1200,
|
||||||
|
"minHeight": 800
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"security": {
|
"security": {
|
||||||
|
|||||||
Reference in New Issue
Block a user