refactor: upgrade tauri 2.0

This commit is contained in:
Kevin Yue
2024-11-30 21:29:42 +08:00
parent 3316fdf722
commit f474ab36c0
30 changed files with 5888 additions and 1961 deletions

View File

@@ -0,0 +1,12 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:window:allow-start-dragging",
"core:event:allow-listen",
"core:event:allow-emit",
"core:event:allow-unlisten"
]
}