mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-18 03:53:24 +08:00
@@ -82,6 +82,8 @@ https://www.kdocs.cn/wo/sl/v13uXscL
|
||||
|
||||
|
||||
## 更新日志
|
||||
### 1.2.6(2025.09.03)
|
||||
1.调整清怪和准备的位置
|
||||
### 1.2.5(2025.09.02)
|
||||
1.修几条路线428,642,度假村激活
|
||||
### 1.2.3(2025.09.01)
|
||||
|
||||
@@ -920,14 +920,14 @@ async function runActivatePath() {
|
||||
}
|
||||
await runPaths(extraActivatePath, "", false);
|
||||
|
||||
await runPaths(endingPreparePath, "", false);
|
||||
await runPaths(extraPreparePath, "", false);
|
||||
|
||||
if (combatPartyName) {
|
||||
log.info("填写了清怪队伍,执行清怪路线");
|
||||
await runPaths(extraCombatPath, combatPartyName, false, "black");
|
||||
await runPaths(endingCombatPath, combatPartyName, false, "black");
|
||||
}
|
||||
|
||||
await runPaths(endingPreparePath, "", false);
|
||||
await runPaths(extraPreparePath, "", false);
|
||||
}
|
||||
|
||||
async function runEndingAndExtraPath() {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "AAA狗粮批发",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.6",
|
||||
"tags": [
|
||||
"狗粮"
|
||||
],
|
||||
|
||||
@@ -81,7 +81,6 @@
|
||||
}
|
||||
//如果勾选了额外,在结束后再执行一次额外路线
|
||||
if (settings.runExtra) {
|
||||
await switchPartyIfNeeded(settings.partyName)
|
||||
await runGroupPurchasing();
|
||||
}
|
||||
}
|
||||
@@ -137,6 +136,7 @@ async function runGroupPurchasing() {
|
||||
|
||||
// ===== 4. 主流程 =====
|
||||
setGameMetrics(1920, 1080, 1);
|
||||
await genshin.clearPartyCache();
|
||||
let groupNumBer = await getPlayerSign();
|
||||
if (groupNumBer !== 0) log.info(`在队伍中编号为${groupNumBer}`);
|
||||
else log.info(`不处于联机模式或识别异常`);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "AAA狗粮联机团购",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"tags": [
|
||||
"狗粮"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user