docs: 删除肉鸽 PIN UP 相关提示

This commit is contained in:
uye
2023-01-25 14:43:59 +08:00
parent 0ba0e4d8a7
commit b78133cf26
7 changed files with 4 additions and 17 deletions

View File

@@ -73,17 +73,10 @@
### 一键长草:自动肉鸽
- 请在 MAA 设置中选择 `傀影/水月` 主题并在游戏中将对应的肉鸽主题“订阅到终端”PIN UP,否则会因为默认显示最新一期主题而可能出现问题。
- 如果不订阅主题,请确保当前界面为肉鸽主题的大厅页面(有“开始探索”/“继续探索”按钮)后再启动本功能。
- 请在 MAA `设置 - 肉鸽设置` 中选择所要探索的主题,否则可能会因为默认选择最新一期主题而可能出现问题。
- 如果存在非目标主题的探索如你打算用MAA刷水月但现在还有一个未完成的傀影主题探索请手动结束它。
- 如果 MAA 在难度选择界面卡住/反复进出,请先手动选好难度再启动本功能。
<details><summary>订阅方法</summary>
![订阅方法](https://user-images.githubusercontent.com/5153875/196175536-4df46097-dde7-48e2-9c8d-ca4b5c12a3ee.png)
</details>
- 设置中可选择分队、开局干员(仅单个干员名)等
- 支持自动识别干员及练度,并自动选择较优干员及技能
- 支持识别商店物品,优先购买更厉害的收藏品

View File

@@ -186,7 +186,6 @@
<system:String x:Key="AdditionCommand">Addiction Command arguments</system:String>
<system:String x:Key="RoguelikeTheme">I.S. Theme</system:String>
<system:String x:Key="RoguelikeThemeTip">You need to add the theme PIN UP to the terminal on the I.S. page</system:String>
<system:String x:Key="RoguelikeThemePhantom">Phantom</system:String>
<system:String x:Key="RoguelikeThemeMizuki">Mizuki</system:String>
<system:String x:Key="Strategy">Strategy</system:String>

View File

@@ -147,7 +147,6 @@
<system:String x:Key="AdditionCommand">追加コマンド</system:String>
<system:String x:Key="RoguelikeTheme">主題</system:String>
<system:String x:Key="RoguelikeThemeTip">You need to add the theme PIN UP to the terminal on the I.S. page</system:String>
<system:String x:Key="RoguelikeThemePhantom">ファントム</system:String>
<system:String x:Key="RoguelikeThemeMizuki">ミヅキ</system:String>
<system:String x:Key="Strategy">ストラテジー</system:String>

View File

@@ -185,7 +185,6 @@
<system:String x:Key="AdditionCommand">추가 변수</system:String>
<system:String x:Key="RoguelikeTheme">통합전략 테마</system:String>
<system:String x:Key="RoguelikeThemeTip">통합전략 화면에서 테마를 고정시켜주어야 합니다</system:String>
<system:String x:Key="RoguelikeThemePhantom">팬텀</system:String>
<system:String x:Key="RoguelikeThemeMizuki">미즈키</system:String>
<system:String x:Key="Strategy">전략</system:String>

View File

@@ -186,7 +186,6 @@
<system:String x:Key="AdditionCommand">附加命令</system:String>
<system:String x:Key="RoguelikeTheme">肉鸽主题</system:String>
<system:String x:Key="RoguelikeThemeTip">需在集成战略界面将对应主题PIN UP添加到终端</system:String>
<system:String x:Key="RoguelikeThemePhantom">傀影</system:String>
<system:String x:Key="RoguelikeThemeMizuki">水月</system:String>
<system:String x:Key="Strategy">策略</system:String>

View File

@@ -145,7 +145,6 @@
<system:String x:Key="AdditionCommand">附加命令</system:String>
<system:String x:Key="RoguelikeTheme">肉鴿主題</system:String>
<system:String x:Key="RoguelikeThemeTip">需在集成戰略界面將對應主題PIN UP添加到終端</system:String>
<system:String x:Key="RoguelikeThemePhantom">傀影</system:String>
<system:String x:Key="RoguelikeThemeMizuki">水月</system:String>
<system:String x:Key="Strategy">策略</system:String>

View File

@@ -30,8 +30,7 @@
IsHitTestVisible="{Binding Idle}"
ItemsSource="{Binding RoguelikeThemeList}"
SelectedValue="{Binding RoguelikeTheme}"
SelectedValuePath="Value"
ToolTip="{DynamicResource RoguelikeThemeTip}" />
SelectedValuePath="Value" />
</StackPanel>
<StackPanel
@@ -173,14 +172,14 @@
HorizontalAlignment="Center"
VerticalAlignment="Center"
Content="{DynamicResource RoguelikeUseSupportUnit}"
IsChecked="{Binding RoguelikeUseSupportUnit}"/>
IsChecked="{Binding RoguelikeUseSupportUnit}" />
<CheckBox
Margin="10"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Content="{DynamicResource RoguelikeUseNonFriendSupport}"
IsChecked="{Binding RoguelikeEnableNonfriendSupport}"
IsEnabled="{Binding RoguelikeUseSupportUnit}"/>
IsEnabled="{Binding RoguelikeUseSupportUnit}" />
</StackPanel>
</StackPanel>
</Grid>