fix: 修正 GitHub 的名称文言

”GitHub“ 的拼写是固定为 ”GitHub“ 的,不应为 ”Github“
pull/90/head
李鹏坤-执手对影成双 2022-11-25 11:43:47 +08:00 committed by GitHub
parent f0128cfde8
commit 9233dee8e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
<h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
<form action="./" method="get" style="padding-bottom: 40px" target="_blank" class="flex" onsubmit="toSubmit(event)">
<label class="block" style="width: fit-content">
<input class="block url" name="q" type="text" placeholder="键入Github文件链接"
<input class="block url" name="q" type="text" placeholder="键入 GitHub 文件链接"
pattern="^((https|http):\/\/)?(github\.com\/.+?\/.+?\/(?:releases|archive|blob|raw|suites)|((?:raw|gist)\.(?:githubusercontent|github)\.com))\/.+$" required>
<div class="bar"></div>
</label>