diff --git a/docs/en-us/1.1-USER_MANUAL.md b/docs/en-us/1.1-USER_MANUAL.md index 8095b40ff8..a850dc7a5c 100644 --- a/docs/en-us/1.1-USER_MANUAL.md +++ b/docs/en-us/1.1-USER_MANUAL.md @@ -14,7 +14,7 @@ - Annihilation. The input should be `Annihilation`. - Certain side story stages. This includes `OF-1`, `OF-F3` and `GT-5`. - The last three stages of the current SS event. This is available after downloading updates automatically from the [API](https://ota.maa.plus/MaaAssistantArknights/api/gui/StageActivity.json) when the event is on. Prompt will be shown in the main page when this is available. - - For the re-engraved SS event, you can enter `SSReopen-XX` to clear XX-1 ~ XX-9 levels at one time. Such as `SSReopen-IC`. + - Fight options include `Use Sanity Potion`, `Use Originium`, `Perform Battles` and `Material`, you can specific any of them. The fight tasks stops once one of the specifications is met. - `Use Sanity Potion` specifies the number of sanity potions to use at most. Note that the potion is usually used one at a time which is the one default by the game client when current sanity is not enough for the next fight. However, Santity Samplers offer a smaller amount of sanity and thus might be used more than one at a time. Pay attention to this when specifying the number of potions to use. diff --git a/docs/ja-jp/1.1-詳細説明.md b/docs/ja-jp/1.1-詳細説明.md index 856d5969b2..687287577d 100644 --- a/docs/ja-jp/1.1-詳細説明.md +++ b/docs/ja-jp/1.1-詳細説明.md @@ -18,7 +18,7 @@ - 「Annihilation」(殲滅作戦)。 - 「OF-1」/「OF-F3」/「GT-5」のみサポートされます。 - 現在のSSイベントの最後の3つのステージ。更新が自動的にダウンロードされた後、メイン画面に対応するメッセージが表示されます。 - - 再刻印SSアクティビティは「SSReopen-XX」と入力するとXX-1~XX-9レベルを一度にクリアできます。 「SSReopen-IC」など。 +
画面例 diff --git a/docs/zh-tw/1.1-詳細介紹.md b/docs/zh-tw/1.1-詳細介紹.md index 599a1ac4a7..021abb1205 100644 --- a/docs/zh-tw/1.1-詳細介紹.md +++ b/docs/zh-tw/1.1-詳細介紹.md @@ -17,7 +17,7 @@ icon: ic:baseline-article - 剿滅作戰,必須輸入 `Annihilation`。 - 部分別傳,只支援 `OF-1` / `OF-F3` / `GT-5`。 - 當期 SideStory 後三關,在自動訪問 [API](https://ota.maa.plus/MaaAssistantArknights/api/gui/StageActivity.json) 下載更新後,會在主介面下方顯示相應提示。 - - 對於復刻的 SideStory,可以輸入 `SSReopen-XX` ,來一次性刷完 XX-1 ~ XX-9 關。如 `SSReopen-IC`。 +
範例畫面 diff --git a/src/MaaWpfGui/Main/AsstProxy.cs b/src/MaaWpfGui/Main/AsstProxy.cs index 1bc09d0ac9..79c3df29da 100644 --- a/src/MaaWpfGui/Main/AsstProxy.cs +++ b/src/MaaWpfGui/Main/AsstProxy.cs @@ -1109,7 +1109,7 @@ namespace MaaWpfGui.Main Instances.TaskQueueViewModel.AddLog(LocalizationHelper.GetString("StageQueue") + $" {subTaskDetails["stage_code"]} " + LocalizationHelper.GetString("UnableToAgent"), UiLogColor.Info); break; case "StageQueueMissionCompleted": - Instances.TaskQueueViewModel.AddLog(LocalizationHelper.GetString("StageQueue") + $" {subTaskDetails["stage_code"]} {subTaskDetails["stars"]}★", UiLogColor.Info); + Instances.TaskQueueViewModel.AddLog(LocalizationHelper.GetString("StageQueue") + $" {subTaskDetails["stage_code"]} - {subTaskDetails["stars"]} ★", UiLogColor.Info); break; } } diff --git a/src/MaaWpfGui/Res/Localizations/en-us.xaml b/src/MaaWpfGui/Res/Localizations/en-us.xaml index 7a32fe69ae..837f89745c 100644 --- a/src/MaaWpfGui/Res/Localizations/en-us.xaml +++ b/src/MaaWpfGui/Res/Localizations/en-us.xaml @@ -249,8 +249,8 @@ Please do not check it when the stage OF-1 is not unlocked. Variable function button Manual entry of stage names Support most main stage names + stage names from the original list (e.g. 4-10, AP-5, H10-1-Hard, etc.) -At the end of the level, enter 「Normal/Hard」 to switch between Standard and Adverse environment -Enter 「SSReopen-XX」to pass SS normal difficulty level at one time +At the end of the level, enter 「Normal/Hard」 to switch between Standard and Adverse environment + Auto detect connection This checkbox will be automatically unchecked after each detect is completed, and can be checked again if you need to re-detect Re-detect every times @@ -505,9 +505,9 @@ The video aspect ratio needs to be 16:9 without interference factors such as bla Drops recognition error Abort upload to Penguin Statistics No bonus stage, stopped - Stage Queue: + Stage Queue: Unable to use PRTS - Current Sanity: + Current Sanity: Mission started times Medicine used diff --git a/src/MaaWpfGui/Res/Localizations/ja-jp.xaml b/src/MaaWpfGui/Res/Localizations/ja-jp.xaml index fce130617f..127ee4163f 100644 --- a/src/MaaWpfGui/Res/Localizations/ja-jp.xaml +++ b/src/MaaWpfGui/Res/Localizations/ja-jp.xaml @@ -241,8 +241,8 @@ スタート画面に表示する便利ボタン ステージ名を入力する (テスト機能)ステージ名と番号(例: 4-10、AP-5、H10-1-Hardなど) -の両方がサポートされています。レベルの最後に「Normal/Hard」を入力することで、標準から強襲/厄難に難易度を切り替えることができます -ワンタイム代理SS一般パスとして「SSReopen-XX」を入力できます +の両方がサポートされています。レベルの最後に「Normal/Hard」を入力することで、標準から強襲/厄難に難易度を切り替えることができます + 接続自動認識 このチェックボックスは、検出が完了するたびに自動的にチェックが外れますが、再検出が必要な場合は再度チェックを入れることができます 毎回再検出する @@ -496,9 +496,9 @@ ドロップ認識エラー Penguin-Statsへのアップロードをあきらめました ステージ報酬がないため停止します - レベルキュー: + レベルキュー: 自動指揮利用不可 - 現在理性: + 現在理性: 行動開始しました 回復剤を使った diff --git a/src/MaaWpfGui/Res/Localizations/ko-kr.xaml b/src/MaaWpfGui/Res/Localizations/ko-kr.xaml index b31a0c6a6e..717a7f17b3 100644 --- a/src/MaaWpfGui/Res/Localizations/ko-kr.xaml +++ b/src/MaaWpfGui/Res/Localizations/ko-kr.xaml @@ -508,9 +508,9 @@ OF-1을 해금하지 않았다면 선택하지 말아 주세요. 드롭 인식 오류 펭귄 물류에 업로드 불가 EX 스테이지가 없어 중단되었습니다 - 레벨 대기열: + 레벨 대기열: 프록시 명령을 사용할 수 없습니다 - 현재 이성: + 현재 이성: 행동 개시 이성 회복 아이템을 사용했습니다 diff --git a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml index 9c7a6dca4b..b9c4f0d0b0 100644 --- a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml +++ b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml @@ -509,9 +509,9 @@ 掉落识别错误 放弃上传企鹅物流 无奖励关卡,已停止 - 关卡队列: + 关卡队列: 无法使用代理指挥 - 当前理智: + 当前理智: 已开始行动 已使用理智药 diff --git a/src/MaaWpfGui/Res/Localizations/zh-tw.xaml b/src/MaaWpfGui/Res/Localizations/zh-tw.xaml index b55c91ae90..56f8ef0e82 100644 --- a/src/MaaWpfGui/Res/Localizations/zh-tw.xaml +++ b/src/MaaWpfGui/Res/Localizations/zh-tw.xaml @@ -252,8 +252,8 @@ 主介面可選擇按鈕功能 手動輸入關卡代名 支持大部分主線關卡名與原列表的關卡名(如:4-10、AP-5、H10-1-Hard) -可在關卡結尾輸入「Normal/Hard」表示需要切換標準與磨難難度 -可輸入「SSReopen-XX」一次性代理SS的普通關 +可在關卡結尾輸入「Normal/Hard」表示需要切換標準與磨難難度 + 自動檢測連接 每次檢測完成後會自動取消勾選,若需要重新檢測可再次勾選 每次重新檢測 @@ -508,9 +508,9 @@ 掉落辨識錯誤 放棄上傳企鵝物流 無獎勵關卡,已停止 - 關卡隊列: + 關卡隊列: 無法使用代理指揮 - 當前理智: + 當前理智: 已開始行動 已使用理智藥