feat(extensions): 取消原生暂存并暴露持久提交状态
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-extension-stage-cancel"
|
||||
description = "Enables the extension_stage_cancel command without any pre-configured scope."
|
||||
commands.allow = ["extension_stage_cancel"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-extension-stage-cancel"
|
||||
description = "Denies the extension_stage_cancel command without any pre-configured scope."
|
||||
commands.deny = ["extension_stage_cancel"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-extension-stage-prepare"
|
||||
description = "Enables the extension_stage_prepare command without any pre-configured scope."
|
||||
commands.allow = ["extension_stage_prepare"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-extension-stage-prepare"
|
||||
description = "Denies the extension_stage_prepare command without any pre-configured scope."
|
||||
commands.deny = ["extension_stage_prepare"]
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-extension-stage-status"
|
||||
description = "Enables the extension_stage_status command without any pre-configured scope."
|
||||
commands.allow = ["extension_stage_status"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-extension-stage-status"
|
||||
description = "Denies the extension_stage_status command without any pre-configured scope."
|
||||
commands.deny = ["extension_stage_status"]
|
||||
Reference in New Issue
Block a user