Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #711

Merged
merged 12 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions .github/ISSUE_TEMPLATE/1_bug.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
name: Bug report
description: Report a bug
name: Bug report | 报告运行错误或异常
description: Submit a report about errors or exceptions to help us improve | 提交关于错误或异常的报告以帮助我们改进
title: "[Bug]: "
labels: [ bug ]
body:
- type: checkboxes
attributes:
label: Don't skip these steps
description: Carefully complete the following steps before submitting an issue
label: Don't skip these steps | 不要跳过这些步骤
description: Carefully complete the following steps before submitting an issue | 提交问题前,请仔细完成以下步骤
options:
- label: I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
- label: I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field | 我明白,如果我“故意”删除或跳过任何强制性的\*字段,我将被**封锁**
required: true
- label: I have checked through the search that there are no similar issues that already exist
- label: I have checked through the search that there are no similar issues that already exist | 我已经通过搜索仔细检查过没有存在已经创建的相似问题
required: true
- label: I will not submit any issues that are not related to this project
- label: I will not submit any issues that are not related to this project | 我不会提交任何与本项目无关的问题
required: true
- type: checkboxes
id: checklist
attributes:
label: Occurrence environment
label: Occurrence environment | 触发环境
description: |
Please select what environment is the Bug triggered in:
Select the environment that the Bug triggers | 选择该Bug触发的环境:
options:
- label: Workflow
- label: Workflow | 工作流
required: false
- label: GUI
- label: GUI | 软件
required: false
- label: Docker
required: false
- label: Command line
- label: Command line | 命令行
required: false
- type: textarea
id: description
attributes:
label: Bug description
description: As for the specific description of the Bug, a good description will help to understand and solve it
placeholder: Provide any additional information, any suggested solutions, and as much context and examples as possible
label: Bug description | 具体描述
description: As for the specific description of the Bug, a good description will help to understand and solve it | 对于Bug的具体描述,好的描述有助于理解和解决
placeholder: Provide any additional information, any suggested solutions, and as much context and examples as possible | 提供任何附加信息,任何建议的解决方案,以及尽可能多的上下文和示例
validations:
required: true
- type: textarea
id: log
attributes:
label: Error log
description: Provides a detailed error log for the Bug
placeholder: Please enter a detailed error log
render: shell
label: Error log | 报错日志
description: Provide detailed error logs of bugs, copy text or upload files as much as possible, do not take screenshots | 提供Bug的详细报错日志,尽量复制文本或上传文件,不要截图
placeholder: Enter error logs or upload files | 输入报错日志或上传文件
validations:
required: false
47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/2_question.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/3_enhancement.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
blank_issues_enabled: false
contact_links:
- name: Feature Suggestion | 功能建议
url: https://github.com/Guovin/iptv-api/discussions/new?category=ideas
about: Share ideas for enhancements or new features | 建议改进或增加新功能

- name: Support and Help | 支持与帮助
url: https://github.com/Guovin/iptv-api/discussions/categories/q-a
about: Please ask and answer questions here | 请在这里提问和答疑
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@

- 接口源:

```bash
https://ghgo.xyz/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.m3u
```

```bash
https://ghgo.xyz/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.txt
```


```bash
https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/output/result.m3u
```
Expand All @@ -120,6 +130,12 @@ https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/output/result.txt

- 数据源:

```bash
https://ghgo.xyz/raw.githubusercontent.com/Guovin/iptv-api/gd/source.json
```


```bash
https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/source.json
```
Expand Down Expand Up @@ -151,6 +167,7 @@ https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/source.json
| open_url_info | 开启显示接口说明信息,用于控制是否显示分辨率、接口协议类型等信息,为$符号后的内容,播放软件使用该信息对接口进行描述 | True |
| open_use_cache | 开启使用本地缓存数据,适用于查询请求失败场景(仅针对酒店源与组播源) | True |
| open_use_old_result | 开启使用历史更新结果(包含模板与结果文件的接口),合并至本次更新中 | True |
| app_port | 页面服务端口,用于控制页面服务的端口号 | 8000 |
| final_file | 生成结果文件路径 | output/result.txt |
| hotel_num | 结果中偏好的酒店源接口数量 | 4 |
| hotel_page_num | 酒店地区获取分页数量 | 1 |
Expand Down
17 changes: 17 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@

- Interface source:

```bash
https://ghgo.xyz/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.m3u
```

```bash
https://ghgo.xyz/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.txt
```

or

```bash
https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/output/result.m3u
```
Expand All @@ -120,6 +130,12 @@ https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/output/result.txt

- Data source:

```bash
https://ghgo.xyz/raw.githubusercontent.com/Guovin/iptv-api/gd/source.json
```

or

```bash
https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/source.json
```
Expand Down Expand Up @@ -151,6 +167,7 @@ https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/source.json
| open_url_info | Enable display of API description information, used to control whether to show resolution, API protocol type, etc., the content after the $ symbol, playback software uses this information to describe the API | True |
| open_use_cache | Enable the use of local cache data, applicable to the query request failure scenario (only for hotel sources and multicast sources) | True |
| open_use_old_result | Enable the use of historical update results (including the interface for template and result files) and merge them into the current update | True |
| app_port | Page service port, used to control the port number of the page service | 8000 |
| final_file | Generated result file path | output/result.txt |
| hotel_num | The number of preferred hotel source interfaces in the results | 4 |
| hotel_page_num | Number of pages to retrieve for hotel regions | 1 |
Expand Down
Loading