From d7049f646fc58869d4b5cff2e807f5fab0d0be37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E8=B1=AA?= <980287353@qq.com> Date: Tue, 2 Sep 2025 09:16:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(utils):=20=E6=B7=BB=E5=8A=A0=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E5=89=8D=E7=BC=80=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=AD=98=E5=82=A8=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/utils/Storage.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3e12d1c..c277138 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tiesheng/npm-tool", - "version": "1.0.19", + "version": "1.0.20", "description": "npm tool package", "main": "index.js", "scripts": { diff --git a/src/utils/Storage.js b/src/utils/Storage.js index 6b6db76..d1e5500 100644 --- a/src/utils/Storage.js +++ b/src/utils/Storage.js @@ -1,5 +1,5 @@ const Common = require("./Common"); -const {GlobalConfig} = require("../../index"); +const GlobalConfig = require("./GlobalConfig"); ///////////////////////////////////////// 用户token