feat(desktop): 接通无边框窗口标题栏控制

This commit is contained in:
2026-09-07 17:48:51 +08:00
parent a63398d89c
commit 4288f90558
9 changed files with 115 additions and 20 deletions
+2 -1
View File
@@ -122,7 +122,8 @@ async function openFolderPicker() {
<style scoped>
.vault-entry {
height: 100vh;
height: 100%;
min-height: 0;
width: 100vw;
display: flex;
align-items: center;