Skip to content

supv-cfx/supv_core

Folders and files

NameName
Last commit message
Last commit date
Jun 2, 2023
May 10, 2024
Sep 20, 2023
May 22, 2024
Apr 22, 2023
May 10, 2024
May 8, 2024
Oct 28, 2023
Apr 22, 2023
Dec 15, 2023
Sep 20, 2023
May 14, 2024
May 14, 2024
Apr 22, 2023

Repository files navigation


supv_core v1.0 (work in progress!)

🇫🇷

  • Ajouté ceci dans votre fichier server.cfg (Chaque paramètre est optionnel):
## langage to use translate (default: fr)
setr supv:locale fr

## config auto loader
setr supv_core:auto_use:framework true
setr supv_core:auto_use:inventory true
setr supv_core:auto_use:mysql true

## config interface
setr supv_core:interface:notification:simple {
    "container": {
        "width": "fit-content",
        "maxWidth": 400,
        "minWidth": 200,
        "height": "fit-content",
        "backgroundColor": "dark.4",
        "fontFamily": "Ubuntu"
    },
    "title": {
        "fontWeight": 500,
        "lineHeight": "normal",
        "color": "gray.6"
    },
    "description": {
        "fontSize": 12,
        "color": "gray.4",
        "fontFamily": "Ubuntu",
        "lineHeight": "normal"
    },
    "descriptionOnly": {
        "fontSize": 14,
        "color": "gray.2",
        "fontFamily": "Ubuntu",
        "lineHeight": "normal"
    }
}

🇬🇧