修改了部分bug

This commit is contained in:
2025-10-17 16:25:44 +08:00
parent 3709b4c426
commit 8cc5c6d0ed
3 changed files with 2 additions and 1 deletions

0
static/favicon.ico Normal file
View File

View File

@@ -44,7 +44,7 @@ document.addEventListener('DOMContentLoaded', function() {
versionElement.textContent = `版本号: ${version}`;
}
console.log(window.weatherData);
//console.log(window.weatherData);
downloadpdf(window.weatherData, version);
});