• 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
  • users.json
  • hookehuyr's avatar
    feat: 添加axios依赖并初始化数据管理 · 233e7d62 ...
    233e7d62
    refactor: 重构页面组件以使用本地数据
    style: 调整组件代码结构以提高可读性
    docs: 更新组件注释和文档
    hookehuyr authored 2025-04-17 14:55:08 +0800
users.json 450 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "users": [
    {
      "id": "U0001",
      "name": "张三",
      "email": "zhangsan@example.com",
      "avatar": "/assets/images/avatars/default.png",
      "role": "member",
      "created_at": "2024-01-01 00:00:00",
      "updated_at": "2024-01-01 00:00:00",
      "last_login": "2024-04-17 10:00:00",
      "status": "active",
      "preferences": {
        "notification_email": true,
        "notification_web": true
      }
    }
  ]
}