From 31ad7524f9293363228c32a3c19b083ecbfc4642 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 27 Oct 2021 20:19:11 +0800 Subject: [PATCH] =?UTF-8?q?+=20kanban=20&=20screen=20=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/watch.go | 4 ++++ share/const.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/service/watch.go b/service/watch.go index 6d90f0af..fdd7ed51 100644 --- a/service/watch.go +++ b/service/watch.go @@ -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 监听监听引擎内建数据变更 diff --git a/share/const.go b/share/const.go index a79ae27b..45fac60b 100644 --- a/share/const.go +++ b/share/const.go @@ -5,7 +5,7 @@ import ( ) // VERSION 版本号 -const VERSION = "0.8.20" +const VERSION = "0.8.21" // DOMAIN 许可域 const DOMAIN = "*.iqka.com"