mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
@@ -269,7 +269,7 @@
|
||||
<system:String x:Key="InvestmentEnabled">Invest coins</system:String>
|
||||
<system:String x:Key="InvestmentWithMoreScore">Investment mode enables shopping, recruiting</system:String>
|
||||
<system:String x:Key="RefreshTraderWithDice">Refresh Rogue Trader with Dice</system:String>
|
||||
<system:String x:Key="PenguinId">Penguin Report ID (Number part only)</system:String>
|
||||
<system:String x:Key="PenguinId">Penguin Report ID (Number part)</system:String>
|
||||
<system:String x:Key="EnablePenguin">Report Penguin</system:String>
|
||||
<system:String x:Key="EnableYituliu">Report Yituliu</system:String>
|
||||
<system:String x:Key="DrGrandet">Dr. Grandet Mode</system:String>
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
ToolTip="{DynamicResource CheckBoxesNotSaved}" />
|
||||
<hc:NumericUpDown
|
||||
Margin="0,5"
|
||||
Minimum="0"
|
||||
hc:InfoElement.Title="{DynamicResource RecruitMaxTimes}"
|
||||
Minimum="0"
|
||||
Style="{StaticResource NumericUpDownExtend}"
|
||||
Value="{Binding RecruitMaxTimes}" />
|
||||
</StackPanel>
|
||||
@@ -39,23 +39,24 @@
|
||||
IsHitTestVisible="{Binding Path=Idle}"
|
||||
ItemsSource="{Binding AutoRecruitSelectExtraTagsList}"
|
||||
SelectedValue="{Binding SelectExtraTags}"
|
||||
SelectedValuePath="Value"
|
||||
SelectedValuePath="Value"
|
||||
Style="{StaticResource ComboBoxExtend}" />
|
||||
<TextBox
|
||||
Margin="0,10"
|
||||
hc:InfoElement.Title="{DynamicResource AutoRecruitHighPriority}"
|
||||
Style="{StaticResource TextBoxExtend}"
|
||||
Text="{Binding AutoRecruitFirstList}"
|
||||
ToolTip="{DynamicResource AutoRecruitHighPriorityTooltip}"/>
|
||||
Text="{Binding AutoRecruitFirstList}"
|
||||
ToolTip="{DynamicResource AutoRecruitHighPriorityTooltip}" />
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource AutoRefresh}"
|
||||
IsChecked="{Binding RefreshLevel3}" />
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource ForceRefresh}"
|
||||
IsChecked="{Binding ForceRefresh}"
|
||||
IsEnabled="{c:Binding RefreshLevel3}" />
|
||||
IsEnabled="{c:Binding RefreshLevel3}">
|
||||
<controls:TextBlock Text="{DynamicResource ForceRefresh}" TextWrapping="Wrap" />
|
||||
</CheckBox>
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
HorizontalAlignment="Left"
|
||||
|
||||
@@ -20,25 +20,29 @@
|
||||
<StackPanel Visibility="{c:Binding !TaskSettingVisibilities.EnableAdvancedSettings}">
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource ReceiveDailyAndWeeklyAward}"
|
||||
IsChecked="{Binding ReceiveAward}" />
|
||||
IsChecked="{Binding ReceiveAward}">
|
||||
<controls:TextBlock Text="{DynamicResource ReceiveDailyAndWeeklyAward}" TextWrapping="Wrap" />
|
||||
</CheckBox>
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource ReceiveMail}"
|
||||
IsChecked="{Binding ReceiveMail}" />
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource ReceiveFreeRecruit}"
|
||||
ToolTip="{DynamicResource ReceiveFreeRecruitTip}"
|
||||
IsChecked="{Binding ReceiveFreeRecruit}" />
|
||||
IsChecked="{Binding ReceiveFreeRecruit}">
|
||||
<controls:TextBlock Text="{DynamicResource ReceiveFreeRecruit}" TextWrapping="Wrap" />
|
||||
</CheckBox>
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource ReceiveOrundum}"
|
||||
IsChecked="{Binding ReceiveOrundum}" />
|
||||
IsChecked="{Binding ReceiveOrundum}">
|
||||
<controls:TextBlock Text="{DynamicResource ReceiveOrundum}" TextWrapping="Wrap" />
|
||||
</CheckBox>
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource ReceiveMining}"
|
||||
IsChecked="{Binding ReceiveMining}" />
|
||||
IsChecked="{Binding ReceiveMining}">
|
||||
<controls:TextBlock Text="{DynamicResource ReceiveMining}" TextWrapping="Wrap" />
|
||||
</CheckBox>
|
||||
<CheckBox
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource ReceiveSpecialAccess}"
|
||||
|
||||
@@ -377,15 +377,8 @@
|
||||
Margin="0,10"
|
||||
Content="{DynamicResource EnablePenguin}"
|
||||
IsChecked="{Binding EnablePenguin}" />
|
||||
<TextBlock
|
||||
Margin="8,10,8,0"
|
||||
HorizontalAlignment="Left"
|
||||
Block.TextAlignment="Center"
|
||||
Foreground="{DynamicResource PrimaryTextBrush}"
|
||||
Text="{DynamicResource PenguinId}"
|
||||
TextWrapping="Wrap"
|
||||
Visibility="{c:Binding EnablePenguin}" />
|
||||
<TextBox
|
||||
hc:InfoElement.Title="{DynamicResource PenguinId}"
|
||||
Margin="0,5"
|
||||
InputMethod.IsInputMethodEnabled="False"
|
||||
Style="{StaticResource TextBoxExtend}"
|
||||
|
||||
Reference in New Issue
Block a user