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": {
2023-02-19 10:29:29 +01:00
"Major": "1",
"Minor": "0",
2023-02-19 17:32:08 +01:00
"Micro": "dev134"
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
}