Add parallel update checking and improve artifact update handling

This commit is contained in:
crazywhalecc
2026-03-05 11:11:31 +08:00
parent abdaaab6e6
commit 84f6dab882
5 changed files with 122 additions and 13 deletions

View File

@@ -104,7 +104,7 @@ const SPC_DOWNLOAD_TYPE_DISPLAY_NAME = [
'local' => 'local dir',
'pie' => 'PHP Installer for Extensions (PIE)',
'url' => 'url',
'php-release' => 'php.net',
'php-release' => 'PHP website release',
'custom' => 'custom downloader',
];