sh_discord_bot/kdb-web/src/assets/config.json

26 lines
555 B
JSON
Raw Normal View History

2022-10-16 00:13:03 +02:00
{
"ApiURL": "http://localhost:5000",
"WebVersion": {
"Major": "0",
2022-10-21 13:50:11 +02:00
"Minor": "3",
"Micro": "dev89"
2022-10-16 00:13:03 +02:00
},
"Themes": [
{
"Label": "Blue light",
"Name": "default-light-theme"
},
{
"Label": "Blue dark",
"Name": "default-dark-theme"
},
{
"Label": "Orange light",
"Name": "sh-edraft-light-theme"
},
{
"Label": "Orange dark",
"Name": "sh-edraft-dark-theme"
}
]
}