Commit 233197ed authored by nanahira's avatar nanahira

remove header

parent 4cc0a8d5
......@@ -206,7 +206,7 @@ export default class PicsContainer
if (this.config.preseveFilename) {
picData.file = result.url.split('/').pop();
}
let msg = `获取到图片:\n${segment('image', picData)}`;
let msg = segment('image', picData);
if (result.description) {
msg += `\n${result.description}`;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment