Refactor CLI tool cards to use BaseUrlSelect component and pass additional tunnel and Tailscale configuration

This commit is contained in:
decolua
2026-05-05 20:22:21 +07:00
parent 1c8314252b
commit 6344abcf8d
11 changed files with 340 additions and 185 deletions
@@ -12,3 +12,4 @@ export { default as MitmServerCard } from "./MitmServerCard";
export { default as MitmToolCard } from "./MitmToolCard";
export { default as MitmLinkCard } from "./MitmLinkCard";
export { default as EndpointPresetControl } from "./EndpointPresetControl";
export { default as BaseUrlSelect } from "./BaseUrlSelect";