🐛 添加hoyoverse域名准入

This commit is contained in:
目棃
2024-09-02 20:43:26 +08:00
parent f49beac275
commit db798f4d50
7 changed files with 22 additions and 65 deletions

View File

@@ -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.",