From 0902e3fe419d80785dc55c50251db1136edebad0 Mon Sep 17 00:00:00 2001 From: kunish Date: Thu, 13 Jul 2023 21:32:05 +0800 Subject: [PATCH] feat(tuic): add congestion control select options --- src/components/ConfigureNodeFormModal/TuicForm.tsx | 9 ++++++++- src/i18n/locales/en.json | 1 + src/i18n/locales/zh-Hans.json | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/ConfigureNodeFormModal/TuicForm.tsx b/src/components/ConfigureNodeFormModal/TuicForm.tsx index ca65818d..0090a0d4 100644 --- a/src/components/ConfigureNodeFormModal/TuicForm.tsx +++ b/src/components/ConfigureNodeFormModal/TuicForm.tsx @@ -49,7 +49,14 @@ export const TuicForm = ({ onLinkGeneration }: { onLinkGeneration: (link: string - +