mirror of
https://github.com/Nanaloveyuki/py-logiliteal.git
synced 2025-09-06 19:46:22 +00:00
🐛 修复了颜色插值为空无法渲染的问题
This commit is contained in:
@ -33,6 +33,7 @@ DEFAULT_CONFIG = {
|
||||
"weekday_format": "%A",
|
||||
"level_name": {"DEBUG": "DEBUG", "INFO": "INFO", "WARN": "WARN", "ERRO": "ERRO", "CRIT": "CRIT"},
|
||||
"level_color": {"DEBUG": "#c1d5ff", "INFO": "#c1ffff", "WARN": "#fff600", "ERRO": "#ffa000", "CRIT": "#ff8181"},
|
||||
"time_color": "#28ffb6",
|
||||
}
|
||||
|
||||
g_config_cache = None
|
||||
|
Reference in New Issue
Block a user