1
0
mirror of https://github.com/201206030/novel.git synced 2025-06-19 05:58:30 +00:00

界面优化

This commit is contained in:
xxy 2019-11-12 04:00:41 +08:00
parent 9b723b51df
commit bff5abce59

@ -364,7 +364,8 @@
} }
if(isMobile){ if(isMobile){
$("#screenInput").css("display","none"); $("#screenInput").css("display","none");
$("#screenSwitch").css("display","none");
} }
} }