mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-08-08 19:48:42 +08:00
update
This commit is contained in:
@@ -27,6 +27,7 @@ const parseGalleryArgs = args => {
|
||||
const parseImageContent = content => {
|
||||
const images = []
|
||||
let match
|
||||
IMAGE_REGEX.lastIndex = 0
|
||||
|
||||
while ((match = IMAGE_REGEX.exec(content)) !== null) {
|
||||
images.push({
|
||||
|
||||
Reference in New Issue
Block a user