hexo-asset-image问题修改 发表于 2021-09-26 更新于 2023-01-05 分类于 hexo 阅读次数: 32 1 分钟 修改更新url的代码node_modules/hexo-asset-image/index.js 123456if(srcArray.length > 1) srcArray.shift(); src = srcArray.join('/'); $(this).attr('src', "/img/" + src); console.info&&console.info("update link as:-->"+"/img/" + src);