feat(desktop): 持久化最近 Vault 授权

This commit is contained in:
2026-09-07 17:55:42 +08:00
parent 4288f90558
commit a64c2cd057
10 changed files with 262 additions and 23 deletions
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-workspace-open"
description = "Enables the workspace_open command without any pre-configured scope."
commands.allow = ["workspace_open"]
[[permission]]
identifier = "deny-workspace-open"
description = "Denies the workspace_open command without any pre-configured scope."
commands.deny = ["workspace_open"]