Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed May 7, 2023
1 parent ac957f8 commit 609c6ab
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
```

> 资源站点接口格式
```json
[
{
Expand All @@ -99,7 +98,6 @@
```

> iptv 站点接口格式
```json
[
{
Expand All @@ -114,7 +112,6 @@
```

> 解析站点接口格式
```json
[
{
Expand All @@ -126,6 +123,39 @@
]
```

> 社区分享格式接口格式
```json
{
"user": {
"name": "不敢share真名的憨憨", // 用户名
"avatar": "", // 用户头像
"desc": "Hi~小可爱!会不定时分享福利哦!让憨憨陪伴你更久✧( •˓◞•̀ )" // 用户描述
},
"share": [
{
"type": "recommend", // 类型 recommend分享影视 source分享源
"key": "向往的生活", // 关键字 类型为recommend时影视搜索的关键字 类型为source时 站点源为site 直播源为iptv 解析源为analyze
"img": "https://4img.hitv.com/preview/sp_images/2023/05/05/202305051335152292032.jpg_220x125.jpg", // 海报 类型为recommend生效
"url": {}, // 类型为 source 生效 内容与前面添加源一致,不要带 id 属性(重要)
"desc": "影片推荐:向往的生活,超级好看!", // 描述
"time": "2023-05-07" // 发布时间
},
{
"type": "source",
"key": "analyze",
"img": "",
"url": {
"name": "爱豆",
"url": "https://jx.aidouer.net/?url=",
"isActive": true
},
"desc": "解析源:爱豆解析",
"time": "2023-05-07"
}
]
}
```

### 🎠 平台

| 平台 | 链接 |
Expand Down

0 comments on commit 609c6ab

Please sign in to comment.