* 识别体力与树脂数量 * 璃月6-奥藏山 * update repo.json * 地图追踪 星银矿石 (#1025) * Add files via upload * 自动修复 JSON 格式和版本号 [ci skip] * Delete repo/pathing/矿物/星银矿石/desktop.ini * Add files via upload --------- Co-authored-by: GitHub Actions Bot <actions@github.com> * Update main.js (#1024) 手动终止夹断 * update repo.json * 6.7 富Abpro (#1022) * Add files via upload * Add files via upload * Delete repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/000【激活程序】稻妻大炮.json * Delete repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/404须弥-天臂池七天神像4.json * Delete repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/601纳塔-流泉之众4.json * Delete repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/602纳塔-悬木人声望2.json * Delete repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/603纳塔-花羽会西2.json * Add files via upload * update repo.json * `七圣召唤七日历练`: 修复牌币已满时卡在出战界面的问题 (#1017) * update repo.json * js:狗粮重置版1.2更新 (#1026) * update repo.json * fix: 修复部分情况下未找到图标直接结束 * temp * add: 璃月7 * feat: 新的数据结构 * add: 合并代码,功能待实现 --------- Co-authored-by: 寒烟 <2841974482@qq.com> Co-authored-by: physligl <181079228+physligl@users.noreply.github.com> Co-authored-by: Tooltingsu <143606015+Tooltingsu@users.noreply.github.com> Co-authored-by: GitHub Actions Bot <actions@github.com> Co-authored-by: JJMdzh <jjjjedyx@qq.com> Co-authored-by: 汐 <121607261+jiegedabaobei@users.noreply.github.com> Co-authored-by: Patrick-Ze <19711799+Patrick-Ze@users.noreply.github.com> Co-authored-by: mno <718135749@qq.com> Co-authored-by: 秋云 <physligl@gmail.com>
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
[
|
||
{
|
||
"name": "start",
|
||
"type": "checkbox",
|
||
"label": "请仔细阅读脚本介绍,并进行配置后勾选此项\n不勾选脚本不会运行!"
|
||
},
|
||
{
|
||
"name": "leyLineOutcropType",
|
||
"type": "select",
|
||
"label": "地脉花类型",
|
||
"options": [
|
||
"蓝花(经验书)",
|
||
"黄花(摩拉)"
|
||
]
|
||
},
|
||
{
|
||
"name": "country",
|
||
"type": "select",
|
||
"label": "国家(璃月和须弥路线不完整,仅供测试,不推荐使用)",
|
||
"options": [
|
||
"蒙德",
|
||
"璃月",
|
||
"稻妻",
|
||
"须弥",
|
||
"枫丹",
|
||
"纳塔"
|
||
],
|
||
"default": "稻妻"
|
||
},
|
||
{
|
||
"name": "count",
|
||
"type": "input-text",
|
||
"label": "刷取次数,默认6次",
|
||
"default": "6"
|
||
},
|
||
{
|
||
"name": "team",
|
||
"type": "input-text",
|
||
"label": "战斗的队伍名称,不填表示不切换队伍"
|
||
},
|
||
{
|
||
"name": "friendshipTeam",
|
||
"type": "input-text",
|
||
"label": "好感队名称,不填表示不切换好感队"
|
||
},
|
||
{
|
||
"name": "timeout",
|
||
"type": "input-text",
|
||
"label": "战斗超时时间,单位秒,默认120秒",
|
||
"default": 120
|
||
},
|
||
{
|
||
"name": "isNotification",
|
||
"type": "checkbox",
|
||
"label": "通过BGI通知系统发送详细通知"
|
||
},
|
||
[
|
||
{
|
||
"name": "isRecognizeResin",
|
||
"type": "checkbox",
|
||
"label": "树脂耗尽模式\n开启后脚本会在树脂耗尽时停止运行【开发中】"
|
||
},
|
||
{
|
||
"name": "isGoToSynthesizer",
|
||
"type": "select",
|
||
"label": "是否前往合成台合成浓缩树脂\n 体力大于40时自动合成浓缩树脂【开发中】"
|
||
}
|
||
]
|
||
]
|
||
|