From eec6611d7e876639725245ef4fbdb175ecca7fe0 Mon Sep 17 00:00:00 2001 From: Yifan Liu Date: Sat, 25 Feb 2023 18:04:17 -0600 Subject: [PATCH] feat: support of auto using 48h- potion for JP server --- resource/global/YoStarJP/resource/tasks.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/resource/global/YoStarJP/resource/tasks.json b/resource/global/YoStarJP/resource/tasks.json index c689fe5592..33ea08c091 100644 --- a/resource/global/YoStarJP/resource/tasks.json +++ b/resource/global/YoStarJP/resource/tasks.json @@ -1876,6 +1876,23 @@ "残り配置可能数" ] }, + "ExpiringMedicineCheck": { + "text": [ + "分", + "時間", + "1日" + ], + "ocrReplace": [ + [ + ".+時間", + "時間" + ], + [ + ".+分", + "分" + ] + ] + }, "GoLastBattle": { "text": [ "前回の参加作戦" @@ -3631,4 +3648,4 @@ ] ] } -} +} \ No newline at end of file