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
@@ -40,6 +40,7 @@ export default function ShellResult({
{allPackResults && (
<MultiPackResult
allPackResults={allPackResults}
shellClassName={generateResult?.shellClassName}
packMethod={packMethod}
height={height}
/>