🚸 显示封面链接

This commit is contained in:
目棃
2025-02-06 12:03:54 +08:00
parent dfa9251ae9
commit 54fa04ff65
8 changed files with 894 additions and 915 deletions

412
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,8 +16,8 @@ tauri-build = { version = "2.0.5", features = [] }
chrono = "0.4.39"
log = "0.4.25"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
tauri = { version = "2.2.3", features = [] }
serde_json = "1.0.138"
tauri = { version = "2.2.5", features = [] }
tauri-utils = "2.1.1"
url = "2.5.4"
walkdir = "2.5.0"

View File

@@ -3644,7 +3644,7 @@
"process": {
"default_permission": {
"identifier": "default",
"description": "This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n",
"description": "This permission set configures which\nprocess features are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n",
"permissions": ["allow-exit", "allow-restart"]
},
"permissions": {

View File

@@ -5182,7 +5182,7 @@
"const": "os:deny-version"
},
{
"description": "This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n",
"description": "This permission set configures which\nprocess features are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n",
"type": "string",
"const": "process:default"
},

View File

@@ -5182,7 +5182,7 @@
"const": "os:deny-version"
},
{
"description": "This permission set configures which\nprocess feeatures are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n",
"description": "This permission set configures which\nprocess features are by default exposed.\n\n#### Granted Permissions\n\nThis enables to quit via `allow-exit` and restart via `allow-restart`\nthe application.\n",
"type": "string",
"const": "process:default"
},