mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
fix: 修复拼写错误
This commit is contained in:
@@ -176,6 +176,7 @@
|
||||
<system:String x:Key="AfterDownloadOperationNone">无</system:String>
|
||||
<system:String x:Key="AfterDownloadOperationCloseApp">关闭程序</system:String>
|
||||
<system:String x:Key="AfterDownloadOperationCloseSystem">关闭计算机</system:String>
|
||||
<system:String x:Key="FFMpegLocation">FFMpeg位置:</system:String>
|
||||
<system:String x:Key="ListenClipboard">监听剪贴板</system:String>
|
||||
<system:String x:Key="VideoAutoParse">视频自动解析</system:String>
|
||||
<system:String x:Key="VideoParseScope">视频解析范围:</system:String>
|
||||
|
||||
@@ -203,12 +203,12 @@ public class ViewVideoDetailViewModel : ViewModelBase
|
||||
private DelegateCommand inputSearchCommand;
|
||||
|
||||
public DelegateCommand InputSearchCommand =>
|
||||
inputSearchCommand ?? (inputSearchCommand = new DelegateCommand(ExcuteInputSearchCommand));
|
||||
inputSearchCommand ?? (inputSearchCommand = new DelegateCommand(ExecuteInputSearchCommand));
|
||||
|
||||
/// <summary>
|
||||
/// 搜索视频输入事件
|
||||
/// </summary>
|
||||
private async void ExcuteInputSearchCommand()
|
||||
private async void ExecuteInputSearchCommand()
|
||||
{
|
||||
await Task.Run(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user