feat(desktop): 增加原生 Vault 写入与属性导入

This commit is contained in:
2026-09-07 16:52:30 +08:00
parent 7fffbcd55a
commit afb76dc325
40 changed files with 6870 additions and 26 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "main",
"description": "仅本地应用主窗口可请求受限 Vault 命令;远程来源没有授权。",
"windows": [
"main"
],
"permissions": [
"core:default",
"allow-host-capabilities",
"allow-workspace-choose",
"allow-workspace-tree",
"allow-workspace-read",
"allow-workspace-write",
"allow-workspace-rename",
"allow-workspace-delete",
"allow-workspace-mkdir",
"allow-workspace-recent",
"allow-workspace-revoke",
"core:window:allow-destroy",
"allow-editor-capabilities"
]
}