From b31d130ae8d76b737999150b849f996b0e815009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=8D=81?= <392706283@qq.com> Date: Thu, 11 May 2023 16:36:33 +0800 Subject: [PATCH] Update ViewVideoDetailViewModel.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整注释,之前提交注释写错了 --- src/DownKyi/ViewModels/ViewVideoDetailViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DownKyi/ViewModels/ViewVideoDetailViewModel.cs b/src/DownKyi/ViewModels/ViewVideoDetailViewModel.cs index d8c8ee0..7335cc3 100644 --- a/src/DownKyi/ViewModels/ViewVideoDetailViewModel.cs +++ b/src/DownKyi/ViewModels/ViewVideoDetailViewModel.cs @@ -186,7 +186,7 @@ namespace DownKyi.ViewModels public DelegateCommand InputSearchCommand => inputSearchCommand ?? (inputSearchCommand = new DelegateCommand(ExcuteInputSearchCommand)); /// - /// 搜索视频输入时间 + /// 搜索视频输入事件 /// private async void ExcuteInputSearchCommand() { await Task.Run(() =>