企业资质与荣誉
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-12-26 18:09:00 +08:00
parent 58e59dd896
commit af57ed9710
3 changed files with 46 additions and 81 deletions

View File

@@ -138,6 +138,7 @@ $(function () {
// 否则通过 AJAX 获取
getCommentInfo();
}
/* 图片查看器已禁用 - 荣誉证书不需要点击放大
var viewer = new Viewer(document.getElementById("viewer"), {
button: true,
inline: false,
@@ -158,6 +159,7 @@ $(function () {
$("#viewer").attr("src", $(this).find("img").attr("src"));
viewer.show();
});
*/
function formateTimeFun(time) {
const date = new Date(time * 1000);
Y = date.getFullYear() + "-";