fix: 串行化凭据所有权并响应桌面请求取消

This commit is contained in:
2026-09-08 13:16:11 +08:00
parent 8d9333d8b0
commit 0d225f308f
21 changed files with 1034 additions and 118 deletions
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-core-request-cancel"
description = "Enables the core_request_cancel command without any pre-configured scope."
commands.allow = ["core_request_cancel"]
[[permission]]
identifier = "deny-core-request-cancel"
description = "Denies the core_request_cancel command without any pre-configured scope."
commands.deny = ["core_request_cancel"]
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-core-request-prepare"
description = "Enables the core_request_prepare command without any pre-configured scope."
commands.allow = ["core_request_prepare"]
[[permission]]
identifier = "deny-core-request-prepare"
description = "Denies the core_request_prepare command without any pre-configured scope."
commands.deny = ["core_request_prepare"]