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
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-editor-capabilities"
description = "Enables the editor_capabilities command without any pre-configured scope."
commands.allow = ["editor_capabilities"]
[[permission]]
identifier = "deny-editor-capabilities"
description = "Denies the editor_capabilities command without any pre-configured scope."
commands.deny = ["editor_capabilities"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-host-capabilities"
description = "Enables the host_capabilities command without any pre-configured scope."
commands.allow = ["host_capabilities"]
[[permission]]
identifier = "deny-host-capabilities"
description = "Denies the host_capabilities command without any pre-configured scope."
commands.deny = ["host_capabilities"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-workspace-choose"
description = "Enables the workspace_choose command without any pre-configured scope."
commands.allow = ["workspace_choose"]
[[permission]]
identifier = "deny-workspace-choose"
description = "Denies the workspace_choose command without any pre-configured scope."
commands.deny = ["workspace_choose"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-workspace-delete"
description = "Enables the workspace_delete command without any pre-configured scope."
commands.allow = ["workspace_delete"]
[[permission]]
identifier = "deny-workspace-delete"
description = "Denies the workspace_delete command without any pre-configured scope."
commands.deny = ["workspace_delete"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-workspace-mkdir"
description = "Enables the workspace_mkdir command without any pre-configured scope."
commands.allow = ["workspace_mkdir"]
[[permission]]
identifier = "deny-workspace-mkdir"
description = "Denies the workspace_mkdir command without any pre-configured scope."
commands.deny = ["workspace_mkdir"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-workspace-read"
description = "Enables the workspace_read command without any pre-configured scope."
commands.allow = ["workspace_read"]
[[permission]]
identifier = "deny-workspace-read"
description = "Denies the workspace_read command without any pre-configured scope."
commands.deny = ["workspace_read"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-workspace-recent"
description = "Enables the workspace_recent command without any pre-configured scope."
commands.allow = ["workspace_recent"]
[[permission]]
identifier = "deny-workspace-recent"
description = "Denies the workspace_recent command without any pre-configured scope."
commands.deny = ["workspace_recent"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-workspace-rename"
description = "Enables the workspace_rename command without any pre-configured scope."
commands.allow = ["workspace_rename"]
[[permission]]
identifier = "deny-workspace-rename"
description = "Denies the workspace_rename command without any pre-configured scope."
commands.deny = ["workspace_rename"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-workspace-revoke"
description = "Enables the workspace_revoke command without any pre-configured scope."
commands.allow = ["workspace_revoke"]
[[permission]]
identifier = "deny-workspace-revoke"
description = "Denies the workspace_revoke command without any pre-configured scope."
commands.deny = ["workspace_revoke"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-workspace-tree"
description = "Enables the workspace_tree command without any pre-configured scope."
commands.allow = ["workspace_tree"]
[[permission]]
identifier = "deny-workspace-tree"
description = "Denies the workspace_tree command without any pre-configured scope."
commands.deny = ["workspace_tree"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-workspace-write"
description = "Enables the workspace_write command without any pre-configured scope."
commands.allow = ["workspace_write"]
[[permission]]
identifier = "deny-workspace-write"
description = "Denies the workspace_write command without any pre-configured scope."
commands.deny = ["workspace_write"]