书籍

27 天前
[
  {
    "title": "人类简史",
    "author": "尤瓦尔·赫拉利",
    "cover": "https://bookcover.yuewen.com/qdbimg/349573/1046941431/600.webp",
    "category": "历史 · 人类学",
    "status": "reading",
    "rating": 4.5,
    "progress": 65
  },
  {
    "title": "三体",
    "author": "刘慈欣",
    "cover": "https://bookcover.yuewen.com/qdbimg/349573/1046941431/600.webp",
    "category": "科幻 · 硬科幻",
    "status": "finished",
    "rating": 5.0,
    "progress": 100
  }
]

暂无书籍数据

请在后台编辑此页面,添加书籍JSON数据

JSON 数据格式说明

在页面内容中添加以下JSON数据(使用Markdown代码块):

```json
[
  {
    "title": "书名",
    "author": "作者",
    "cover": "封面图片URL",
    "category": "分类",
    "status": "reading",
    "rating": 5,
    "progress": 100
  }
]
```

字段说明:

title书名(必填)
author作者(必填)
cover封面URL(可选)
category分类(可选)
status状态(必填)
rating评分 0-5(可选)
progress进度 0-100(可选)

状态值说明:

reading - 在读 finished - 已读 want - 想读