opt: download img

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-02 14:28:23 +08:00
parent d112843a8a
commit c39de1e245
3 changed files with 66 additions and 45 deletions

View File

@@ -1677,6 +1677,6 @@ class Utils {
}
static String getFileName(String uri) {
return uri.substring(uri.lastIndexOf('/') + 1, uri.lastIndexOf('.'));
return uri.substring(uri.lastIndexOf('/') + 1);
}
}