feat: Use the new interface design

This commit is contained in:
viarotel 2024-12-06 19:07:44 +08:00
parent 3e3fc34f90
commit b08021b319
2 changed files with 3 additions and 2 deletions

View File

@ -64,8 +64,8 @@ function createWindow() {
show: false,
width: 700,
minWidth: 700,
height: 600,
minHeight: 600,
height: 500,
minHeight: 500,
autoHideMenuBar: true,
webPreferences: {
preload: path.join(__dirname, 'preload.mjs'),

View File

@ -34,6 +34,7 @@
}"
>
</PreferenceForm>
<div class="h-4"></div>
</div>
</div>
</template>