这是一个测试的文章
我的第一篇文章
第一篇文章在下面,大家可以前往查看。
图库
建一个图库
JSON代码如下
{
"album_info": {
"title": "2026北京之行",
"description": "春季北京旅行随拍",
"time": {
"year": "2026",
"month": "03",
"day": "11"
},
"location": {
"city": "北京",
"street": "故宫博物院"
},
"author": "摄影爱好者"
},
"image_info_list": [
{
"pid": 1,
"alt": "故宫角楼",
"src": "https://cdn.example.com/photos/beijing/palace_raw.jpg",
"thumb": "https://cdn.example.com/photos/beijing/palace_thumb.jpg",
"exif_data": {
"model": "Camera Model X",
"fnumber": "f/2.8",
"focal_length": "50mm",
"exposure_time": "1/250s",
"iso": 100
}
},
{
"pid": 2,
"alt": "胡同夕阳",
"src": "https://cdn.example.com/photos/beijing/hutong_raw.jpg",
"thumb": "https://cdn.example.com/photos/beijing/hutong_thumb.jpg",
"exif_data": {
"model": "Camera Model Y",
"fnumber": "f/4.0",
"focal_length": "35mm",
"exposure_time": "1/125s",
"iso": 200
}
}
]
}
而本博客的目前还没有什么图片,只能待后来再添加,建议用什么图床?
规则如下:
[
{
"name":"travel",
"displayName":"旅行",
"photos":[
{
"url":"https://layu.net/archives/554.html",
"cover":"https://layu.net/wp-content/uploads/2026/02/IMG_20260221_105755-1024x768.jpg",
"displayName":"乐山苏稽古镇",
"description":"乐山苏稽古镇游玩"
}
]
}
]