Files
FancyBot/src/main/resources/config.json
T

13 lines
241 B
JSON
Raw Normal View History

2024-08-30 14:24:46 +08:00
{
2024-08-30 15:05:51 +08:00
"ncmAPI": "https://ncm.rtast.cn",
"wsType": "Client",
"wsAddress": "ws://127.0.0.1",
"accessToken": "114514",
2024-09-03 21:38:50 +08:00
"port": 6760,
"listeningGroups": [
114514,
1919810
2024-09-04 20:01:09 +08:00
],
"qweatherKey": "114514",
"qweatherPlan": "Free"
2024-08-30 14:24:46 +08:00
}