在 \addons\nkeditor\controller\Index.php 文件中的 public function attachment() 方法的 85行,86行,一个是原始图片地址参数,一个是缩略图地址参数,修改这里即可:



'oriURL'   => $v['fullurl'].'?x-oss-process=style/test_this.png',
'thumbURL' => !in_array($v['imagetype'], $imageSuffix) ? "https://tool.fastadmin.net/icon/{$v['imagetype']}.png" : $v['fullurl'].'?x-oss-process=style/test_thumbnail.png',