feat: implement vault locking mechanism with auto-lock settings and unlock functionality

This commit is contained in:
shuaiplus
2026-02-27 22:39:27 +08:00
committed by Shuai
parent 172f6626c0
commit 59566f88e3
3 changed files with 202 additions and 13 deletions
-1
View File
@@ -367,7 +367,6 @@
border-radius: 5px;
object-fit: contain;
flex-shrink: 0;
border: 1px solid #d9dfe8;
background: #fff;
}
.vault-item-icon-wrap { width:24px; height:24px; position:relative; flex-shrink:0; display:inline-flex; align-items:center; justify-content:center; }