• This project
    • Loading...
  • Sign in

Hooke / mlaj-reading-club

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • mlaj-reading-club
  • src
  • data
  • example.json
  • hookehuyr's avatar
    feat: 添加示例JSON数据并更新用户信息和活动卡片组件 · fe0d6c62 ...
    fe0d6c62
    - 添加了`example.json`文件,包含旅行博客的示例数据
    - 更新了`users.json`文件,扩展了用户信息字段
    - 修改了`ActivityCard.vue`组件,将外层`router-link`替换为`div`以优化结构
    hookehuyr authored 2025-04-21 13:22:04 +0800
example.json 142 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
{
    "data": [
        {
            "title": "Travel Blog",
            "description": "Here is json data for travel blog"
        }
    ]
}