feat: select directory to save last book cover image (#2521)

This commit is contained in:
Huang Xin 2025-11-24 00:00:49 +08:00 committed by GitHub
parent c792c18e01
commit 8f22a5c570
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 306 additions and 39 deletions

View file

@ -129,6 +129,10 @@ impl<R: Runtime> NativeBridge<R> {
Err(crate::Error::UnsupportedPlatformError)
}
pub fn select_directory(&self) -> crate::Result<SelectDirectoryResponse> {
Err(crate::Error::UnsupportedPlatformError)
}
pub fn request_manage_storage_permission(
&self,
) -> crate::Result<RequestManageStoragePermissionResponse> {