Skip to content

Commit db101d1

Browse files
committed
fix: Message not str
1 parent 3024b76 commit db101d1

File tree

5 files changed

+625
-354
lines changed

5 files changed

+625
-354
lines changed

Diff for: lagrange/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
device.json
2+
keystore.json
3+
*.db
4+
*.png

Diff for: lagrange/appsettings.json

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"Logging": {
3+
"LogLevel": {
4+
"Default": "Information",
5+
"Microsoft": "Warning",
6+
"Microsoft.Hosting.Lifetime": "Information"
7+
}
8+
},
9+
"SignServerUrl": "https://sign.lagrangecore.org/api/sign",
10+
"MusicSignServerUrl": "",
11+
"Account": {
12+
"Uin": 0,
13+
"Password": "",
14+
"Protocol": "Linux",
15+
"AutoReconnect": true,
16+
"GetOptimumServer": true
17+
},
18+
"Message": {
19+
"IgnoreSelf": true,
20+
"StringPost": false
21+
},
22+
"QrCode": {
23+
"ConsoleCompatibilityMode": false
24+
},
25+
"Implementations": [
26+
{
27+
"Type": "ReverseWebSocket",
28+
"Host": "pot",
29+
"Port": 8080,
30+
"Suffix": "/onebot/v11/ws",
31+
"ReconnectInterval": 5000,
32+
"HeartBeatInterval": 5000,
33+
"AccessToken": ""
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)