diff --git a/log.html b/log.html
new file mode 100644
index 0000000..4c6be0c
--- /dev/null
+++ b/log.html
@@ -0,0 +1,172 @@
+
+
+
+
+
+ 日志 - 米家智能家居
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
12:03
+
+
+
兰山温度高于28°C-空调制冷/22°...
+
执行失败
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/smart.html b/smart.html
index eec0b30..7dbddeb 100644
--- a/smart.html
+++ b/smart.html
@@ -17,7 +17,7 @@
@@ -292,6 +292,11 @@
function executeControl(controlName) {
showToast(`正在执行 ${controlName}...`);
}
+
+ // 打开日志页面
+ function openLogPage() {
+ window.location.href = 'log.html';
+ }