大量更新

This commit is contained in:
GG Z
2025-12-23 21:37:02 +08:00
parent 3fc465959b
commit b611efeed9
105 changed files with 5814 additions and 371 deletions

View File

@@ -39,7 +39,7 @@ namespace Szmedi.RvKits.InfoManager
private readonly ActionEventHandler handler = new();
private readonly UIApplication uiapp;
[ObservableProperty]
private string searchText;
public partial string SearchText { get; set; }
partial void OnSearchTextChanged(string value)
{