Merge branch 'main' into draft-v4

This commit is contained in:
Dr.Lt.Data
2025-06-25 00:46:12 +09:00
15 changed files with 8163 additions and 5616 deletions

View File

@@ -1063,7 +1063,7 @@ async def fetch_customnode_list(request):
channel = found
result = dict(channel=channel, node_packs=node_packs)
result = dict(channel=channel, node_packs=node_packs.to_dict())
return web.json_response(result, content_type='application/json')