feat: support ws proxy

This commit is contained in:
ReaJason
2026-01-16 23:58:24 +08:00
parent c0a2e95165
commit 918ae6f456
22 changed files with 577 additions and 281 deletions
@@ -17,7 +17,7 @@ export function FeedbackAlert() {
const { t } = useTranslation("memshell");
return (
<AlertDialog>
<AlertDialogTrigger asChild>
<AlertDialogTrigger>
<Button variant="outline" type="button">
<CircleHelpIcon /> {t("shellNotWork.title")}
</Button>