mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix.修复一些有的没的小问题
This commit is contained in:
@@ -879,6 +879,7 @@
|
||||
640,
|
||||
360
|
||||
],
|
||||
"rearDelay": 1000,
|
||||
"next": [
|
||||
"CreditStoreOcr",
|
||||
"Mall"
|
||||
@@ -1173,6 +1174,28 @@
|
||||
400,
|
||||
650,
|
||||
160
|
||||
],
|
||||
"next": [
|
||||
"RecruitLoading",
|
||||
"Stop"
|
||||
]
|
||||
},
|
||||
"RecruitLoading": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "doNothing",
|
||||
"text": [
|
||||
"正在提交",
|
||||
"反馈至神经"
|
||||
],
|
||||
"roi": [
|
||||
700,
|
||||
600,
|
||||
300,
|
||||
120
|
||||
],
|
||||
"next": [
|
||||
"RecruitLoading",
|
||||
"Stop"
|
||||
]
|
||||
},
|
||||
"RecruitConfirm": {
|
||||
|
||||
@@ -248,6 +248,7 @@ bool asst::Assistance::append_recruit(unsigned max_times, const std::vector<int>
|
||||
recruit_task_ptr->set_required_level(required_level);
|
||||
recruit_task_ptr->set_confirm_level(confirm_level);
|
||||
recruit_task_ptr->set_task_chain(TaskChain);
|
||||
recruit_task_ptr->set_retry_times(AutoRecruitTaskRetryTimesDefault);
|
||||
|
||||
m_tasks_queue.emplace(recruit_task_ptr);
|
||||
|
||||
|
||||
@@ -76,6 +76,7 @@ namespace asst
|
||||
|
||||
static constexpr int ProcessTaskRetryTimesDefault = 20;
|
||||
static constexpr int OpenRecruitTaskRetryTimesDefault = 10;
|
||||
static constexpr int AutoRecruitTaskRetryTimesDefault = 5;
|
||||
|
||||
private:
|
||||
void working_proc();
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<StackPanel Grid.Column="0" VerticalAlignment="Center" Margin="10">
|
||||
<CheckBox IsChecked="{Binding RefreshLevel3}" Content="自动刷新3星Tags" VerticalAlignment="Center" Margin="10" />
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0, 10">
|
||||
<TextBlock Style="{StaticResource TextBlockDefault}"
|
||||
<TextBlock Style="{StaticResource TextBlockDefault}" Block.TextAlignment="Center"
|
||||
Text="每次执行时
最大招募次数" Margin="5" VerticalAlignment="Center" />
|
||||
<TextBox Text="{Binding RecruitMaxTimes}" Margin="5"
|
||||
Width="50" InputMethod.IsInputMethodEnabled="False" />
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
d:DesignHeight="300" d:DesignWidth="550">
|
||||
<Grid>
|
||||
<!--IsEnabled="{Binding CreditShoppingCheckBoxIsEnable}"-->
|
||||
<CheckBox IsChecked="{Binding CreditShopping}"
|
||||
Content=" 信用商店随缘买 (不买碳和家具)" />
|
||||
<CheckBox IsChecked="{Binding CreditShopping}" Block.TextAlignment="Center"
|
||||
Content="信用商店随缘买 (不买碳和家具)" />
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user