Skip to content

Commit b6a8b58

Browse files
committed
✨ Feature: uploaded now can be modified since picgo will not use this value
1 parent b8e457c commit b6a8b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export const removePluginVersion = (nameOrPath: string, scope: boolean = false):
315315
* the config black item list which won't be setted
316316
* only can be got
317317
*/
318-
export const configBlackList = ['uploaded']
318+
export const configBlackList = []
319319

320320
/**
321321
* check some config key is in blackList

0 commit comments

Comments
 (0)