我的第一篇博客
倒腾了好几天,终于把个人博客网站搭建起来了,哈哈,这是我的第一篇博客!
if (typeof lightGallery !== 'undefined') {
var options = {
selector: '.gallery-item'
};
lightGallery(document.getElementsByClassName('.article-gallery')[0], options);
}
)