js:狗粮批发2.0.2 (#2792)

修复了一个bug
This commit is contained in:
mno
2026-01-26 21:37:34 +08:00
committed by GitHub
parent a04cd57b6f
commit 2774fdc7bd
2 changed files with 2 additions and 2 deletions

View File

@@ -780,7 +780,7 @@ async function writeCDInfo(accountName) {
async function runNormalPath(doStop) {
furinaState = "unknown";
if (state.cancel) return;
const routeMap = { A: normalPathA, B: normalPathB, C: normalPathC };
const routeMap = { A: normalPathA, B: normalPathB };
const normalPath = routeMap[state.runningRoute];
const normalCombatPath = normalPath + "/清怪";
const normalExecutePath = normalPath + "/执行";

View File

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