北の相册集

// run
new Vue({
  el: '#app',
  data: {
    photoSections: [
      {
        title: '壁纸收集',
        photos: [
          { src: 'https://img2024.cnblogs.com/blog/3509019/202510/3509019-20251024135901093-1410977460.png', alt: '风景 1', caption: '博客园头图壁纸' },
          { src: 'https://img2024.cnblogs.com/blog/3509019/202510/3509019-20251022204420867-2001256496.jpg', alt: '风景 2', caption: '博客园壁纸' },
          { src: 'https://img2024.cnblogs.com/blog/3509019/202510/3509019-20251022073618730-1232511152.jpg', alt: '风景 3', caption: '博客园壁纸' }
        ]
      },
      {
        title: '标题2:城市掠影',
        photos: [
          { src: 'https://picsum.photos/600/450?random=5', alt: '风景 5', caption: '' },
          { src: 'https://picsum.photos/600/450?random=6', alt: '风景 6', caption: '' },
          { src: 'https://picsum.photos/600/450?random=7', alt: '风景 7', caption: '' }
        ]
      }
    ]
  }
})
posted @ 2025-10-21 20:02  恨水长秋  阅读(15)  评论(0)    收藏  举报