feat: 发布 OpenNexus 0.3.1-alpha.2 #48

Merged
Kronecker merged 14 commits from release/0.3.1-alpha.2 into main 2026-09-15 02:21:39 +08:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit d09a782fde - Show all commits
+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"]