feat(web): support download button for some packers

This commit is contained in:
ReaJason
2025-11-20 00:36:25 +08:00
parent 7b390b7773
commit 131222cf29
6 changed files with 107 additions and 39 deletions
@@ -40,6 +40,7 @@ export default function ShellResult({
{allPackResults && (
<MultiPackResult
allPackResults={allPackResults}
shellClassName={generateResult?.shellClassName}
packMethod={packMethod}
height={height}
/>