+ kanban & screen 大屏支持

This commit is contained in:
Max 2021-10-27 20:19:11 +08:00
parent 4c202be2cf
commit 31ad7524f9
2 changed files with 5 additions and 1 deletions

View file

@ -24,6 +24,10 @@ func Watch(cfg config.Config) {
WatchTable(cfg.RootTable, "")
WatchChart(cfg.RootChart, "")
WatchPage(cfg.RootPage, "")
// 看板大屏
WatchPage(filepath.Join(cfg.Root, "/kanban"), "")
WatchPage(filepath.Join(cfg.Root, "/screen"), "")
}
// WatchEngine 监听监听引擎内建数据变更

View file

@ -5,7 +5,7 @@ import (
)
// VERSION 版本号
const VERSION = "0.8.20"
const VERSION = "0.8.21"
// DOMAIN 许可域
const DOMAIN = "*.iqka.com"