Feature(custom): rewrite upload config and plugin page

This commit is contained in:
Kuingsmile
2025-08-07 14:52:46 +08:00
parent ca95b7aa49
commit a9c7cecd00
29 changed files with 5198 additions and 1801 deletions

View File

@@ -122,12 +122,12 @@ if (db.get(configPaths.settings.miniWindowOntop)) {
}
const renameWindowOptions = {
height: 175,
width: 300,
height: 250,
width: 350,
show: true,
fullscreenable: false,
resizable: false,
vibrancy: 'ultra-dark',
icon: logo,
resizable: true,
webPreferences: {
sandbox: false,
preload: preloadPath,