mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-25 17:35:42 +00:00
fix bg position for chrome mode
This commit is contained in:
parent
ca07cbe389
commit
b724b19f94
@ -45,9 +45,21 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"chrome": {
|
"chrome": {
|
||||||
"width": 1000,
|
"title": "GrassClipper",
|
||||||
"height": 800,
|
"width": 1280,
|
||||||
"args": "--user-agent=\"Neutralinojs chrome mode\""
|
"height": 720,
|
||||||
|
"minWidth": 400,
|
||||||
|
"minHeight": 200,
|
||||||
|
"fullScreen": false,
|
||||||
|
"alwaysOnTop": false,
|
||||||
|
"icon": "/resources/icons/appIcon.png",
|
||||||
|
"enableInspector": true,
|
||||||
|
"borderless": true,
|
||||||
|
"maximize": false,
|
||||||
|
"hidden": false,
|
||||||
|
"resizable": false,
|
||||||
|
"exitProcessOnClose": true,
|
||||||
|
"args": "--user-agent=\"Neutralinojs chrome mode\" --disable-web-security"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cli": {
|
"cli": {
|
||||||
|
@ -336,7 +336,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#firstPanel {
|
#firstPanel {
|
||||||
background-position: -340px;
|
background-position: -250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Move the first official button to the position on the png */
|
/* Move the first official button to the position on the png */
|
||||||
|
@ -45,6 +45,7 @@ echo Adding ceritifcate...
|
|||||||
echo Certificate install failed, ensure the script is running as Administrator and that the path "%USERPROFILE%\.mitmproxy" exists,
|
echo Certificate install failed, ensure the script is running as Administrator and that the path "%USERPROFILE%\.mitmproxy" exists,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
echo Done! You can now open GrassClipper.exe!
|
echo Done! You can now open GrassClipper.exe!
|
||||||
|
|
||||||
pause
|
pause
|
||||||
|
Loading…
Reference in New Issue
Block a user