aliyun-oss-support icon indicating copy to clipboard operation
aliyun-oss-support copied to clipboard

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

Open helieting opened this issue 5 years ago • 3 comments

helieting avatar Jul 13 '19 17:07 helieting

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

helieting avatar Jul 13 '19 17:07 helieting

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

leadroy avatar Feb 04 '20 12:02 leadroy

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

- self::$customSeparator = "@{$options['custom_separator']}";
+ self::$customSeparator = "{$options['custom_separator']}";

movny avatar Jun 11 '20 02:06 movny

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

yiichou avatar Sep 25 '22 09:09 yiichou