feat: 问就是封包

This commit is contained in:
claude-code-best
2026-03-31 23:32:58 +08:00
parent d7a729ca68
commit dd9cd782a7
67 changed files with 423 additions and 172 deletions

View File

@@ -248,7 +248,7 @@ export function DiscoverPlugins({
failureCount++;
newFailedPlugins.push({
name: plugin_0.entry.name,
reason: result.error
reason: (result as { success: false; error: string }).error
});
}
}
@@ -306,7 +306,7 @@ export function DiscoverPlugins({
});
} else {
setIsInstalling(false);
setInstallError(result_0.error);
setInstallError((result_0 as { success: false; error: string }).error);
}
};