Files
AlgerMusicPlayer/src/main/set.json
T

23 lines
462 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",
"musicQuality": "higher",
"fontFamily": "system-ui",
"fontScope": "global",
"autoPlay": false,
"downloadPath": ""
2023-12-28 10:45:11 +08:00
}