mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix: 移除废弃的右键添加作业集行为
This commit is contained in:
@@ -839,7 +839,6 @@ Only level rewards can be farmed; to get the Engraved Medal, all 「Key Objectiv
|
||||
<system:String x:Key="SelectTheFile">Select task file</system:String>
|
||||
<system:String x:Key="SelectTheFileTip">Task files can be imported by dragging the mouse</system:String>
|
||||
<system:String x:Key="PasteClipboardTip">Read the clipboard and add it as a job</system:String>
|
||||
<system:String x:Key="PasteClipboardToAddCopilotSetWarning">A separate button has been added for adding assignment sets; the behavior of adding assignment sets by right-clicking will be removed in the future.</system:String>
|
||||
<system:String x:Key="PasteClipboardCopilotSetTip">Read the clipboard and add it as a job set</system:String>
|
||||
<system:String x:Key="ImportFilesTip">Import task files</system:String>
|
||||
<system:String x:Key="DoYouLikeThisWebJson">Do you like this task file? Rate it!</system:String>
|
||||
|
||||
@@ -839,7 +839,6 @@ C:\\leidian\\LDPlayer9
|
||||
<system:String x:Key="SelectTheFile">ファイル選択</system:String>
|
||||
<system:String x:Key="SelectTheFileTip">攻略ファイルはマウスで直接ドラッグして取り込むことがきます(o゚v゚)ノ</system:String>
|
||||
<system:String x:Key="PasteClipboardTip">クリップボードを読み取り、ジョブとして追加します</system:String>
|
||||
<system:String x:Key="PasteClipboardToAddCopilotSetWarning">割り当てセットを追加するための別のボタンが追加されました。右クリックによる割り当てセットの追加の動作は将来的に削除される予定です。</system:String>
|
||||
<system:String x:Key="PasteClipboardCopilotSetTip">クリップボードを読み取り、ジョブセットとして追加します</system:String>
|
||||
<system:String x:Key="ImportFilesTip">バッチインポート</system:String>
|
||||
<system:String x:Key="DoYouLikeThisWebJson">この攻略ファイルは好きですか?評価してください!</system:String>
|
||||
|
||||
@@ -840,7 +840,6 @@ C:\\leidian\\LDPlayer9
|
||||
<system:String x:Key="SelectTheFile">작업 선택</system:String>
|
||||
<system:String x:Key="SelectTheFileTip">마우스로 작업 파일을 드래그해 선택할 수 있어요 (o゚v゚)ノ</system:String>
|
||||
<system:String x:Key="PasteClipboardTip">클립보드에서 작업 파일을 읽고 추가합니다</system:String>
|
||||
<system:String x:Key="PasteClipboardToAddCopilotSetWarning">작업 목록에 추가하기 위한 별도의 버튼이 추가되었습니다. 마우스 오른쪽 버튼을 클릭하여 작업 목록에 추가하는 동작은 향후에 제거될 예정입니다.</system:String>
|
||||
<system:String x:Key="PasteClipboardCopilotSetTip">클립보드에서 작업 파일을 읽고 작업 목록에 추가합니다.</system:String>
|
||||
<system:String x:Key="ImportFilesTip">일괄 가져오기</system:String>
|
||||
<system:String x:Key="DoYouLikeThisWebJson">이 작업 파일이 마음에 드셨나요? 평가해 주세요!</system:String>
|
||||
|
||||
@@ -839,7 +839,6 @@ C:\\leidian\\LDPlayer9。\n
|
||||
<system:String x:Key="SelectTheFile">选择作业</system:String>
|
||||
<system:String x:Key="SelectTheFileTip">作业文件可以直接用鼠标拖进来哦 (o゚v゚)ノ</system:String>
|
||||
<system:String x:Key="PasteClipboardTip">读取剪贴板并添加为作业</system:String>
|
||||
<system:String x:Key="PasteClipboardToAddCopilotSetWarning">为添加作业集新增了独立的按钮, 使用右键添加作业集的行为将在未来移除</system:String>
|
||||
<system:String x:Key="PasteClipboardCopilotSetTip">读取剪贴板并添加为作业集</system:String>
|
||||
<system:String x:Key="ImportFilesTip">批量导入</system:String>
|
||||
<system:String x:Key="DoYouLikeThisWebJson">作业怎么样?评价下吧!</system:String>
|
||||
|
||||
@@ -840,7 +840,6 @@ C:\\leidian\\LDPlayer9。\n
|
||||
<system:String x:Key="SelectTheFile">選擇作業</system:String>
|
||||
<system:String x:Key="SelectTheFileTip">作業檔可以直接用滑鼠拖進來喔 (o゚v゚)ノ</system:String>
|
||||
<system:String x:Key="PasteClipboardTip">讀取剪貼簿並新增為作業</system:String>
|
||||
<system:String x:Key="PasteClipboardToAddCopilotSetWarning">為新增作業集新增了獨立的按鈕, 使用右鍵新增作業集的行為將在未來移除</system:String>
|
||||
<system:String x:Key="PasteClipboardCopilotSetTip">讀取剪貼簿並新增為作業集</system:String>
|
||||
<system:String x:Key="ImportFilesTip">批次導入</system:String>
|
||||
<system:String x:Key="DoYouLikeThisWebJson">作業怎麼樣?評價一下吧!</system:String>
|
||||
|
||||
@@ -773,19 +773,6 @@ public partial class CopilotViewModel : Screen
|
||||
StartEnabled = true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Paste clipboard contents.
|
||||
/// UI 绑定的方法
|
||||
/// </summary>
|
||||
/// <returns>Task</returns>
|
||||
/// TODO: 移除该方法后连带移除 PasteClipboardToAddCopilotSetWarning
|
||||
[UsedImplicitly]
|
||||
public async Task PasteClipboardCopilotSetOld()
|
||||
{
|
||||
await PasteClipboardCopilotSet();
|
||||
AddLog(LocalizationHelper.GetString("PasteClipboardToAddCopilotSetWarning"), UiLogColor.Warning);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 批量导入作业
|
||||
/// UI 绑定的方法
|
||||
|
||||
@@ -111,8 +111,7 @@
|
||||
hc:IconElement.Geometry="{StaticResource ClipboardLink20Regular}"
|
||||
BorderThickness="0,1,1,1"
|
||||
Command="{s:Action PasteClipboard}"
|
||||
IsEnabled="{c:Binding '(Idle) and (StartEnabled)'}"
|
||||
MouseRightButtonUp="{s:Action PasteClipboardCopilotSetOld}" />
|
||||
IsEnabled="{c:Binding '(Idle) and (StartEnabled)'}" />
|
||||
<Button
|
||||
Grid.Column="3"
|
||||
Height="30"
|
||||
|
||||
Reference in New Issue
Block a user