+ kanban & screen 大屏支持
This commit is contained in:
parent
4c202be2cf
commit
31ad7524f9
2 changed files with 5 additions and 1 deletions
|
|
@ -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 监听监听引擎内建数据变更
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import (
|
|||
)
|
||||
|
||||
// VERSION 版本号
|
||||
const VERSION = "0.8.20"
|
||||
const VERSION = "0.8.21"
|
||||
|
||||
// DOMAIN 许可域
|
||||
const DOMAIN = "*.iqka.com"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue