北の朋友圈

// run
new Vue({
  el: '#app',
  data: {
    userInfo: {
      avatar: 'https://pic.cnblogs.com/avatar/3509019/20260103090136.png  ',
      name: '恨水长秋'
    },
    moments: [
      {
        text: '今天公司聚餐发现不能喝酒真是个头疼的问题,关键我还有点酒精过敏,其实也慢慢的考虑到自己的许多不足的点,还有个重要的问题就是自己要持续的学习和内容的输出',
        images: [],
        date: '2026年1月3日'
      },
      {
        text: '个人笔记后面估计就不需要再hexo博客那边更新了,直接在这边更新了,使用思源笔记写完就能发布还是非常方便的!',
        images: [],
        date: '2026年1月2日'
      },
      {
        text: '我永远喜欢喜多川海梦!!',
        images: [{ src: 'https://img2024.cnblogs.com/blog/3509019/202511/3509019-20251109112425283-206864667.png  '}],
        date: '2026年1月1日'
      }
    ]
  }
})
头像
{{ userInfo.name }}
{{ moment.text }}

{{ moment.date }}

posted @ 2026-01-03 13:36  恨水长秋  阅读(32)  评论(0)    收藏  举报