Skip to content

Commit

Permalink
Merge pull request #496 from Guovin/dev
Browse files Browse the repository at this point in the history
update:readme and tutorial
  • Loading branch information
Guovin authored Oct 31, 2024
2 parents 306ea18 + d781cea commit fdd75dd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,19 @@ https://ghproxy.net/raw.githubusercontent.com/Guovin/TV/gd/source.json

## 快速上手

### 方式一:工作流更新
### 方式一:工作流

Fork 本项目并开启工作流更新,具体步骤请见[详细教程](./docs/tutorial.md)

### 方式二:命令行更新
### 方式二:命令行

```python
pip3 install pipenv
pipenv install
pipenv run build
```

### 方式三:GUI 软件更新
### 方式三:GUI 软件

1. 下载[更新工具软件](https://github.com/Guovin/TV/releases),打开软件,点击更新,即可完成更新

Expand All @@ -130,7 +130,7 @@ pipenv run ui

<img src="./docs/images/ui.png" alt="更新工具软件" title="更新工具软件" style="height:600px" />

### 方式四:Docker 更新
### 方式四:Docker

- requests:轻量级,性能要求低,更新速度快,稳定性不确定(推荐订阅源使用此版本)
- driver:性能要求较高,更新速度较慢,稳定性、成功率高;修改配置 open_driver = False 可切换到 request 版本(推荐酒店源、组播源、关键字搜索使用此版本)
Expand Down
8 changes: 4 additions & 4 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,19 @@ https://ghproxy.net/raw.githubusercontent.com/Guovin/TV/gd/source.json

## Quick Start

### Method 1: Workflow Update
### Method 1: Workflow

Fork this project and initiate workflow updates, detailed steps are available at [Detailed Tutorial](./docs/tutorial_en.md)

### Method 2: Command Line Update
### Method 2: Command Line

```python
pip3 install pipenv
pipenv install
pipenv run build
```

### Method 3: GUI Software Update
### Method 3: GUI Software

1. Download [Update tool software](https://github.com/Guovin/TV/releases), open the software, click update to complete the update

Expand All @@ -130,7 +130,7 @@ pipenv run ui

<img src="./docs/images/ui.png" alt="Update tool software" title="Update tool software" style="height:600px" />

### Method 4: Docker Update
### Method 4: Docker

- requests: Lightweight, low performance requirements, fast update speed, stability uncertain (recommend using this version for the subscription source)
- driver: Higher performance requirements, slower update speed, high stability and success rate. Set open_driver = False to switch to the request version (recommended for hotel sources, multicast sources, and online searches)
Expand Down
8 changes: 4 additions & 4 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

## 步骤五:运行更新

### 方式一:工作流更新
### 方式一:工作流

#### 注意: 请谨慎使用工作流更新,如果您有大量的频道需要更新,请使用本地更新,勿使用自动更新,配置不当可能导致账户或工作流封禁!

Expand Down Expand Up @@ -166,7 +166,7 @@ https://mirror.ghproxy.com/raw.githubusercontent.com/您的github用户名/仓

#### 2. 请留意您的工作流运行时长,若发现执行时间过长,需要适当删减模板中频道数量、修改配置中的分页数量和接口数量,以达到合规的运行要求。

### 方式二:命令行更新
### 方式二:命令行

```python
1. 安装 Python
Expand All @@ -179,7 +179,7 @@ pipenv install
pipenv run build
```

### 方式三:GUI 软件更新
### 方式三:GUI 软件

1. 下载[更新工具软件](https://github.com/Guovin/TV/releases),打开软件,点击更新,即可完成更新

Expand All @@ -191,7 +191,7 @@ pipenv run ui

![更新工具软件](./images/ui.png '更新工具软件')

### 方式四:Docker 更新
### 方式四:Docker

- requests:轻量级,性能要求低,更新速度快,稳定性不确定(推荐订阅源使用此版本)
- driver:性能要求较高,更新速度较慢,稳定性、成功率高;修改配置 open_driver = False 可切换到 request 版本(推荐酒店源、组播源、关键字搜索使用此版本)
Expand Down
8 changes: 4 additions & 4 deletions docs/tutorial_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Adjust the configuration as needed. Below is the default configuration explanati

## Step 5: Run Updates

## Method 1: Workflow update
## Method 1: Workflow

#### Warning: Please use the following content with caution. If you have a large number of channels that need to be updated, please use local updates instead of automatic updates. Improper configuration may lead to your account or workflow being banned!

Expand Down Expand Up @@ -163,7 +163,7 @@ If you want to perform updates every 2 days, you can modify it like this:

#### 2. Please pay attention to the runtime of your workflow. If you find that the execution time is too long, you need to appropriately reduce the number of channels in the template, modify the number of pages and interfaces in the configuration, in order to meet the compliant operation requirements.

### Method 2: Command Line Update
### Method 2: Command Line

```python
1. Install Python
Expand All @@ -176,7 +176,7 @@ pipenv install
pipenv run build
```

### Method 3: GUI Software Update
### Method 3: GUI Software

1. Download the update tool software, open the software, click update to complete the update.

Expand All @@ -188,7 +188,7 @@ pipenv run ui

![Update tool software](./images/ui.png 'Update tool software')

### Method 4: Docker Update
### Method 4: Docker

- requests: Lightweight, low performance requirements, fast update speed, stability uncertain (recommend this version for subscription sources)
- driver: Higher performance requirements, slower update speed, high stability and success rate. Set open_driver = False to switch to the request version (recommended for hotel sources, multicast sources, and keyword search)
Expand Down

0 comments on commit fdd75dd

Please sign in to comment.