mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🐛 添加hoyoverse域名准入
This commit is contained in:
@@ -701,7 +701,6 @@
|
||||
"identifier": "default",
|
||||
"description": "Default permissions for the plugin.",
|
||||
"permissions": [
|
||||
"allow-get-all-webviews",
|
||||
"allow-webview-position",
|
||||
"allow-webview-size",
|
||||
"allow-internal-toggle-devtools"
|
||||
@@ -718,11 +717,6 @@
|
||||
"description": "Enables the create_webview_window command without any pre-configured scope.",
|
||||
"commands": { "allow": ["create_webview_window"], "deny": [] }
|
||||
},
|
||||
"allow-get-all-webviews": {
|
||||
"identifier": "allow-get-all-webviews",
|
||||
"description": "Enables the get_all_webviews command without any pre-configured scope.",
|
||||
"commands": { "allow": ["get_all_webviews"], "deny": [] }
|
||||
},
|
||||
"allow-internal-toggle-devtools": {
|
||||
"identifier": "allow-internal-toggle-devtools",
|
||||
"description": "Enables the internal_toggle_devtools command without any pre-configured scope.",
|
||||
@@ -783,11 +777,6 @@
|
||||
"description": "Denies the create_webview_window command without any pre-configured scope.",
|
||||
"commands": { "allow": [], "deny": ["create_webview_window"] }
|
||||
},
|
||||
"deny-get-all-webviews": {
|
||||
"identifier": "deny-get-all-webviews",
|
||||
"description": "Denies the get_all_webviews command without any pre-configured scope.",
|
||||
"commands": { "allow": [], "deny": ["get_all_webviews"] }
|
||||
},
|
||||
"deny-internal-toggle-devtools": {
|
||||
"identifier": "deny-internal-toggle-devtools",
|
||||
"description": "Denies the internal_toggle_devtools command without any pre-configured scope.",
|
||||
@@ -847,7 +836,6 @@
|
||||
"identifier": "default",
|
||||
"description": "Default permissions for the plugin.",
|
||||
"permissions": [
|
||||
"allow-get-all-windows",
|
||||
"allow-scale-factor",
|
||||
"allow-inner-position",
|
||||
"allow-outer-position",
|
||||
@@ -909,11 +897,6 @@
|
||||
"description": "Enables the destroy command without any pre-configured scope.",
|
||||
"commands": { "allow": ["destroy"], "deny": [] }
|
||||
},
|
||||
"allow-get-all-windows": {
|
||||
"identifier": "allow-get-all-windows",
|
||||
"description": "Enables the get_all_windows command without any pre-configured scope.",
|
||||
"commands": { "allow": ["get_all_windows"], "deny": [] }
|
||||
},
|
||||
"allow-hide": {
|
||||
"identifier": "allow-hide",
|
||||
"description": "Enables the hide command without any pre-configured scope.",
|
||||
@@ -1239,11 +1222,6 @@
|
||||
"description": "Denies the destroy command without any pre-configured scope.",
|
||||
"commands": { "allow": [], "deny": ["destroy"] }
|
||||
},
|
||||
"deny-get-all-windows": {
|
||||
"identifier": "deny-get-all-windows",
|
||||
"description": "Denies the get_all_windows command without any pre-configured scope.",
|
||||
"commands": { "allow": [], "deny": ["get_all_windows"] }
|
||||
},
|
||||
"deny-hide": {
|
||||
"identifier": "deny-hide",
|
||||
"description": "Denies the hide command without any pre-configured scope.",
|
||||
|
||||
Reference in New Issue
Block a user