update : complex

This commit is contained in:
Horoli 2025-10-28 14:30:31 +09:00
parent ac4624fb62
commit 1ac4d0c1bc
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ const configPath = __dirname + "/" + configFileName;
let config = {};
const COMPLEX_IDS = [
// { id: 3286, name: "한가람세경", target: ["511동"] },
// { id: 1464, name: "한가람신라", target: ["407동", "408동"] },
// { id: 8775, name: "초원세경", target: [] },
{ id: 3286, name: "한가람세경", target: ["511동"] },
{ id: 1464, name: "한가람신라", target: ["407동", "408동"] },
{ id: 8775, name: "초원세경", target: [] },
{ id: 3022, name: "목련3단지", target: [] },
];