Signed-off-by: 吴文峰 <kevin@lmve.net>

This commit is contained in:
2026-04-28 10:54:03 +08:00
parent 43c0783410
commit 4b2619d94f
4 changed files with 30 additions and 19 deletions
+1 -1
View File
@@ -112,7 +112,7 @@
.then(data => {
loading.style.display = 'none';
if (data.success && data.file) {
version.textContent = '版本: ' + data.date;
version.textContent = data.filename + ' (' + data.date + ')';
window.location.href = data.file;
} else {
content.style.display = 'block';