Skip to content

Commit

Permalink
✨ Feature: uploaded now can be modified since picgo will not use this…
Browse files Browse the repository at this point in the history
… value
  • Loading branch information
Molunerfinn committed Aug 1, 2021
1 parent b8e457c commit b6a8b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6a8b58

Please sign in to comment.