-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.json
More file actions
34 lines (33 loc) · 951 Bytes
/
info.json
File metadata and controls
34 lines (33 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name":"姓名",
"post":"岗位",
"motto":"一句话",
"content":[
{
"title":"项目经历",
"items":[
{
"time":"2019.4.1",
"name":"简历",
"position":"前端开发 界面设计",
"description":"这是一份个人设计的简历模板",
"list":[
"vue.js",
"jspdf"
]
},
{
"time":"2019.4.1",
"name":"item2",
"position":"item2 position",
"description":"item2 description",
"list":[
"item2 list1",
"item2 list2"
]
}
]
}
],
"latesttime":"2019年4月1日"
}