refactor: 规范化

This commit is contained in:
手瓜一十雪 2025-10-30 11:01:45 +08:00
parent dc51d01351
commit 003f3e946d
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { fileURLToPath } from 'url';
import fs from 'fs'; import fs from 'fs';
import { constants } from 'node:os'; import { constants } from 'node:os';
import { LogWrapper } from '@/common/log'; import { LogWrapper } from '@/common/log';
import offset from '@/core/external/offset.json'; import offset from '@/core/external/packet.json';
interface OffsetType { interface OffsetType {
[key: string]: { [key: string]: {
recv: string; recv: string;