We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebac94 commit 1a0ab30Copy full SHA for 1a0ab30
util/img2cdn.js
@@ -175,7 +175,7 @@ async function img2Cos(article) {
175
const urlList = await Promise.all(promiseList);
176
urlList.forEach(function(url) {
177
if (url) {
178
- article.body = article.body.replace(url.originalUrl, ``);
+ article.body = article.body.replace(url.originalUrl, ``);
179
out.info(`replace ${url.yuqueRealImgUrl} to ${url.url}`);
180
}
181
});
0 commit comments