feature: make register_uri_scheme_protocol works on tauri v1

This commit is contained in:
2024-07-16 12:19:38 +02:00
parent 13187511ee
commit d21593c21b
6 changed files with 546 additions and 1147 deletions

View File

@ -36,6 +36,9 @@
</form>
<p id="greet-msg"></p>
<a href="clego://test/scheme/handler">Test `clego://` uri scheme handler</a>
<a href="https://clego.localhost/test/scheme/handler">Test `https://clego.localhost` uri scheme handler</a>
</div>
</body>
</html>