feat(sync): 添加 Vue TypeScript 管理控制台

This commit is contained in:
2026-09-09 20:59:43 +08:00
parent 28f7d9f4e6
commit 88799ddee1
21 changed files with 1760 additions and 0 deletions
+1
View File
@@ -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"]