Files
bettergi-scripts-list/repo/js/YNF-AutoEat/manifest.json
江紫烟owo f6229004ef YNF-AutoEat-V1.5版本更新 (#2158)
1. 对部分场景衔接的地方做了优化,脚本运行更丝滑
2. 处理了部分运行错误的情况,在某些场景下发生特定错误时不会直接停止运行,提高了脚本运行效率
2025-10-17 09:29:06 +08:00

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