diff --git a/assets/image_20260713142841517.png b/assets/image_20260713142841517.png new file mode 100644 index 0000000..21812ca Binary files /dev/null and b/assets/image_20260713142841517.png differ diff --git a/templates/index.html b/templates/index.html index 7245a86..2373806 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2210,6 +2210,47 @@ } // 带日期参数加载历史记录 + // 渲染历史记录列表 + function renderHistory(list) { + const tbody = document.getElementById('history-list'); + if (!list || list.length === 0) { + tbody.innerHTML = '