feat(utils): 添加存储前缀配置并更新存储逻辑
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
const Common = require("./Common");
|
const Common = require("./Common");
|
||||||
const {GlobalConfig} = require("../../index");
|
const GlobalConfig = require("./GlobalConfig");
|
||||||
|
|
||||||
///////////////////////////////////////// 用户token
|
///////////////////////////////////////// 用户token
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user