Files
bettergi-scripts-list/repo/js/AutoMonday/manifest.json
江紫烟owo 63803a7460 YNF-AutoEat-V1.4与AutoMonday-V1.1版本更新 (#1988)
* AutoMonday-V1.1

1. 修复了爱可菲在做菜过程中偶现的被电死的bug
2. 完善了拦截背包过期物品的功能,不用每次打开背包之后再重复点击了!
3. 添加了cd验证功能,无需每次运行再开地图识别,cd依靠Uid存在,相关数据储存留存在本地,不用担心id泄露风险,同时,保留了原来的诱捕完成提示作为二级验证,识别有误也不用担心!
4. 进一步修改了cd一致的逻辑:当诱捕装置刷新但质变仪未刷新时不会干等质变仪刷新,而是会继续执行,等诱捕装置下次刷新之后再三者一起使用。

* YNF-AutoEat-V1.4

1. 修复了运行次数为某些值时运行结束前往神像之后还会回到秘境的bug
2. 添加了更为完善的过期物品拦截机制,不用再傻乎乎的每次点击同一位置了!(感谢糖雕老师以身殉道提供海量素材~)
2025-09-24 22:22:24 +08:00

21 lines
537 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"manifest_version": 1,
"name": "全自动周一",
"version": "1.1",
"tags": [
"爱可菲",
"质变仪",
"晶蝶诱捕装置",
"周常"
],
"description": "基于电气水晶与晶蝶诱捕装置的自动周常包含晶蝶诱捕、爱可菲和参变仪请注意说明文件建议放进每天都跑的配置组详情见readme",
"authors": [
{
"name": "江紫烟owo",
"links": "https://github.com/jiangziyanowo"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}