mirror of
https://github.com/readest/readest.git
synced 2026-04-29 03:50:52 +00:00
fix(iap): open external app for payment (#2465)
This commit is contained in:
parent
bfac67d3f0
commit
6d5b16ea8b
14 changed files with 179 additions and 4 deletions
|
|
@ -56,6 +56,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {
|
|||
commands::get_screen_brightness,
|
||||
commands::set_screen_brightness,
|
||||
commands::get_external_sdcard_path,
|
||||
commands::open_external_url,
|
||||
commands::request_manage_storage_permission,
|
||||
])
|
||||
.setup(|app, api| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue