⚙️ Config.json
The ui_config.json file controls the language and visual style of the Wizard Mileage System's user interface. This file allows you to easily customize the look and feel of the UI
Last updated
The ui_config.json file controls the language and visual style of the Wizard Mileage System's user interface. This file allows you to easily customize the look and feel of the UI
Last updated
{
"lang": "en",
"cssVariables": {
"glass-bg": "linear-gradient(135deg, #232526 0%, #414345 100%)",
// ...other variables...
}
}