Skip to content

Commit

Permalink
Merge pull request #2 from Guovin/dev
Browse files Browse the repository at this point in the history
UPDATE README
  • Loading branch information
Guovin authored Mar 6, 2024
2 parents 7576ced + f279f97 commit f8137a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@ Customize channel menus, automatically fetch and update the latest live source i
- If you want to modify the update frequency (default is 12 hours), you can modify the on:schedule:- cron field

4. result.txt is the updated live source interface file, source.json is the data source file (currently only for sharing)
5. It is recommended to access the live source and data source files via proxy (xxx is your repository path):
- https://mirror.ghproxy.com/raw.githubusercontent.com/xxx/result.txt
- https://mirror.ghproxy.com/raw.githubusercontent.com/xxx/source.json
5. It is recommended to access the live source and data source files via proxy:
- https://mirror.ghproxy.com/raw.githubusercontent.com/username/repository-name/master/result.txt
- https://mirror.ghproxy.com/raw.githubusercontent.com/username/repository-name/master/source.json

## Update Log

### 2024/3/6

- Update file proxy description

### 2024/3/4

- Added configuration items: response time and resolution weight values
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@
- 如果您想修改更新频率(默认 12 小时),可修改 on:schedule:- cron 字段

4. result.txt 为更新后的直播源接口文件,source.json 为数据源文件(目前仅作分享使用)
5. 建议采用代理的方式访问直播源与数据源文件(xxx 为您的仓库路径)
- https://mirror.ghproxy.com/raw.githubusercontent.com/xxx/result.txt
- https://mirror.ghproxy.com/raw.githubusercontent.com/xxx/source.json
5. 建议采用代理的方式访问直播源与数据源文件:
- https://mirror.ghproxy.com/raw.githubusercontent.com/用户名/仓库名称/master/result.txt
- https://mirror.ghproxy.com/raw.githubusercontent.com/用户名/仓库名称/master/source.json

## 更新日志

### 2024/3/6

- 更新文件代理说明

### 2024/3/4

- 增加配置项:响应时间与分辨率权重值
Expand Down

0 comments on commit f8137a3

Please sign in to comment.