chore: 修改aiocqhttp适配器默认端口为2280

This commit is contained in:
Junyan Qin
2024-11-17 10:18:56 +08:00
parent 6238f430e8
commit 036c2182a5
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"adapter": "aiocqhttp",
"enable": false,
"host": "0.0.0.0",
"port": 8080,
"port": 2280,
"access-token": ""
},
{