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

@@ -23,6 +23,7 @@ describe("update-center query", () => {
source: "aptss",
currentVersion: "1.9.0",
nextVersion: "2.0.0",
arch: "amd64",
},
]);
});
@@ -37,6 +38,7 @@ describe("update-center query", () => {
source: "aptss",
currentVersion: "1.1.0",
nextVersion: "1.2.0",
arch: "amd64",
},
]);
@@ -46,6 +48,7 @@ describe("update-center query", () => {
source: "apm",
currentVersion: "1.5.0",
nextVersion: "2.0.0",
arch: "amd64",
},
]);
});
@@ -262,6 +265,7 @@ describe("update-center query", () => {
source: "apm",
currentVersion: "4.5.0",
nextVersion: "5.0.0",
arch: "arm64",
},
]);
});