mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
feat(update-center): add update list icons
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user