feat(update-center): add update list icons

This commit is contained in:
2026-04-10 21:15:43 +08:00
parent 1d51f38e64
commit c16ba5536f
14 changed files with 1921 additions and 8 deletions

View File

@@ -201,6 +201,7 @@ const parseUpgradableOutput = (
}
const [, pkgname, nextVersion, currentVersion] = match;
const arch = trimmed.split(/\s+/)[2];
if (!pkgname || nextVersion === currentVersion) {
continue;
}
@@ -210,6 +211,7 @@ const parseUpgradableOutput = (
source,
currentVersion,
nextVersion,
arch,
});
}