修复图表时间和查询区间不匹配问题

This commit is contained in:
Alex Yang
2025-12-02 23:20:10 +08:00
commit 4d66bdf633
49 changed files with 16275 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"server": {
"port": 8080
},
"influxdb": {
"url": "http://10.35.10.130:8066",
"token": "",
"org": "AMAZEHOME",
"bucket": "AMAZEHOME",
"username": "admin",
"password": "Wxf26051"
}
}