DeltaFlyerW
DeltaFlyerW
在播放番剧和视频时加载动画疯,NicoNico和Twitch的弹幕 该功能目前在以下版本经测试可正常运作:6.9.1 ,6.26.2, 6.32, 6.73, 6.89. 在以下版本经测试无法正常运作:6.52, 6.53, 6.63. 需要指定一个弹幕服务器的域名.
https://github.com/worldveil/dejavu/blob/d2b8761eb39f8e2479503f936e9f9948addea8ea/dejavu/fingerprint.py#L98 Replace the above codes with following codes. ``` import cupy as cp from cupyx.scipy.ndimage import maximum_filter as cp_maximum_filter array = cp.array(arr2D) local_max = cp.asnumpy(cp_maximum_filter(array, footprint=cp.array(neighborhood)) == array) del array...
## Description Add an anti-accidental touch feature, which allow user to select some area on screen that the touch inside will not be a valid input event for game. ##...
## Description Add an anti-accidental touch feature, which allow user to select some area on screen that the touch inside will not be a valid input event for game. ##...
添加了对外置SD卡下图的支持,支持Lollipop至Pie的外置SD卡写入 限制最大下载数为3个 添加了对已下载和可更新图集的提示 可以对自定义的关键词高亮提示 这些改进的目标机型是老旧的红米4Prime, 其特点是性能低,需要使用外置SD卡, 系统还停留在安卓6.0.1,api level=23
**Describe the bug** The same `ffmpeg` command produces slightly different pixel data when executed in a WebAssembly (WASM) environment versus the binary executable. - **WASM Output:** `[57, 87, 77, 46,...