volantis-x/hexo-theme-volantis

【建议】:Waline图片上传支持自定义FormData的key

66Leo66 opened this issue · 1 comments

检查清单

  • 已经搜索过,没有发现类似 issue。
  • 已经阅读 hexo 官方文档,未发现原生支持。

需求描述

相关文件:https://github.com/volantis-x/hexo-theme-volantis/blob/6.0/layout/_plugins/comments/waline/script.ejs#L30
代码中有:

formData.append('file', file);

但取决于不同的图床实现,要求的图片数据字段可能并非是file(已经见到的包括imagesource等)。

建议:

配置文件加入自定义表单数据的key

参考链接

No response

Solved by #847