️ 不允许低于 UIGF v2.3 版本的数据导入

This commit is contained in:
目棃
2024-07-18 18:04:12 +08:00
parent 41ee27c74e
commit 5bf2521938
13 changed files with 778 additions and 719 deletions

View File

@@ -3257,6 +3257,11 @@
"description": "Enables the set_title command without any pre-configured scope.",
"commands": { "allow": ["set_title"], "deny": [] }
},
"allow-set-title-bar-style": {
"identifier": "allow-set-title-bar-style",
"description": "Enables the set_title_bar_style command without any pre-configured scope.",
"commands": { "allow": ["set_title_bar_style"], "deny": [] }
},
"allow-set-visible-on-all-workspaces": {
"identifier": "allow-set-visible-on-all-workspaces",
"description": "Enables the set_visible_on_all_workspaces command without any pre-configured scope.",
@@ -3572,6 +3577,11 @@
"description": "Denies the set_title command without any pre-configured scope.",
"commands": { "allow": [], "deny": ["set_title"] }
},
"deny-set-title-bar-style": {
"identifier": "deny-set-title-bar-style",
"description": "Denies the set_title_bar_style command without any pre-configured scope.",
"commands": { "allow": [], "deny": ["set_title_bar_style"] }
},
"deny-set-visible-on-all-workspaces": {
"identifier": "deny-set-visible-on-all-workspaces",
"description": "Denies the set_visible_on_all_workspaces command without any pre-configured scope.",