tauri@1.0.0-rc.2
此内容尚不支持你的语言。
- Ease the requirements for plugin hooks.
setup
andsetup_with_config
can now beFnOnce
andon_webview_ready
,on_event
andon_page_load
can beFnMut
. - Fixes an issue with the updater when replacing the
{{target}}
and{{current_version}}
variables due to percent-encoding on theUrl
that is parsed from the configuration.
© 2024 Tauri Contributors. CC-BY / MIT