chore.改改文案

This commit is contained in:
MistEO
2021-11-23 00:40:37 +08:00
parent 42f3e4ee30
commit 579f5000b2
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ namespace MeoAsstGui
ItemViewModels.Add(new ItemViewModel("基建换班", stroageKey));
ItemViewModels.Add(new ItemViewModel("刷理智", stroageKey));
ItemViewModels.Add(new ItemViewModel("访问好友", stroageKey));
ItemViewModels.Add(new ItemViewModel("领取任务奖励", stroageKey));
ItemViewModels.Add(new ItemViewModel("领取日常奖励", stroageKey));
}
private string _statusPrompt = " Tips上方任务可拖动调整顺序\nTips2任务会按每个页面中的设置进行";
@@ -80,7 +80,7 @@ namespace MeoAsstGui
var mfvm = _container.Get<MainFunctionViewModel>();
ret &= mfvm.StartVisit();
}
else if (item.Name == "领取任务奖励")
else if (item.Name == "领取日常奖励")
{
var mfvm = _container.Get<MainFunctionViewModel>();
ret &= mfvm.StartAward();

View File

@@ -35,7 +35,7 @@
<StackPanel Grid.Row="1" Orientation="Horizontal" HorizontalAlignment="Center">
<Button Grid.Row="1" Command="{s:Action LinkStart}" Content="LinkStart!" HorizontalAlignment="Center" VerticalAlignment="Center" Width="120" Height="50" Margin="20, 10" />
<Button Grid.Row="1" Command="{s:Action LinkStart}" Content="LinkStart !" HorizontalAlignment="Center" VerticalAlignment="Center" Width="120" Height="50" Margin="20, 10" />
<Button Grid.Row="2" Command="{s:Action Stop}" Content="停止" HorizontalAlignment="Center" VerticalAlignment="Center" Width="120" Height="50" Margin="20, 10" />
</StackPanel>