fix(tauri): configure deep-link plugin for mobile custom scheme

This commit is contained in:
MythEclipse
2026-06-16 05:14:08 +07:00
parent 7423e4d83b
commit b4bd114eed
+9 -1
View File
@@ -26,5 +26,13 @@
"active": true, "active": true,
"targets": "all" "targets": "all"
}, },
"plugins": {} "plugins": {
"deep-link": {
"mobile": [
{
"scheme": ["zeavisedu"]
}
]
}
}
} }