Skip to content

v2.03

Latest
Compare
Choose a tag to compare
@SamToki SamToki released this 12 Jan 12:14
· 3 commits to master since this release

更新日志 Update Log

v2.03 (2025/01/12)
修复速度趋势指示器 (speed trend vector) 偶尔会消失的 bug。
Fixed a rare bug where speed trend vector disappears.

详细说明:当游戏刷新函数执行过于频繁时(例如使劲来回调整窗口大小),刷新的时间差有可能为零。速度趋势的计算当中会除以时间差。所以上述情况发生时,速度趋势无法计算,会变成 NaN。这就导致速度趋势指示器无法正确显示。修复后,即使时间差为零,也会除以一个最小值(1毫秒)。
吐槽:变量变成 NaN 居然不会报错。最初发现这个 bug 时还以为是浏览器的渲染问题…

v2.00 (2025/01/08)
优化用户数据结构(会自动修复旧的用户数据)。
Optimize user data structure.

v1.20 (2024/12/31)
优化文库的随机选择功能。修复文库的删除功能。
Optimize the lottery feature in the library. Fix the text deletion feature in the library.

文件校验码 Hash Check (SHA-256)

Yamanobo-Ryou.zip
F221A449D1AAFFEA849A01422906DFF3A5D60D399209B636103FD0C7D0EF2268

使用方法 How to Use

请参考说明文档的第 3.2 节。
Please refer to section 3.2 in the documentation (only in simplified Chinese).