feat(web): support download button for some packers

This commit is contained in:
ReaJason
2025-11-20 00:36:25 +08:00
parent 761ec7a9e7
commit 2620a30a4e
6 changed files with 107 additions and 39 deletions
@@ -25,6 +25,7 @@ export function ResultComponent({
<MultiPackResult
allPackResults={allPackResults}
packMethod={packMethod}
shellClassName={generateResult?.injectorClassName}
/>
);
}