feat: 添加房贷还款

This commit is contained in:
uye
2023-04-16 01:46:32 +08:00
parent 35cf643bec
commit bbc5e5fdb8
14 changed files with 24 additions and 4 deletions

View File

@@ -1923,6 +1923,13 @@
"AP-5@SwipeToTheLeft"
]
},
"SK-5": {
"baseTask": "ResourceStages",
"next": [
"SK5@StageSK",
"SK-5@SwipeToTheLeft"
]
},
"PR-A-1": {
"baseTask": "ResourceStages",
"Doc": "医疗/重装",
@@ -2107,6 +2114,9 @@
"StageAP": {
"baseTask": "StageEntries"
},
"StageSK": {
"baseTask": "StageEntries"
},
"StagePR-A": {
"baseTask": "StageEntries"
},
@@ -2155,6 +2165,12 @@
"AP-5"
]
},
"SK5@Stage": {
"baseTask": "ResourceStageLevel5",
"text": [
"SK-5"
]
},
"PR-A-1@Stage": {
"baseTask": "ChipStageLevel1",
"text": [

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View File

@@ -310,6 +310,7 @@
<system:String x:Key="AP-5">AP-5</system:String>
<system:String x:Key="CA-5">CA-5</system:String>
<system:String x:Key="LS-6">LS-6</system:String>
<system:String x:Key="SK-5">SK-5</system:String>
<system:String x:Key="PR-A-1">Med/Def </system:String>
<system:String x:Key="PR-A-2">Med/Def Ⅱ</system:String>
@@ -532,7 +533,7 @@
<!-- AutoRecruitSettings -->
<!-- EasterEggs -->
<system:String x:Key="BuyWineOnAprilFoolsDay">Dear doctor, ever heard of the new listings of "isopropyl alcohol" in Ms. Closure's store? let's check it out?</system:String>
<system:String x:Key="BuyWineOnAprilFoolsDay">Dear doctor, ever heard of the new listings of &quot;isopropyl alcohol&quot; in Ms. Closure's store? let's check it out?</system:String>
<system:String x:Key="Burping">Ugh... Ehem</system:String>
<system:String x:Key="DrunkAndStaggering">Ah, doctor. Why do you sway, so much in your movement today?</system:String>
<system:String x:Key="Hangover">I must not drink, drink so much next time...</system:String>

View File

@@ -310,6 +310,8 @@
<!-- 馴染みのあるステージ名での表記 -->
<system:String x:Key="LS-6">作戦記録-6(LS-6)</system:String>
<!-- 馴染みのあるステージ名での表記 -->
<system:String x:Key="SK-5">炭素材-5(SK-5)</system:String>
<!-- 馴染みのあるステージ名での表記 -->
<system:String x:Key="PR-A-1">医療/重装SoC・初</system:String>
<system:String x:Key="PR-A-2">医療/重装SoC・中</system:String>

View File

@@ -292,6 +292,7 @@
<system:String x:Key="AP-5">AP-5 (구매증명서)</system:String>
<system:String x:Key="CA-5">CA-5 (스킬개론)</system:String>
<system:String x:Key="LS-6">LS-6 (작전기록)</system:String>
<system:String x:Key="SK-5">SK-5 (카본)</system:String>
<system:String x:Key="PR-A-1">PR-A-1 (메딕/디펜더)</system:String>
<system:String x:Key="PR-A-2">PR-A-2 (메딕/디펜더)</system:String>

View File

@@ -313,6 +313,7 @@
<system:String x:Key="AP-5">红票-5</system:String>
<system:String x:Key="CA-5">技能-5</system:String>
<system:String x:Key="LS-6">经验-6/5</system:String>
<system:String x:Key="SK-5">碳-5</system:String>
<system:String x:Key="PR-A-1">奶/盾芯片</system:String>
<system:String x:Key="PR-A-2">奶/盾芯片组</system:String>

View File

@@ -247,6 +247,7 @@
<system:String x:Key="AP-5">紅票-5</system:String>
<system:String x:Key="CA-5">技能-5</system:String>
<system:String x:Key="LS-6">經驗-6/5</system:String>
<system:String x:Key="SK-5">碳-5</system:String>
<system:String x:Key="PR-A-1">奶/盾晶片</system:String>
<system:String x:Key="PR-A-2">奶/盾晶片組</system:String>

View File

@@ -277,9 +277,7 @@ namespace MaaWpfGui.Services
{ "AP-5", new StageInfo("AP-5", "APTip", new[] { DayOfWeek.Monday, DayOfWeek.Thursday, DayOfWeek.Saturday, DayOfWeek.Sunday }, resourceCollection) },
{ "CA-5", new StageInfo("CA-5", "CATip", new[] { DayOfWeek.Tuesday, DayOfWeek.Wednesday, DayOfWeek.Friday, DayOfWeek.Sunday }, resourceCollection) },
{ "LS-6", new StageInfo("LS-6", "LSTip", new DayOfWeek[] { }, resourceCollection) },
// 碳本没做导航,只显示关卡提示
{ "SK-5", new StageInfo("SK-5", "SKTip", new[] { DayOfWeek.Monday, DayOfWeek.Wednesday, DayOfWeek.Friday, DayOfWeek.Saturday }, resourceCollection) { IsHidden = true } },
{ "SK-5", new StageInfo("SK-5", "SKTip", new[] { DayOfWeek.Monday, DayOfWeek.Wednesday, DayOfWeek.Friday, DayOfWeek.Saturday }, resourceCollection) },
// 剿灭模式
{ "Annihilation", new StageInfo { Display = LocalizationHelper.GetString("Annihilation"), Value = "Annihilation" } },