From c37d4cd7bd6d7d4e2c06401d3ac89715a6674e2a Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 10 Jan 2022 23:00:15 +0800 Subject: [PATCH] =?UTF-8?q?chore.=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7v2.7.3,=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + src/MeoAssistant/Version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66cc3a5756..0d528204d7 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ A Game Assistant for Arknights #### 特殊说明 - 基建换班目前均为单设施最优解,但非跨设施的全局最优解。例如:`巫恋+龙舌兰`、`红云+稀音` 等这类单设施内的组合,都是可以正常识别并使用的;`迷迭香`、`红松骑士团` 这类多个设施间联动的体系,暂不支持使用。 +- 若 `无人机用途` 选择 `贸易站-龙门币` ,则将额外识别是否有 `巫恋组`,并优先为其使用。 - 会客室仅缺一个线索时,会选择对应流派的干员;否则会选择通用干员。 - 会客室仅当自有线索满时,才会送出线索,并且只送三个。有需要的同学可自行修改 `resource/tasks.json` 中 `SelectClue` - `maxTimes` 字段,自定义送出个数。 - 控制中枢策略太过复杂,目前只考虑 `阿米娅`、`诗怀雅`、`凯尔希`、`彩虹小队` 及其他心情 +0.05 的干员,后续逐步优化。 diff --git a/src/MeoAssistant/Version.h b/src/MeoAssistant/Version.h index 2669f616a2..77b01e061e 100644 --- a/src/MeoAssistant/Version.h +++ b/src/MeoAssistant/Version.h @@ -2,5 +2,5 @@ namespace asst { - constexpr static const char* Version = "v2.7.2"; + constexpr static const char* Version = "v2.7.3"; }