diff --git a/bin/Release/EES.exe b/bin/Release/EES.exe
index 89415ad..8f5d138 100644
Binary files a/bin/Release/EES.exe and b/bin/Release/EES.exe differ
diff --git a/bin/Release/EES.pdb b/bin/Release/EES.pdb
deleted file mode 100644
index 255aed4..0000000
Binary files a/bin/Release/EES.pdb and /dev/null differ
diff --git a/bin/Release/Qt5Charts.dll b/bin/Release/Qt5Charts.dll
index ff40047..e74eb6b 100644
Binary files a/bin/Release/Qt5Charts.dll and b/bin/Release/Qt5Charts.dll differ
diff --git a/bin/Release/Qt5Core.dll b/bin/Release/Qt5Core.dll
index 46cee93..40e8de1 100644
Binary files a/bin/Release/Qt5Core.dll and b/bin/Release/Qt5Core.dll differ
diff --git a/bin/Release/Qt5Gui.dll b/bin/Release/Qt5Gui.dll
index 3931732..bf38dda 100644
Binary files a/bin/Release/Qt5Gui.dll and b/bin/Release/Qt5Gui.dll differ
diff --git a/bin/Release/Qt5Network.dll b/bin/Release/Qt5Network.dll
index 800a355..d32644d 100644
Binary files a/bin/Release/Qt5Network.dll and b/bin/Release/Qt5Network.dll differ
diff --git a/bin/Release/Qt5Positioning.dll b/bin/Release/Qt5Positioning.dll
index 5ac30ab..ec9e17d 100644
Binary files a/bin/Release/Qt5Positioning.dll and b/bin/Release/Qt5Positioning.dll differ
diff --git a/bin/Release/Qt5PrintSupport.dll b/bin/Release/Qt5PrintSupport.dll
index 05f7816..de4c30b 100644
Binary files a/bin/Release/Qt5PrintSupport.dll and b/bin/Release/Qt5PrintSupport.dll differ
diff --git a/bin/Release/Qt5Qml.dll b/bin/Release/Qt5Qml.dll
index 599828f..7c2e538 100644
Binary files a/bin/Release/Qt5Qml.dll and b/bin/Release/Qt5Qml.dll differ
diff --git a/bin/Release/Qt5QmlModels.dll b/bin/Release/Qt5QmlModels.dll
index b1a17cf..a0497d3 100644
Binary files a/bin/Release/Qt5QmlModels.dll and b/bin/Release/Qt5QmlModels.dll differ
diff --git a/bin/Release/Qt5Quick.dll b/bin/Release/Qt5Quick.dll
index 3e78a2f..4ff0bc6 100644
Binary files a/bin/Release/Qt5Quick.dll and b/bin/Release/Qt5Quick.dll differ
diff --git a/bin/Release/Qt5QuickWidgets.dll b/bin/Release/Qt5QuickWidgets.dll
index 43a5314..11214e8 100644
Binary files a/bin/Release/Qt5QuickWidgets.dll and b/bin/Release/Qt5QuickWidgets.dll differ
diff --git a/bin/Release/Qt5SerialPort.dll b/bin/Release/Qt5SerialPort.dll
index a32d7a6..b72028e 100644
Binary files a/bin/Release/Qt5SerialPort.dll and b/bin/Release/Qt5SerialPort.dll differ
diff --git a/bin/Release/Qt5Svg.dll b/bin/Release/Qt5Svg.dll
index 5cc39ac..edfbf4a 100644
Binary files a/bin/Release/Qt5Svg.dll and b/bin/Release/Qt5Svg.dll differ
diff --git a/bin/Release/Qt5WebChannel.dll b/bin/Release/Qt5WebChannel.dll
index d61eae4..a14cff6 100644
Binary files a/bin/Release/Qt5WebChannel.dll and b/bin/Release/Qt5WebChannel.dll differ
diff --git a/bin/Release/Qt5WebEngineCore.dll b/bin/Release/Qt5WebEngineCore.dll
index e74a56b..7ac3371 100644
Binary files a/bin/Release/Qt5WebEngineCore.dll and b/bin/Release/Qt5WebEngineCore.dll differ
diff --git a/bin/Release/Qt5WebEngineWidgets.dll b/bin/Release/Qt5WebEngineWidgets.dll
index eb77a19..6dcafb9 100644
Binary files a/bin/Release/Qt5WebEngineWidgets.dll and b/bin/Release/Qt5WebEngineWidgets.dll differ
diff --git a/bin/Release/Qt5Widgets.dll b/bin/Release/Qt5Widgets.dll
index 98f4870..80ae4e3 100644
Binary files a/bin/Release/Qt5Widgets.dll and b/bin/Release/Qt5Widgets.dll differ
diff --git a/bin/Release/QtWebEngineProcess.exe b/bin/Release/QtWebEngineProcess.exe
index 024c22b..25a867f 100644
Binary files a/bin/Release/QtWebEngineProcess.exe and b/bin/Release/QtWebEngineProcess.exe differ
diff --git a/bin/Release/assets/html/js/common.js b/bin/Release/assets/html/js/common.js
index f3686e6..5462529 100644
--- a/bin/Release/assets/html/js/common.js
+++ b/bin/Release/assets/html/js/common.js
@@ -253,6 +253,15 @@ var G = {
const elemtParent = document.getElementById('alertBox')
if (elemtParent) { elemtParent.append(wrapper); }
+ },
+
+ dateStr() {
+ const now = new Date();
+ var dtStr = now.toLocaleString('zh-CN',
+ {
+ hour12: false, year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit'
+ }).replace(/\//g, '-')
+ return dtStr
}
}
diff --git a/bin/Release/assets/html/main.html b/bin/Release/assets/html/main.html
index 9cc85fa..d019e5b 100644
--- a/bin/Release/assets/html/main.html
+++ b/bin/Release/assets/html/main.html
@@ -14,7 +14,6 @@
-
@@ -22,6 +21,9 @@
+