stevenjoezhang / live2d-widget

把萌萌哒的看板娘抱回家 (ノ≧∇≦)ノ | Live2D widget for web platform
https://zhangshuqiao.org/2018-07/在网页中添加Live2D看板娘
GNU General Public License v3.0
8.86k stars 2.4k forks source link

显示和性能问题。 #93

Closed Nesxc closed 2 years ago

Nesxc commented 2 years ago

如何让手机端不显示live2d,因为我发现手机端加载live2d会造成页面卡顿

stevenjoezhang commented 2 years ago

可以基于屏幕宽度判断: https://github.com/stevenjoezhang/live2d-widget/blob/d3b85540564f8ae5638e785d9b79a596116de34a/autoload.js#L28 要求更准确的话可以用 userAgent 判断

Nesxc commented 2 years ago

可以根据细分判断:

https://github.com/stevenjoezhang/live2d-widget/blob/d3b85540564f8ae5638e785d9b79a596116de34a/autoload.js#L28

要求更准确的话可以使用 userAgent 判断

感谢您的回复,经过测试正常了,我很好奇为什么这个插件在手机端及其的卡顿。

PFiS1737 commented 2 years ago

不过我这边用着不卡欸 (

stevenjoezhang commented 2 years ago

可能与 WebGL 的硬件加速有关