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

doc: fix readme indentation #472

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

haohaitao
Copy link
Contributor

问题描述

README.md 文件中,接口源和数据源的 URL 前面有多余的空格。当用户点击复制图标时,这些空格也会被复制,导致 VLC 应用在解析 URL 时抛出异常。
image

image

解决方案

修改前

  • 接口源:
  https://ghproxy.net/raw.githubusercontent.com/Guovin/TV/gd/output/result.m3u
  • 数据源:
  https://ghproxy.net/raw.githubusercontent.com/Guovin/TV/gd/source.json

修改后

  • 接口源:
https://ghproxy.net/raw.githubusercontent.com/Guovin/TV/gd/output/result.m3u
  • 数据源:
https://ghproxy.net/raw.githubusercontent.com/Guovin/TV/gd/source.json

@Guovin Guovin added the good first issue Good for newcomers label Oct 28, 2024
@Guovin Guovin merged commit 1662ce0 into Guovin:master Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants