[feat] basic deep-link

This commit is contained in:
Purp1e
2025-03-19 22:03:32 +08:00
parent 0f3dca7428
commit d6602c4c5a
14 changed files with 372 additions and 36 deletions

View File

@@ -44,7 +44,15 @@
"mainBinaryName": "cstb",
"version": "0.0.2",
"identifier": "upup.cool",
"plugins": {},
"plugins": {
"deep-link": {
"desktop": {
"schemes": [
"cstb"
]
}
}
},
"app": {
"macOSPrivateApi": true,
"windows": [
@@ -69,4 +77,4 @@
"csp": null
}
}
}
}