

Adds a search bar to the blueprint browser window.
为蓝图库窗口添加搜索栏。

Config file: BepInEx/config/org.fyyy.blueprintsearch.cfg
配置文件:BepInEx/config/org.fyyy.blueprintsearch.cfg
Enabled (default true) — enable/disable the search bar at runtime / 运行时启用或禁用搜索栏MaxResults (default 0) — hard cap on total search results. 0 = unlimited. Results are rendered progressively across frames, so this cap is only needed for libraries so large that even streamed rendering is undesirable / 搜索结果的硬上限。0 表示不限。结果会分帧逐步渲染,所以通常不需要设上限;仅当蓝图库巨大、连流式渲染也觉得累赘时才设正数DebounceMs (default 120) — milliseconds to wait after the last keystroke before recomputing results / 最后一次按键后等待多少毫秒才重算结果Install via R2Modman or extract the DLL to BepInEx/plugins/.
通过R2Modman安装,或将DLL解压到 BepInEx/plugins/。