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示例 +