xpurer

Results 2 issues of xpurer

![image](https://user-images.githubusercontent.com/11897048/49695622-b439e180-fbd8-11e8-97e8-923bad7bc94d.png) @scroll-reach-bottom 不触发(pug会把html都变成小写的,只能用 kebab-case 的事件名) 我看了vue文档,见截图,感觉插件库的事件命名有问题

![CleanShot 2024-08-01 at 11 57 44](https://github.com/user-attachments/assets/ebf28dce-4fd1-42ab-9b1e-1b889242031d) ``` let bin = []; dbg!(gxhash::gxhash128(&bin, 0)); let mut hasher = gxhash::GxHasher::with_seed(0); hasher.write(&bin); dbg!(hasher.finish_u128()); ``` [xhash/tests/main.rs:14:3] gxhash::gxhash128(&bin, 0) = 302767221070957831171542222971961600063 [xhash/tests/main.rs:17:3] hasher.finish_u128() = 78505093061913940866771591142410949548

question