添加模糊搜索

基于url表达式的模糊搜索
This commit is contained in:
CortexCore
2023-07-19 01:15:17 +08:00
parent f380713718
commit d8d5b3366e
8 changed files with 69 additions and 8 deletions

View File

@@ -115,6 +115,7 @@ public partial class 温湿度Reader : Node
if (_modbus is null)
{
hintsLabel.SetTextAsync("Modbus未初始化");
timer.Start();
return;
}