mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-11 09:08:14 +08:00
⚡️ 不允许低于 UIGF v2.3 版本的数据导入
This commit is contained in:
@@ -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.",
|
||||
|
||||
@@ -4643,6 +4643,11 @@
|
||||
"type": "string",
|
||||
"enum": ["window:allow-set-title"]
|
||||
},
|
||||
{
|
||||
"description": "window:allow-set-title-bar-style -> Enables the set_title_bar_style command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": ["window:allow-set-title-bar-style"]
|
||||
},
|
||||
{
|
||||
"description": "window:allow-set-visible-on-all-workspaces -> Enables the set_visible_on_all_workspaces command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -4958,6 +4963,11 @@
|
||||
"type": "string",
|
||||
"enum": ["window:deny-set-title"]
|
||||
},
|
||||
{
|
||||
"description": "window:deny-set-title-bar-style -> Denies the set_title_bar_style command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": ["window:deny-set-title-bar-style"]
|
||||
},
|
||||
{
|
||||
"description": "window:deny-set-visible-on-all-workspaces -> Denies the set_visible_on_all_workspaces command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
|
||||
@@ -4643,6 +4643,11 @@
|
||||
"type": "string",
|
||||
"enum": ["window:allow-set-title"]
|
||||
},
|
||||
{
|
||||
"description": "window:allow-set-title-bar-style -> Enables the set_title_bar_style command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": ["window:allow-set-title-bar-style"]
|
||||
},
|
||||
{
|
||||
"description": "window:allow-set-visible-on-all-workspaces -> Enables the set_visible_on_all_workspaces command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -4958,6 +4963,11 @@
|
||||
"type": "string",
|
||||
"enum": ["window:deny-set-title"]
|
||||
},
|
||||
{
|
||||
"description": "window:deny-set-title-bar-style -> Denies the set_title_bar_style command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": ["window:deny-set-title-bar-style"]
|
||||
},
|
||||
{
|
||||
"description": "window:deny-set-visible-on-all-workspaces -> Denies the set_visible_on_all_workspaces command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user