fix(sync): 允许更新可选同步范围

This commit is contained in:
2026-09-15 01:24:05 +08:00
parent 4b6f42c4d0
commit d09a782fde
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ fn main() {
"sync_unbind", "sync_unbind",
"sync_pause", "sync_pause",
"sync_status", "sync_status",
"sync_set_scope",
"sync_resolve", "sync_resolve",
"sync_logout", "sync_logout",
"sync_run", "sync_run",
@@ -0,0 +1,11 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-sync-set-scope"
description = "Enables the sync_set_scope command without any pre-configured scope."
commands.allow = ["sync_set_scope"]
[[permission]]
identifier = "deny-sync-set-scope"
description = "Denies the sync_set_scope command without any pre-configured scope."
commands.deny = ["sync_set_scope"]