js:狗粮重置版1.2更新 (#1026)

This commit is contained in:
mno
2025-06-08 02:06:02 +08:00
committed by GitHub
parent f942fb6fc2
commit 3a551ee51c
7 changed files with 406 additions and 73 deletions

View File

@@ -10,7 +10,7 @@
"干等卡时间",
"不卡时间ab交替运行"
],
"default": "盗宝团卡时间"
"default": "不卡时间ab交替运行"
},
{
"name": "friendshipPartyName",
@@ -22,6 +22,16 @@
"type": "input-text",
"label": "狗粮队名称\n【请输入狗粮队的队伍名称】"
},
{
"name": "doDecompose",
"type": "checkbox",
"label": "是否分解狗粮(默认不分解)"
},
{
"name": "keep4Star",
"type": "checkbox",
"label": "是否保留四星(默认不保留)"
},
{
"name": "minIntervalTime",
"type": "input-text",
@@ -50,6 +60,6 @@
"name": "completeRemainingFriendship",
"type": "checkbox",
"label": "是否在狗粮路线结束后完成剩余盗宝团好感\n【勾选后将在狗粮路线结束后继续完成剩余的好感任务】",
"default": true
"default": false
}
]