mirror of
https://github.com/caojiezi2003/Snavigation.git
synced 2024-11-23 10:59:46 +00:00
鼠标中键点击事件
This commit is contained in:
parent
35ba36660a
commit
6a3f5315c7
@ -149,6 +149,12 @@ $(".sou-button").click(function () {
|
||||
}
|
||||
});
|
||||
|
||||
$(window).mousedown(function (event) {
|
||||
if (event.button == 1) {
|
||||
$("#time_text").click();
|
||||
}
|
||||
});
|
||||
|
||||
//控制台输出
|
||||
var styleTitle1 = `
|
||||
font-size: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user