Refactor: adjust adguardhome output

This commit is contained in:
SukkaW
2024-11-13 17:15:16 +08:00
parent 78eb1f1c48
commit ea6a4a0dc3
13 changed files with 22 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ import { readFileByLine } from './lib/fetch-text-by-line';
import { processLine } from './lib/process-line';
import type { Span } from './trace';
import { task } from './trace';
import { SHARED_DESCRIPTION } from './lib/constants';
import { SHARED_DESCRIPTION } from './constants/description';
import { fdir as Fdir } from 'fdir';
import { appendArrayInPlace } from './lib/append-array-in-place';
import { SOURCE_DIR } from './constants/dir';