IDE 通过正则匹配批量替换 image src

31 阅读1分钟
搜索替换模式
src="https://albb-storage-front-prod.oss-[^"]+/app/program/([^"]+)"
替换为
:src="`${config.imgSrc}/$1`"