Skip to content

Commit fb55b51

Browse files
committed
✨添加jiuse示例配置文件,定义作者信息和视频列表结构
1 parent 2eb3b0d commit fb55b51

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

jiuse_example.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"作者名称": "",
3+
"作者主页": "",
4+
"作者视频列表": [
5+
{
6+
"视频标题": "",
7+
"视频封面": "",
8+
"视频链接": "",
9+
"视频时长": "",
10+
"视频发布时间": "",
11+
"视频观看次数": "",
12+
"下载状态": 0
13+
},
14+
{
15+
"视频标题": "",
16+
"视频封面": "",
17+
"视频链接": "",
18+
"视频时长": "",
19+
"视频发布时间": "",
20+
"视频观看次数": "",
21+
"下载状态": 0
22+
}
23+
],
24+
"作者视频数量": 6
25+
}
File renamed without changes.

0 commit comments

Comments
 (0)