Use foxts more & Improve writing

This commit is contained in:
SukkaW
2025-06-21 15:39:39 +08:00
parent 53380ecd10
commit afac59f09c
7 changed files with 87 additions and 129 deletions

View File

@@ -1,7 +1,8 @@
import { appendSetElementsToArray } from 'foxts/append-set-elements-to-array';
import { BaseWriteStrategy } from './base';
import { noop } from 'foxts/noop';
import { fastIpVersion, notSupported, withBannerArray } from '../misc';
import { notSupported, withBannerArray } from '../misc';
import { fastIpVersion } from 'foxts/fast-ip-version';
import { OUTPUT_CLASH_DIR } from '../../constants/dir';
import { appendArrayInPlace } from 'foxts/append-array-in-place';
import { MARKER_DOMAIN } from '../../constants/description';