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

This commit is contained in:
2026-09-07 17:48:51 +08:00
parent 4678ede724
commit 8ae5006ea7
7 changed files with 111 additions and 16 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;