鼠标中键点击事件

This commit is contained in:
底层用户 2022-08-19 15:29:25 +08:00
parent 35ba36660a
commit 6a3f5315c7

View File

@ -149,6 +149,12 @@ $(".sou-button").click(function () {
}
});
$(window).mousedown(function (event) {
if (event.button == 1) {
$("#time_text").click();
}
});
//控制台输出
var styleTitle1 = `
font-size: 20px;