feat:第一次提交

This commit is contained in:
LyMysterious
2025-10-17 18:33:29 +08:00
commit 79780d8b3a
26 changed files with 1372 additions and 0 deletions
@@ -0,0 +1,21 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"AppSettings": {
"Urls": "http://0.0.0.0:5000"
},
"ConnectionStrings": {
"Redis": "127.0.0.1:6379,defaultDatabase=0,max pool size=50,tryit=0"
},
"QQConfig": {
"SendApiUrl": "http://192.168.142.133:3000",
"AccessToken": "123456",
"RobotQQ": "3902582794",
"XiuXianGroupId": "705807264"
}
}