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

26 lines
556 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",
2023-02-17 13:30:28 +01:00
"Micro": "dev130"
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"
}
]
2023-02-18 10:44:19 +01:00
}