扫码登录

This commit is contained in:
目棃
2025-01-08 14:58:00 +08:00
parent f801363440
commit d5f40a5775
18 changed files with 1293 additions and 970 deletions

View File

@@ -773,6 +773,11 @@
"description": "Enables the reparent command without any pre-configured scope.",
"commands": { "allow": ["reparent"], "deny": [] }
},
"allow-set-webview-background-color": {
"identifier": "allow-set-webview-background-color",
"description": "Enables the set_webview_background_color command without any pre-configured scope.",
"commands": { "allow": ["set_webview_background_color"], "deny": [] }
},
"allow-set-webview-focus": {
"identifier": "allow-set-webview-focus",
"description": "Enables the set_webview_focus command without any pre-configured scope.",
@@ -853,6 +858,11 @@
"description": "Denies the reparent command without any pre-configured scope.",
"commands": { "allow": [], "deny": ["reparent"] }
},
"deny-set-webview-background-color": {
"identifier": "deny-set-webview-background-color",
"description": "Denies the set_webview_background_color command without any pre-configured scope.",
"commands": { "allow": [], "deny": ["set_webview_background_color"] }
},
"deny-set-webview-focus": {
"identifier": "deny-set-webview-focus",
"description": "Denies the set_webview_focus command without any pre-configured scope.",
@@ -1100,6 +1110,21 @@
"description": "Enables the set_always_on_top command without any pre-configured scope.",
"commands": { "allow": ["set_always_on_top"], "deny": [] }
},
"allow-set-background-color": {
"identifier": "allow-set-background-color",
"description": "Enables the set_background_color command without any pre-configured scope.",
"commands": { "allow": ["set_background_color"], "deny": [] }
},
"allow-set-badge-count": {
"identifier": "allow-set-badge-count",
"description": "Enables the set_badge_count command without any pre-configured scope.",
"commands": { "allow": ["set_badge_count"], "deny": [] }
},
"allow-set-badge-label": {
"identifier": "allow-set-badge-label",
"description": "Enables the set_badge_label command without any pre-configured scope.",
"commands": { "allow": ["set_badge_label"], "deny": [] }
},
"allow-set-closable": {
"identifier": "allow-set-closable",
"description": "Enables the set_closable command without any pre-configured scope.",
@@ -1185,6 +1210,11 @@
"description": "Enables the set_minimizable command without any pre-configured scope.",
"commands": { "allow": ["set_minimizable"], "deny": [] }
},
"allow-set-overlay-icon": {
"identifier": "allow-set-overlay-icon",
"description": "Enables the set_overlay_icon command without any pre-configured scope.",
"commands": { "allow": ["set_overlay_icon"], "deny": [] }
},
"allow-set-position": {
"identifier": "allow-set-position",
"description": "Enables the set_position command without any pre-configured scope.",
@@ -1445,6 +1475,21 @@
"description": "Denies the set_always_on_top command without any pre-configured scope.",
"commands": { "allow": [], "deny": ["set_always_on_top"] }
},
"deny-set-background-color": {
"identifier": "deny-set-background-color",
"description": "Denies the set_background_color command without any pre-configured scope.",
"commands": { "allow": [], "deny": ["set_background_color"] }
},
"deny-set-badge-count": {
"identifier": "deny-set-badge-count",
"description": "Denies the set_badge_count command without any pre-configured scope.",
"commands": { "allow": [], "deny": ["set_badge_count"] }
},
"deny-set-badge-label": {
"identifier": "deny-set-badge-label",
"description": "Denies the set_badge_label command without any pre-configured scope.",
"commands": { "allow": [], "deny": ["set_badge_label"] }
},
"deny-set-closable": {
"identifier": "deny-set-closable",
"description": "Denies the set_closable command without any pre-configured scope.",
@@ -1530,6 +1575,11 @@
"description": "Denies the set_minimizable command without any pre-configured scope.",
"commands": { "allow": [], "deny": ["set_minimizable"] }
},
"deny-set-overlay-icon": {
"identifier": "deny-set-overlay-icon",
"description": "Denies the set_overlay_icon command without any pre-configured scope.",
"commands": { "allow": [], "deny": ["set_overlay_icon"] }
},
"deny-set-position": {
"identifier": "deny-set-position",
"description": "Denies the set_position command without any pre-configured scope.",

View File

@@ -2626,6 +2626,11 @@
"type": "string",
"const": "core:webview:allow-reparent"
},
{
"description": "Enables the set_webview_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:webview:allow-set-webview-background-color"
},
{
"description": "Enables the set_webview_focus command without any pre-configured scope.",
"type": "string",
@@ -2706,6 +2711,11 @@
"type": "string",
"const": "core:webview:deny-reparent"
},
{
"description": "Denies the set_webview_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:webview:deny-set-webview-background-color"
},
{
"description": "Denies the set_webview_focus command without any pre-configured scope.",
"type": "string",
@@ -2921,6 +2931,21 @@
"type": "string",
"const": "core:window:allow-set-always-on-top"
},
{
"description": "Enables the set_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-background-color"
},
{
"description": "Enables the set_badge_count command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-badge-count"
},
{
"description": "Enables the set_badge_label command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-badge-label"
},
{
"description": "Enables the set_closable command without any pre-configured scope.",
"type": "string",
@@ -3006,6 +3031,11 @@
"type": "string",
"const": "core:window:allow-set-minimizable"
},
{
"description": "Enables the set_overlay_icon command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-overlay-icon"
},
{
"description": "Enables the set_position command without any pre-configured scope.",
"type": "string",
@@ -3266,6 +3296,21 @@
"type": "string",
"const": "core:window:deny-set-always-on-top"
},
{
"description": "Denies the set_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-background-color"
},
{
"description": "Denies the set_badge_count command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-badge-count"
},
{
"description": "Denies the set_badge_label command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-badge-label"
},
{
"description": "Denies the set_closable command without any pre-configured scope.",
"type": "string",
@@ -3351,6 +3396,11 @@
"type": "string",
"const": "core:window:deny-set-minimizable"
},
{
"description": "Denies the set_overlay_icon command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-overlay-icon"
},
{
"description": "Denies the set_position command without any pre-configured scope.",
"type": "string",

View File

@@ -2626,6 +2626,11 @@
"type": "string",
"const": "core:webview:allow-reparent"
},
{
"description": "Enables the set_webview_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:webview:allow-set-webview-background-color"
},
{
"description": "Enables the set_webview_focus command without any pre-configured scope.",
"type": "string",
@@ -2706,6 +2711,11 @@
"type": "string",
"const": "core:webview:deny-reparent"
},
{
"description": "Denies the set_webview_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:webview:deny-set-webview-background-color"
},
{
"description": "Denies the set_webview_focus command without any pre-configured scope.",
"type": "string",
@@ -2921,6 +2931,21 @@
"type": "string",
"const": "core:window:allow-set-always-on-top"
},
{
"description": "Enables the set_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-background-color"
},
{
"description": "Enables the set_badge_count command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-badge-count"
},
{
"description": "Enables the set_badge_label command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-badge-label"
},
{
"description": "Enables the set_closable command without any pre-configured scope.",
"type": "string",
@@ -3006,6 +3031,11 @@
"type": "string",
"const": "core:window:allow-set-minimizable"
},
{
"description": "Enables the set_overlay_icon command without any pre-configured scope.",
"type": "string",
"const": "core:window:allow-set-overlay-icon"
},
{
"description": "Enables the set_position command without any pre-configured scope.",
"type": "string",
@@ -3266,6 +3296,21 @@
"type": "string",
"const": "core:window:deny-set-always-on-top"
},
{
"description": "Denies the set_background_color command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-background-color"
},
{
"description": "Denies the set_badge_count command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-badge-count"
},
{
"description": "Denies the set_badge_label command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-badge-label"
},
{
"description": "Denies the set_closable command without any pre-configured scope.",
"type": "string",
@@ -3351,6 +3396,11 @@
"type": "string",
"const": "core:window:deny-set-minimizable"
},
{
"description": "Denies the set_overlay_icon command without any pre-configured scope.",
"type": "string",
"const": "core:window:deny-set-overlay-icon"
},
{
"description": "Denies the set_position command without any pre-configured scope.",
"type": "string",