From d549f463798ea744884aaad604f34e840442bafd Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Fri, 11 Jun 2021 16:40:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=99=E5=AD=98=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/pages/analysis.html | 20 +- web/pages/event.html | 56 ++ web/pages/globalfilter.html | 17 + web/pages/grouped.html | 31 +- web/pages/retained.html | 97 ++- web/pages/returnvisitevent.html | 52 ++ web/pages/setgrouping.html | 4 +- web/src/x.min.js | 813 ++++++++++++++++++++---- web/srczip/common.js | 14 +- web/srczip/logic/analysis.js | 121 ++-- web/srczip/logic/category.js | 2 +- web/srczip/logic/conditionquery.js | 2 +- web/srczip/logic/event.js | 15 + web/srczip/logic/globalfilter.js | 18 + web/srczip/logic/grouped.js | 14 +- web/srczip/logic/retained.js | 606 ++++++++++++++++-- web/srczip/logic/returnvisitevent.js | 16 + web/srczip/logic/setgrouping.js | 2 +- web/static/css/analysis.css | 8 +- web/static/img/iconfont/demo_index.html | 52 +- web/static/img/iconfont/iconfont.css | 14 +- web/static/img/iconfont/iconfont.js | 2 +- web/static/img/iconfont/iconfont.json | 14 + web/static/img/iconfont/iconfont.ttf | Bin 2708 -> 3032 bytes web/static/img/iconfont/iconfont.woff | Bin 1868 -> 2064 bytes web/static/img/iconfont/iconfont.woff2 | Bin 1396 -> 1588 bytes 26 files changed, 1687 insertions(+), 303 deletions(-) create mode 100644 web/pages/event.html create mode 100644 web/pages/globalfilter.html create mode 100644 web/pages/returnvisitevent.html create mode 100644 web/srczip/logic/event.js create mode 100644 web/srczip/logic/globalfilter.js create mode 100644 web/srczip/logic/returnvisitevent.js diff --git a/web/pages/analysis.html b/web/pages/analysis.html index 746fb05..749bd27 100644 --- a/web/pages/analysis.html +++ b/web/pages/analysis.html @@ -224,12 +224,12 @@