feat(sync): 添加 Vue TypeScript 管理控制台
This commit is contained in:
@@ -43,6 +43,7 @@ fn main() {
|
||||
"credentials_lock",
|
||||
"credentials_change_password",
|
||||
"credentials_import",
|
||||
"credentials_cleanup",
|
||||
"credentials_backup",
|
||||
"credentials_restore",
|
||||
"core_request",
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-credentials-cleanup"
|
||||
description = "Enables the credentials_cleanup command without any pre-configured scope."
|
||||
commands.allow = ["credentials_cleanup"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-credentials-cleanup"
|
||||
description = "Denies the credentials_cleanup command without any pre-configured scope."
|
||||
commands.deny = ["credentials_cleanup"]
|
||||
Reference in New Issue
Block a user