轻言轻语

// run
new Vue({
  el: '#app',
  data: {
    timelineItems: [
      {
        content: '重新改了改朋友圈样式 ,看着还不错',
        date: '2025-11-09 10:48',
        imageUrls: [],
      },
      {
        content: '怎么感觉老是提不起精神呢 ,是因为缺气血的原因嘛 ,看来要好好的补一补了',
        date: '2025-11-09 09:09',
        imageUrls: [],
      },
      {
        content: '难受,写代码没思路,等会儿下班再好好的研究下',
        date: '2025-11-8 16:51:12',
        imageUrls: [],
      },
      {
        content: '准备每天都去学一小会儿的WPF课程 ,争取早日学完',
        date: '2025-11-07 20:17',
        imageUrls: [],
      },
      {
        content: '慢慢变好才是给自己最好的礼物',
        date: '2025-11-07 19:12',
        imageUrls: [],
      },
      {
        content: '你总说健身累 ,却忘了自卑的滋味',
        date: '2025-10-29 18:33',
        imageUrls: [],
      },
      {
        content: '终于写完这个时间轴样式了 ,准备看下遮天,紫川休息一下 ,然后开始准备学习了',
        date: '2025-10-22 18:59',
        imageUrls: [],
      },
      {
        content: '我永远喜欢喜多川海梦!!',
        date: '2024-08-10 05:21',
        imageUrls: ['https://img2024.cnblogs.com/blog/3509019/202506/3509019-20250601090137106-1345004254.png'],
      }
    ]
  }
})
{{ item.content }}
posted @ 2025-11-07 18:52  枕月听风  阅读(29)  评论(0)    收藏  举报