From 159379be67a93cc0a6789446e16451619dcbea17 Mon Sep 17 00:00:00 2001 From: zjk2017 <2548836866@qq.com> Date: Thu, 12 Sep 2024 01:39:35 +0800 Subject: [PATCH] Update common.ts --- utils/common.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/common.ts b/utils/common.ts index d61256a..1edf6ec 100644 --- a/utils/common.ts +++ b/utils/common.ts @@ -5,7 +5,6 @@ * @LastEditTime: 2024-03-05 09:42:24 * @Description: */ - import { LiteStorage, Request, color, NLogger } from '@lzwme/fe-utils'; import { existsSync } from 'node:fs'; import { homedir } from 'node:os';