Add module download error alerts and optimize update checking logic

- Add a formatting string for the update list
- Fix module update failures caused by spaces and other non Linux readable characters.

Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com>
This commit is contained in:
ShirkNeko
2025-05-20 12:12:22 +08:00
parent 29033e9b80
commit 58a4ff94e4
4 changed files with 257 additions and 96 deletions

View File

@@ -366,4 +366,5 @@
<string name="check_log">Please check the log</string>
<string name="installing_module">Module being installed %1$d/%2$d</string>
<string name="module_failed_count">%d Failed to install a new module</string>
<string name="module_download_error">Module download failed</string>
</resources>