feat(utils): 添加存储前缀配置并更新存储逻辑

This commit is contained in:
曾文豪
2025-09-02 09:16:43 +08:00
parent f2ff19f17b
commit d7049f646f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@tiesheng/npm-tool", "name": "@tiesheng/npm-tool",
"version": "1.0.19", "version": "1.0.20",
"description": "npm tool package", "description": "npm tool package",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@@ -1,5 +1,5 @@
const Common = require("./Common"); const Common = require("./Common");
const {GlobalConfig} = require("../../index"); const GlobalConfig = require("./GlobalConfig");
///////////////////////////////////////// 用户token ///////////////////////////////////////// 用户token