Files
AlgerMusicPlayer/src/main/set.json
T

18 lines
335 B
JSON
Raw Normal View History

2023-12-28 10:45:11 +08:00
{
"isProxy": false,
2025-01-03 23:53:07 +08:00
"proxyConfig": {
"enable": false,
"protocol": "http",
"host": "127.0.0.1",
"port": 7890
},
"enableRealIP":false,
"realIP":"",
"noAnimate": false,
"animationSpeed": 1,
"author": "Alger",
"authorUrl": "https://github.com/algerkong",
"musicApiPort": 30488,
"closeAction": "ask"
2023-12-28 10:45:11 +08:00
}