Files
bettergi-scripts-list/repo/js/YNF-AutoEat/manifest.json
江紫烟owo 71fe6f6785 YNF-AutoEat-V1.4.1版本更新 (#2002)
* YNF-AutoEat-1.4.1版本

1. 副本进入流程增加OCR识别,提升流程稳定性
2. 优化了多处的等待时长,实现脚本运行全流程的平滑过渡与效率跃升
3. 优化了多处识别流程,提高识别准确率并减少无用日志

* YNF-AutoEat-V1.4.1版本更新

1. 副本进入流程增加OCR识别,提升流程稳定性
2. 优化了多处的等待时长,实现脚本运行全流程的平滑过渡与效率跃升
3. 优化了多处识别流程,提高识别准确率并减少无用日志
2025-09-27 00:25:42 +08:00

23 lines
455 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.4.1",
"tags": [
"伊涅芙",
"调味品"
],
"description": "伊涅芙天赋吃食物30%概率产生调味品",
"authors": [
{
"name": "江紫烟owo",
"links": "https://github.com/jiangziyanowo"
},
{
"name": "古又",
"links": "https://github.com/guyou45"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}