用户:RedDragon/Test2:修订间差异
来自Rizline中文维基
更多操作
小 |
小 |
||
| 第154行: | 第154行: | ||
if (imgElem) { | if (imgElem) { | ||
imageUrl = imgElem.src || imgElem.getAttribute('data-src') | imageUrl = imgElem.src || imgElem.getAttribute('data-src') | ||
if (imageUrl | if (imageUrl) { | ||
if (imageUrl.startsWith('/')) { | |||
imageUrl = 'https://rizwiki.cn' + imageUrl | |||
} | |||
} | } | ||
} | } | ||