We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
直接判断url会有是否符合 filetype 会有 corner case. 我遇到的情况是,跳转 https://lrc-maker.github.io/?audioSrc=http%3A%2F%2Fexample.com%2Fexample.mp3 会意外触发下载。
https://lrc-maker.github.io/?audioSrc=http%3A%2F%2Fexample.com%2Fexample.mp3
应该对 url 进行解析,忽略 searchParms ,只处理 pathname.
The text was updated successfully, but these errors were encountered:
Merge pull request #28 from hufan-akari/patch-1
79b37c0
fix #27
build for fix #27
b73f810
endsWith 写成了endswith, 真是抱歉哈。
Sorry, something went wrong.
😂发烧了也没注意看😂
Successfully merging a pull request may close this issue.
直接判断url会有是否符合 filetype 会有 corner case.
我遇到的情况是,跳转
https://lrc-maker.github.io/?audioSrc=http%3A%2F%2Fexample.com%2Fexample.mp3
会意外触发下载。应该对 url 进行解析,忽略 searchParms ,只处理 pathname.
The text was updated successfully, but these errors were encountered: