From 8cf4b271bcde4f5788356cf1beabcbc1c8b95f2b Mon Sep 17 00:00:00 2001 From: mno <718135749@qq.com> Date: Fri, 13 Jun 2025 20:28:20 +0800 Subject: [PATCH] =?UTF-8?q?js=EF=BC=9A=E8=87=AA=E5=8A=A8=E7=8B=97=E7=B2=AE?= =?UTF-8?q?1.23.0=EF=BC=8C=E5=A2=9E=E5=8A=A0=E9=BB=98=E8=AE=A4=E9=A1=B9?= =?UTF-8?q?=EF=BC=8C=E9=98=B2=E6=AD=A2=E9=BB=98=E8=AE=A4=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=B8=8B=E8=BF=90=E8=A1=8C=E5=A4=B1=E8=B4=A5=20(#1085)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/AutoArtifactsPro/README.md | 7 +++---- repo/js/AutoArtifactsPro/manifest.json | 2 +- repo/js/AutoArtifactsPro/settings.json | 6 ++++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/repo/js/AutoArtifactsPro/README.md b/repo/js/AutoArtifactsPro/README.md index 8df6b6bb..9a601fd6 100644 --- a/repo/js/AutoArtifactsPro/README.md +++ b/repo/js/AutoArtifactsPro/README.md @@ -16,7 +16,7 @@ 使用即表示您已阅读并同意上述条款。 -**Last Updated:** 2025-06-09 +**Last Updated:** 2025-06-13 --- @@ -93,7 +93,6 @@ - **双风阵容**:如早柚+枫原万叶/砂糖(提高移速) - **迪希雅**:白天时段提供移速加成 -- **罗莎莉亚**: 夜晚时段提供移速加成 ## 六、选择建议 @@ -129,8 +128,8 @@ ## 更新日志 -### 1.22(2025.06.09) -1.修复了狗粮路线不运行的bug +### 1.23.0(2025.06.13) +1.settings中默认好感队伍为“好感”,默认狗粮队伍为“狗粮”,防止默认配置下出现问题 ### 1.21(2025.06.09) 1. 修改盗宝团触发路线,减少摩拉丢失 2.优化ocr模块,现在识别失败时会尝试点击中心位置 diff --git a/repo/js/AutoArtifactsPro/manifest.json b/repo/js/AutoArtifactsPro/manifest.json index f5a4bd27..c2ebc495 100644 --- a/repo/js/AutoArtifactsPro/manifest.json +++ b/repo/js/AutoArtifactsPro/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "自动狗粮重制版", - "version": "1.22.2", + "version": "1.23.0", "tags": ["好感", "盗宝团", "愚人众", "鳄鱼", "兽肉", "狗粮"], "description": "通过不同好感任务卡时间后运行狗粮任务以提高狗粮总收益,需要正确配置好感队伍的战斗策略,并在自定义配置中指定好感和狗粮队伍名称", "authors": [ diff --git a/repo/js/AutoArtifactsPro/settings.json b/repo/js/AutoArtifactsPro/settings.json index 9a0a992b..9d0b7fca 100644 --- a/repo/js/AutoArtifactsPro/settings.json +++ b/repo/js/AutoArtifactsPro/settings.json @@ -15,12 +15,14 @@ { "name": "friendshipPartyName", "type": "input-text", - "label": "好感队名称\n【请输入好感队的队伍名称】" + "label": "好感队名称\n【请输入好感队的队伍名称】", + "default": "好感" }, { "name": "grindPartyName", "type": "input-text", - "label": "狗粮队名称\n【请输入狗粮队的队伍名称】" + "label": "狗粮队名称\n【请输入狗粮队的队伍名称】", + "default": "狗粮" }, { "name": "doDecompose",