This commit is contained in:
gaofeng
2026-05-13 10:44:29 +08:00
commit 0b165153c6
3674 changed files with 316663 additions and 0 deletions

45
public/static/js/pub.js Normal file
View File

@@ -0,0 +1,45 @@
$(function(){
// nav
var _width=$(window).width();
$('.menu-btn').click(function(event) {
event.stopPropagation()
$('.nav').stop().slideToggle();
});
})