From b6a8b5823d2a165d8fe9f8469371059cd988f60a Mon Sep 17 00:00:00 2001 From: PiEgg Date: Sun, 1 Aug 2021 16:33:28 +0800 Subject: [PATCH] :sparkles: Feature: uploaded now can be modified since picgo will not use this value --- src/utils/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/common.ts b/src/utils/common.ts index c57dcf7..bf5508e 100644 --- a/src/utils/common.ts +++ b/src/utils/common.ts @@ -315,7 +315,7 @@ export const removePluginVersion = (nameOrPath: string, scope: boolean = false): * the config black item list which won't be setted * only can be got */ -export const configBlackList = ['uploaded'] +export const configBlackList = [] /** * check some config key is in blackList