picgo-plugin-watermark icon indicating copy to clipboard operation
picgo-plugin-watermark copied to clipboard

与插件picgo-plugin-rename-file冲突

Open jxiaow opened this issue 4 years ago • 1 comments

装上picgo-plugin-watermark后导致picgo-plugin-rename-file插件不生效。

jxiaow avatar Dec 07 '20 07:12 jxiaow

https://github.com/fhyoga/picgo-plugin-watermark/blob/master/src/output.ts#L29

watermark是个beforeUpload插件,这里不应该覆写output里的fileName属性,因为经过transformer之后,已经有output了(包含fileName等),这里应该需要做的是透传fileName等output已经有的属性,否则会导致重命名失效。

Molunerfinn avatar Apr 11 '21 02:04 Molunerfinn