Files
bettergi-scripts-list/repo/js/背包材料统计/settings.json
起个名字好难的喵 fa138f564d fix format (#1383)
2025-07-22 11:46:09 +08:00

96 lines
3.2 KiB
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.

[
{
"name": "TargetCount",
"type": "input-text",
"label": "js目录下默认扫描的文件结构\n./📁BetterGI/📁User/📁JsScript/\n📁背包材料统计/\n 📁pathing/\n 📁 薄荷/\n 📄 薄荷1.json\n 📁 薄荷效率/\n 📄 薄荷-吉吉喵.json\n 📁 苹果/\n 📄 旅行者的果园.json\n----------------------------------\n目标数量默认5000\n给📁pathing下材料设定的目标数"
},
{
"name": "TargetresourceName",
"type": "input-text",
"label": "----------------------------------\n优先级材料跳过目标数直接运行\n如填入 甜甜花,薄荷,苹果"
},
{
"name": "TimeCost",
"type": "input-text",
"label": "====================\n时间成本秒\n一单位材料的平均耗时默认30"
},
{
"name": "notify",
"type": "checkbox",
"label": "----------------------------------\n是否发送通知。默认否\n需在BGI开启JS通知并设置通知地址"
},
{
"name": "onlyPathing",
"type": "select",
"label": "====================\n只扫描📁pathing下的材料\n无视【材料分类】勾选。默认否",
"options": [
"是",
"否"
]
},
{
"name": "Smithing",
"type": "checkbox",
"label": "\n----------------------------------\n【锻造素材】"
},
{
"name": "Drops",
"type": "checkbox",
"label": "如:矿石、原胚\n----------------------------------\n【怪物掉落素材】"
},
{
"name": "ForagedFood",
"type": "checkbox",
"label": "如:经验书、怪物掉落\n----------------------------------\n【采集食物】食用回血"
},
{
"name": "General",
"type": "checkbox",
"label": "如:苹果、日落果、泡泡桔\n----------------------------------\n【一般素材】"
},
{
"name": "CookingIngs",
"type": "checkbox",
"label": "如:特产、非食用素材\n----------------------------------\n\n【烹饪用食材】"
},
{
"name": "Weekly",
"type": "checkbox",
"label": "----------------------------------\n\n【周本素材】"
},
{
"name": "Wood",
"type": "checkbox",
"label": "----------------------------------\n\n【木材】"
},
{
"name": "CharAscension",
"type": "checkbox",
"label": "----------------------------------\n\n【角色突破素材】"
},
{
"name": "Fishing",
"type": "checkbox",
"label": "----------------------------------\n\n【鱼饵、鱼类】"
},
{
"name": "Gems",
"type": "checkbox",
"label": "----------------------------------\n\n【宝石】"
},
{
"name": "Talent",
"type": "checkbox",
"label": "----------------------------------\n\n【角色天赋素材】"
},
{
"name": "WeaponAscension",
"type": "checkbox",
"label": "----------------------------------\n\n【武器突破素材】"
},
{
"name": "ImageDelay",
"type": "input-text",
"label": "数字太小可能无法识别,用?代替\n====================\n识图延迟时间默认:10 毫秒)"
}
]