diff --git a/repo/js/CD-Aware-AutoGather/README.md b/repo/js/CD-Aware-AutoGather/README.md index 7dba9c38f..8fbde6af6 100644 --- a/repo/js/CD-Aware-AutoGather/README.md +++ b/repo/js/CD-Aware-AutoGather/README.md @@ -14,8 +14,6 @@ 扫描完成后,将自动更新脚本可用的配置菜单。此时再次打开右键的`修改JS脚本自定义配置`,将看到新增了多个配置项,其中包含刚刚扫描到的材料目录。 - - ![preview.png](https://foruda.gitee.com/images/1749967868807757262/ada1abf2_9716310.png) 如果你订阅了很多地图追踪任务,那么扫描结果也会比较多,选项列表也会比较长,但不影响脚本运行。 @@ -46,7 +44,6 @@ 支持使用配置组`更多功能`——`日志分析`分析运行记录(参考了[mno](https://github.com/Bedrockx)大佬的写法)。 - ![log_analysis.png](https://foruda.gitee.com/images/1749967993135535153/3bbeecd3_9716310.png) ## 3. 清除运行记录(重置材料刷新时间) diff --git a/repo/js/GeniusInvokationTCGQuickProficiency/README.md b/repo/js/TCGQuickProficiency/README.md similarity index 90% rename from repo/js/GeniusInvokationTCGQuickProficiency/README.md rename to repo/js/TCGQuickProficiency/README.md index eb62fc284..7f92da8a8 100644 --- a/repo/js/GeniusInvokationTCGQuickProficiency/README.md +++ b/repo/js/TCGQuickProficiency/README.md @@ -8,7 +8,7 @@ 此脚本利用联机对局快速提升卡牌的好感度。需要你有两个游戏账号,其中待提升熟练度的号以下称为**大号**,用来在对局中投降的号以下称为**小号**。 -可以[右击此链接——在新窗口中打开](https://github.com/babalae/bettergi-scripts-list/pull/1282)查看使用效果视频(如果你能打开网页的话) +[点击此链接查看使用效果视频](https://github.com/babalae/bettergi-scripts-list/pull/1282)(如果你能打开网页的话) **注意: 通过投降来刷熟练度,会产生连续的对局记录。如果你担心重复投降会带来账号风险,请不要使用。** @@ -34,7 +34,7 @@ 这种情况只能手动操作小号投降(见前面的[使用说明](#使用说明))。由于发起邀请的角色(大号)操作会更复杂,建议用脚本来发起邀请。 - 或者你也可以在QQ群或者QQ频道找同样想刷熟练度的玩家,互相挂投降模式协助对方。[右击此链接——在新窗口中打开](https://bettergi.com/community.html)查看QQ群和QQ频道信息。 + 或者你也可以在QQ群或者QQ频道找同样想刷熟练度的玩家,互相挂投降模式协助对方。[查看QQ群和QQ频道信息](https://bettergi.com/community.html)。 - **只有一台电脑,能不能运行一个原神,运行一个云原神?** diff --git a/repo/js/GeniusInvokationTCGQuickProficiency/assets/ALT点击.json b/repo/js/TCGQuickProficiency/assets/ALT点击.json similarity index 100% rename from repo/js/GeniusInvokationTCGQuickProficiency/assets/ALT点击.json rename to repo/js/TCGQuickProficiency/assets/ALT点击.json diff --git a/repo/js/GeniusInvokationTCGQuickProficiency/assets/ALT释放.json b/repo/js/TCGQuickProficiency/assets/ALT释放.json similarity index 100% rename from repo/js/GeniusInvokationTCGQuickProficiency/assets/ALT释放.json rename to repo/js/TCGQuickProficiency/assets/ALT释放.json diff --git a/repo/js/GeniusInvokationTCGQuickProficiency/assets/AdventurersGuild.png b/repo/js/TCGQuickProficiency/assets/AdventurersGuild.png similarity index 100% rename from repo/js/GeniusInvokationTCGQuickProficiency/assets/AdventurersGuild.png rename to repo/js/TCGQuickProficiency/assets/AdventurersGuild.png diff --git a/repo/js/GeniusInvokationTCGQuickProficiency/assets/RewardIcon.png b/repo/js/TCGQuickProficiency/assets/RewardIcon.png similarity index 100% rename from repo/js/GeniusInvokationTCGQuickProficiency/assets/RewardIcon.png rename to repo/js/TCGQuickProficiency/assets/RewardIcon.png diff --git a/repo/js/GeniusInvokationTCGQuickProficiency/assets/TavernIcon.png b/repo/js/TCGQuickProficiency/assets/TavernIcon.png similarity index 100% rename from repo/js/GeniusInvokationTCGQuickProficiency/assets/TavernIcon.png rename to repo/js/TCGQuickProficiency/assets/TavernIcon.png diff --git a/repo/js/GeniusInvokationTCGQuickProficiency/lib/ocr.js b/repo/js/TCGQuickProficiency/lib/ocr.js similarity index 100% rename from repo/js/GeniusInvokationTCGQuickProficiency/lib/ocr.js rename to repo/js/TCGQuickProficiency/lib/ocr.js diff --git a/repo/js/GeniusInvokationTCGQuickProficiency/main.js b/repo/js/TCGQuickProficiency/main.js similarity index 100% rename from repo/js/GeniusInvokationTCGQuickProficiency/main.js rename to repo/js/TCGQuickProficiency/main.js diff --git a/repo/js/GeniusInvokationTCGQuickProficiency/manifest.json b/repo/js/TCGQuickProficiency/manifest.json similarity index 100% rename from repo/js/GeniusInvokationTCGQuickProficiency/manifest.json rename to repo/js/TCGQuickProficiency/manifest.json diff --git a/repo/js/GeniusInvokationTCGQuickProficiency/settings.json b/repo/js/TCGQuickProficiency/settings.json similarity index 100% rename from repo/js/GeniusInvokationTCGQuickProficiency/settings.json rename to repo/js/TCGQuickProficiency/settings.json diff --git a/repo/js/七圣召唤七日历练全自动/settings.json b/repo/js/七圣召唤七日历练全自动/settings.json index 6cd0eb3f7..bd4f15c39 100644 --- a/repo/js/七圣召唤七日历练全自动/settings.json +++ b/repo/js/七圣召唤七日历练全自动/settings.json @@ -12,12 +12,14 @@ { "name": "useFallbackStrategy", "type": "checkbox", - "label": "打牌失败时自动逐个尝试备用策略" + "label": "打牌失败时自动逐个尝试备用策略", + "default": "true" }, { "name": "minFallbackStrategyScore", "type": "input-text", - "label": "仅使用胜率记录大于该值的备用策略 (0到1之间的小数)" + "label": "仅使用胜率记录大于该值的备用策略 (0到1之间的小数)", + "default": "0.25" }, { "name": "passWord",