修复bug
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2025-12-16 15:43:00 +08:00
parent e4f509a9e5
commit ded748ca87
6 changed files with 301 additions and 285 deletions

View File

@@ -10,6 +10,7 @@ $(document).ready(function () {
// 初始化图片放大功能
initImageEnlarger();
console.log('触发')
});
/**
@@ -294,4 +295,4 @@ function initImageEnlarger() {
$enlargeImg.hide();
}
});
}
}