js:两个狗粮js更新 (#1805)

* js:狗粮联机团购

* js:AAA狗粮批发1.2.6
This commit is contained in:
mno
2025-09-03 20:18:52 +08:00
committed by GitHub
parent 61c3992ca1
commit 3de704ba56
5 changed files with 8 additions and 6 deletions

View File

@@ -82,6 +82,8 @@ https://www.kdocs.cn/wo/sl/v13uXscL
## 更新日志
### 1.2.62025.09.03
1.调整清怪和准备的位置
### 1.2.52025.09.02
1.修几条路线428,642,度假村激活
### 1.2.32025.09.01

View File

@@ -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() {

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "AAA狗粮批发",
"version": "1.2.5",
"version": "1.2.6",
"tags": [
"狗粮"
],

View File

@@ -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(`不处于联机模式或识别异常`);

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "AAA狗粮联机团购",
"version": "1.1.1",
"version": "1.1.2",
"tags": [
"狗粮"
],