feat: 繁中服生息演算 & 落葉逐火活動導航 (#7559)

落葉逐火的活動導航是 ok 的,但不知道為什麼辨識總是跑出 "工池" 跟 "工地",所以另外加上。

然後最重要的是
生息演算的部分還沒測試,只是先把我看起來該加的圖片跟 task 先補上而已。

也許可以先更新後,再看生息演算有啥問題一次修 (?
~~不然就要等我把 visual studio 那一部分用好才能知道了嗚嗚~~
This commit is contained in:
HY
2023-12-13 20:10:15 +08:00
committed by GitHub
parent 21ced64d21
commit 1c8e5f73db
13 changed files with 142 additions and 3 deletions

View File

@@ -127,6 +127,22 @@
"復刻"
]
},
"CF-Open": {
"text": [
"落葉",
"逐火",
"活動",
"開放"
]
},
"CFChapterToCF": {
"text": [
"蒼暮",
"山地",
"工池",
"工地"
]
},
"WB-Open": {
"text": [
"登臨意",
@@ -4670,5 +4686,130 @@
"_exit"
]
]
},
"Reclamation@ClickAnyZoneOcr": {
"text": [
"區",
"Zone"
]
},
"Reclamation@ConfirmStart": {
"text": [
"演算",
"開始"
]
},
"Reclamation@DoManufacture": {
"text": [
"開",
"始"
]
},
"Reclamation@EmptyInitUnits": {
"text": [
"請選擇",
"参加",
"演算"
]
},
"Reclamation@EnterSmeltGoldPage": {
"text": [
"粗製",
"赤金"
]
},
"Reclamation@ExitLevelConfirm": {
"text": [
"確認",
"離開"
]
},
"Reclamation@GiveupAlgorithm": {
"text": [
"放",
"棄"
]
},
"Reclamation@GiveupClickEmergencyExit": {
"text": [
"緊急",
"撤退"
]
},
"Reclamation@GiveupCrossdomainPageFlag": {
"text": [
"確認",
"帶走",
"緊急",
"撤退"
]
},
"Reclamation@GiveupTakeNothing": {
"text": [
"確認",
"撤退"
]
},
"Reclamation@LabClickAssembleable": {
"text": [
"可",
"組",
"裝"
]
},
"Reclamation@LabClickDetailView": {
"text": [
"詳",
"情",
"視",
"圖"
]
},
"Reclamation@LevelComplete": {
"text": [
"結束",
"MISSION",
"RESULTS"
]
},
"Reclamation@Liaison": {
"text": [
"聯絡員"
]
},
"Reclamation@ManufactureIncrease": {
"text": [
"開",
"始"
]
},
"Reclamation@ManufactureSufficientMaterial": {
"text": [
"開",
"始"
]
},
"Reclamation@PrepareAction": {
"text": [
"行動準備"
]
},
"Reclamation@SkipAnnounce": {
"text": [
"跳過",
"SKIP"
]
},
"Reclamation@SkipDailyReport": {
"text": [
"今日",
"日報"
]
},
"Reclamation@StartActionEnter": {
"text": [
"開始行動",
"決斷"
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -367,9 +367,7 @@ namespace MaaWpfGui.ViewModels.UI
// "ReclamationAlgorithm",
};
var clientType = Instances.SettingsViewModel.ClientType;
// condition: clientType == "txwy" && DateTime.Now < new DateTime(2023, 01, 12)
// wait for someone to adapt this for txwy.
if (false)
if (clientType == "txwy" && DateTime.Now < new DateTime(2024, 01, 06))
{
taskList.Add("ReclamationAlgorithm");
}