diff --git a/src/MeoAsstGui/Resources/Localizations/en-us.xaml b/src/MeoAsstGui/Resources/Localizations/en-us.xaml index c7f5489def..e19dc80c95 100644 --- a/src/MeoAsstGui/Resources/Localizations/en-us.xaml +++ b/src/MeoAsstGui/Resources/Localizations/en-us.xaml @@ -316,4 +316,27 @@ Exit + + + MAA Website + Source: GitHub + Copilot Json sharing QQgroup + QQgroup1(Full) + QQgroup2 + QQgroup3 + Q&A + Issue + + + + Auto refresh Lv3 Tags + Auto use Expedited* + Recruit max times + Manually select 1★ + Auto select 3★ + Auto select 4★ + Auto select 5★ + Auto select 6★ + If checked, the recruitment will be skipped when the entry with 1★ is identified. If not checked, the entry with 1★ will be ignored + \ No newline at end of file diff --git a/src/MeoAsstGui/Resources/Localizations/zh-cn.xaml b/src/MeoAsstGui/Resources/Localizations/zh-cn.xaml index 6efc5868fd..77a33e583e 100644 --- a/src/MeoAsstGui/Resources/Localizations/zh-cn.xaml +++ b/src/MeoAsstGui/Resources/Localizations/zh-cn.xaml @@ -316,4 +316,27 @@ 退出 + + + MAA 官网 + 源码:GitHub + 自动战斗作业分享 Q 群 + 一群(已满) + 二群 + 三群 + 常见问题 + 问题反馈 + + + + 自动刷新3星Tags + 自动使用加急许可* + 每次执行时最大招募次数 + 手动确认1星 + 自动确认3星 + 自动确认4星 + 自动确认5星 + 自动确认6星 + 勾选时识别到1星词条时跳过该次招募,未勾选时将忽略1星词条 + \ No newline at end of file diff --git a/src/MeoAsstGui/UserControl/AboutUserControl.xaml b/src/MeoAsstGui/UserControl/AboutUserControl.xaml index 199e1a9f29..2e9a99f897 100644 --- a/src/MeoAsstGui/UserControl/AboutUserControl.xaml +++ b/src/MeoAsstGui/UserControl/AboutUserControl.xaml @@ -11,24 +11,34 @@ d:DesignHeight="300" d:DesignWidth="550"> - MAA 官网 + + + - 源码: GitHub + + + + + + + + + + + + + - 自动战斗作业分享 Q 群 + + + - 一群(已满) - 二群 - 三群 - - - 常见问题 - - - 问题反馈 + + + \ No newline at end of file diff --git a/src/MeoAsstGui/UserControl/AutoRecruitSettingsUserControl.xaml b/src/MeoAsstGui/UserControl/AutoRecruitSettingsUserControl.xaml index 82fa7e2535..60daf9f83b 100644 --- a/src/MeoAsstGui/UserControl/AutoRecruitSettingsUserControl.xaml +++ b/src/MeoAsstGui/UserControl/AutoRecruitSettingsUserControl.xaml @@ -15,22 +15,22 @@ - - + + Text="{DynamicResource RecruitMaxTimes}" Margin="5" VerticalAlignment="Center" TextWrapping="Wrap" Width="72"/> - - - - - + + + + + \ No newline at end of file