fix: Android app icon after init and Windows in-app link navigation

This commit is contained in:
2026-05-29 15:28:20 +08:00
parent ef0e406ec8
commit fa083c5ddc
10 changed files with 4724 additions and 45 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"default":{"identifier":"default","description":"Capability for the main window","local":true,"windows":["main"],"permissions":["core:default","core:window:allow-start-dragging","core:window:allow-show","core:window:allow-hide","core:window:allow-set-focus","core:window:allow-set-size","core:window:allow-close","allow-fetch-tickers","allow-coin-settings","allow-api-settings"]}}
{"default":{"identifier":"default","description":"Default capability for the main window","local":true,"windows":["main"],"permissions":["core:default"]}}

View File

@@ -176,24 +176,6 @@
"Identifier": {
"description": "Permission identifier",
"oneOf": [
{
"description": "Enables API config commands",
"type": "string",
"const": "allow-api-settings",
"markdownDescription": "Enables API config commands"
},
{
"description": "Enables coin list and refresh interval commands",
"type": "string",
"const": "allow-coin-settings",
"markdownDescription": "Enables coin list and refresh interval commands"
},
{
"description": "Enables the fetch_tickers command",
"type": "string",
"const": "allow-fetch-tickers",
"markdownDescription": "Enables the fetch_tickers command"
},
{
"description": "Default core plugins set.\n#### This default permission set includes:\n\n- `core:path:default`\n- `core:event:default`\n- `core:window:default`\n- `core:webview:default`\n- `core:app:default`\n- `core:image:default`\n- `core:resources:default`\n- `core:menu:default`\n- `core:tray:default`",
"type": "string",

View File

@@ -176,24 +176,6 @@
"Identifier": {
"description": "Permission identifier",
"oneOf": [
{
"description": "Enables API config commands",
"type": "string",
"const": "allow-api-settings",
"markdownDescription": "Enables API config commands"
},
{
"description": "Enables coin list and refresh interval commands",
"type": "string",
"const": "allow-coin-settings",
"markdownDescription": "Enables coin list and refresh interval commands"
},
{
"description": "Enables the fetch_tickers command",
"type": "string",
"const": "allow-fetch-tickers",
"markdownDescription": "Enables the fetch_tickers command"
},
{
"description": "Default core plugins set.\n#### This default permission set includes:\n\n- `core:path:default`\n- `core:event:default`\n- `core:window:default`\n- `core:webview:default`\n- `core:app:default`\n- `core:image:default`\n- `core:resources:default`\n- `core:menu:default`\n- `core:tray:default`",
"type": "string",