yunshu

Results 6 comments of yunshu

Try adding code to JS: ``` jQuery.event.special.touchstart = { setup: function(_, ns, handle) { if (ns.includes("noPreventDefault")) { this.addEventListener("touchstart", handle, { passive: false }); } else { this.addEventListener("touchstart", handle, { passive:...

一般不需要管连通性

运行`source '/etc/os-release' && echo $VERSION_ID`这段命令,看看输出结果是什么。

> 无结果,空的 系统和一般的不一样,不见得能兼容啊。