From 8cc5c6d0ed2c47fefe34d7c61006c52f9a1e9fa6 Mon Sep 17 00:00:00 2001 From: Milky0217 Date: Fri, 17 Oct 2025 16:25:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E9=83=A8=E5=88=86bu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/favicon.ico | 0 static/js/afterbody.js | 2 +- templates/index.html | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 static/favicon.ico diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..e69de29 diff --git a/static/js/afterbody.js b/static/js/afterbody.js index 3562e17..3f9c587 100644 --- a/static/js/afterbody.js +++ b/static/js/afterbody.js @@ -44,7 +44,7 @@ document.addEventListener('DOMContentLoaded', function() { versionElement.textContent = `版本号: ${version}`; } - console.log(window.weatherData); + //console.log(window.weatherData); downloadpdf(window.weatherData, version); }); diff --git a/templates/index.html b/templates/index.html index c3cd035..c177747 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,6 +2,7 @@ KaTeX示例 +