系统配置文件改为json类型,移除yaml的使用

This commit is contained in:
li-xiaochen 2024-12-15 21:57:17 +08:00
parent 987f1b6929
commit bcbd556e7d
7 changed files with 17 additions and 17 deletions

View file

@ -0,0 +1,5 @@
{
"version": "v0.4",
"url": "ui/dist/index.html",
"log_level": "ERROR"
}