Refactor: rework tracer

This commit is contained in:
SukkaW
2024-06-08 18:02:39 +08:00
parent f5863d82d1
commit 9a0113bf69
23 changed files with 51 additions and 142 deletions

View File

@@ -119,7 +119,3 @@ export const parseGfwList = async () => {
top500Gfwed
] as const;
};
if (import.meta.main) {
parseGfwList();
}