debug信息
{
"settings": {
"isAutoUpload": true,
"isAutoDown": true,
"isCloseNotice": true,
"afterUploadTimeout": 1000,
"api": "https----",
"apiToken": "-----",
"clipboardReadTip": "",
"excludeDomains": "im---.com",
"isDeleteSource": false,
"uploadImageRandomSearch": true,
"isCompress": false,
"compressMaxWidth": 12000,
"compressMaxHeight": 12000,
"compressQuality": 0.8,
"contentSet": {
"key": "",
"type": "none",
"width": "0",
"height": "0"
},
"propertyNeedSets": [
{
"key": "cover",
"type": "none",
"width": "0",
"height": "0"
},
{
"key": "images",
"type": "none",
"width": "0",
"height": "0"
}
]
},
"pluginVersion": "2.7.7"
}
问题一:文件上传至服务器后,大小有变化,反而变大了?
windows下:

服务器上:

一开始开启了压缩,但是第一张图很长,分辨率是1125*12057,上传后图片看不清了,后来把compressMaxWidth和compressMaxHeight改到了12000,再后来把又把压缩关了,还是不行。
问题二:链接匹配失败,导致无法上传
如果图片的链接是这样的:![[files/image1.png|image2.png]],手动点击“上传全部图片”,也没法触发。files/image1.png是文件路径,image2.png好像是文件别名。
debug信息
{ "settings": { "isAutoUpload": true, "isAutoDown": true, "isCloseNotice": true, "afterUploadTimeout": 1000, "api": "https----", "apiToken": "-----", "clipboardReadTip": "", "excludeDomains": "im---.com", "isDeleteSource": false, "uploadImageRandomSearch": true, "isCompress": false, "compressMaxWidth": 12000, "compressMaxHeight": 12000, "compressQuality": 0.8, "contentSet": { "key": "", "type": "none", "width": "0", "height": "0" }, "propertyNeedSets": [ { "key": "cover", "type": "none", "width": "0", "height": "0" }, { "key": "images", "type": "none", "width": "0", "height": "0" } ] }, "pluginVersion": "2.7.7" }问题一:文件上传至服务器后,大小有变化,反而变大了?
windows下:

服务器上:

一开始开启了压缩,但是第一张图很长,分辨率是1125*12057,上传后图片看不清了,后来把
compressMaxWidth和compressMaxHeight改到了12000,再后来把又把压缩关了,还是不行。问题二:链接匹配失败,导致无法上传
如果图片的链接是这样的:
![[files/image1.png|image2.png]],手动点击“上传全部图片”,也没法触发。files/image1.png是文件路径,image2.png好像是文件别名。