yiichou / aliyun-oss-support

基于阿里云OSS的WordPress远程附件支持插件
Other
353 stars 80 forks source link

自定义分割符 加多了@访问不了 #107

Closed helieting closed 1 year ago

helieting commented 5 years ago

设为!是可以的, .png@!full 可以访问, 其他的要 .png-full 才行,

leadroy commented 4 years ago

遇到同样的问题,解决不了。 看来作者还是需要优化一下。

movny commented 4 years ago

wp-content/plugins/aliyun-oss/src,把Config.php65行@去掉

- self::$customSeparator = "@{$options['custom_separator']}";
+ self::$customSeparator = "{$options['custom_separator']}";
yiichou commented 1 year ago

https://github.com/yiichou/aliyun-oss-support/releases/tag/3.4.1