feat(simnet): add SimNet protocol to admin server form

- form-schema: constants/defaults/schemas/types + full ~48 simnet field set
- server-form: SimNet field group rendering
- node-form: allow simnet protocol type
- i18n: en-US / zh-CN simnet labels
This commit is contained in:
2026-07-27 00:18:47 -07:00
parent e64f808633
commit 6b9ae70491
9 changed files with 738 additions and 4 deletions
@@ -696,6 +696,15 @@ export default function ServerForm(props: {
i,
current
)}
{renderGroupCard(
t("simnet", "SimNet"),
fields,
"simnet",
control,
form,
i,
current
)}
</div>
</AccordionContent>
</AccordionItem>