diff --git a/napcat.webui/src/components/button/add_button.tsx b/napcat.webui/src/components/button/add_button.tsx index 02d32033..1b3f8f70 100644 --- a/napcat.webui/src/components/button/add_button.tsx +++ b/napcat.webui/src/components/button/add_button.tsx @@ -88,6 +88,34 @@ const AddButton: React.FC = (props) => { + + + + } + > +
+ HTTP SSE服务器 + + + +
+
i.name === item.name)) { + return renderCard( + 'httpSseServers', + item as OneBotConfig['network']['httpSseServers'][0], + true + ) + } if (httpClients.find((i) => i.name === item.name)) { return renderCard( 'httpClients',