2025-07-15 19:13

This commit is contained in:
wang-yin1
2025-07-15 19:14:03 +08:00
parent ebc05c28b9
commit ca823a9294
3 changed files with 125 additions and 48 deletions

View File

@@ -1100,6 +1100,10 @@ namespace VisionFrame.ViewModels
{
Application.Current.Dispatcher.Invoke(new Action(() =>
{
if (LogList.Count>1000)
{
LogList.RemoveAt(0);
}
// 数据量增大
this.LogList.Add(new LogModel
{