This commit is contained in:
手瓜一十雪
2025-01-25 10:41:15 +08:00
parent bae8dabc5c
commit 566afde18b
2 changed files with 35 additions and 0 deletions

View File

@@ -294,6 +294,13 @@ export default function NetworkPage() {
true
)
}
if (httpSseServers.find((i) => 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',