Files
bettergi-scripts-list/repo/js/ParametricTrans/settings.json
云端客 a73770df9c feat(ParametricTrans): 添加传送至安全点功能 (#2564)
- 新增版本号 v1.6 标识
- 添加 toSafePoint 配置选项用于控制是否传送至安全点
- 添加 safePointName 配置选项用于选择目标安全点位置
- 实现安全点坐标映射表,包含蒙德、璃月、稻妻、须弥、枫丹、纳塔、挪德卡莱等位置
- 在主流程中集成安全点传送逻辑
- 更新 README.md 添加 v1.6 更新说明
- 在 manifest.json 中添加新贡献者云端客信息
- 优化 OCR 识别函数的代码格式和逻辑结构
2025-12-24 19:15:29 +08:00

56 lines
1.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": "toSafePoint",
"type": "checkbox",
"label": "传送到安全点",
"default": false
},
{
"name": "safePointName",
"type": "select",
"label": "安全点",
"options": [
"蒙德",
"璃月",
"稻妻",
"须弥",
"枫丹",
"纳塔",
"挪德卡莱",
],
"default": "枫丹"
},
{
"name": "TEAMname",
"type": "input-text",
"label": "必填队伍名称4号位放芭芭拉"
},
{
"name": "MATERIAL",
"type": "input-text",
"label": "选填默认薄荷识别物料的图片路径默认assets/bh.png",
"default": "assets/bh.png"
},
{
"name": "ZHIBIANYI",
"type": "input-text",
"label": "选填质变仪的图片路径默认assets/zhibian.png",
"default": "assets/zhibian.png"
},
{
"name": "actiontime",
"type": "input-text",
"label": "选填攻击超时时间默认50秒",
"default": "50"
},
{
"name": "ITEM",
"type": "select",
"label": "选填,质变的材料在哪一类物品中(默认材料)",
"options": [
"1养成道具",
"2食物",
"3材料"
]
},
]