diff --git a/repo/js/AAA-Artifacts-Bulk-Supply/main.js b/repo/js/AAA-Artifacts-Bulk-Supply/main.js index 9b4ecf5a6..e8b63396b 100644 --- a/repo/js/AAA-Artifacts-Bulk-Supply/main.js +++ b/repo/js/AAA-Artifacts-Bulk-Supply/main.js @@ -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 + "/执行"; diff --git a/repo/js/AAA-Artifacts-Bulk-Supply/manifest.json b/repo/js/AAA-Artifacts-Bulk-Supply/manifest.json index 6eb9b135e..2eb10d43f 100644 --- a/repo/js/AAA-Artifacts-Bulk-Supply/manifest.json +++ b/repo/js/AAA-Artifacts-Bulk-Supply/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "AAA狗粮批发", - "version": "2.0.1", + "version": "2.0.2", "tags": [ "狗粮" ],