[fix] building errors 1/3

This commit is contained in:
2025-03-14 19:10:29 +08:00
parent ccf9e93382
commit d0872af38c
11 changed files with 511 additions and 79 deletions

View File

@@ -5924,6 +5924,31 @@
"type": "string",
"const": "system-info:deny-used-swap"
},
{
"description": "Allow all",
"type": "string",
"const": "theme:default"
},
{
"description": "Enables the get_theme command without any pre-configured scope.",
"type": "string",
"const": "theme:allow-get-theme"
},
{
"description": "Enables the set_theme command without any pre-configured scope.",
"type": "string",
"const": "theme:allow-set-theme"
},
{
"description": "Denies the get_theme command without any pre-configured scope.",
"type": "string",
"const": "theme:deny-get-theme"
},
{
"description": "Denies the set_theme command without any pre-configured scope.",
"type": "string",
"const": "theme:deny-set-theme"
},
{
"description": "Default permissions for tauri-plugin-valtio.",
"type": "string",