From 43c7ac81be5c9abb69eb9bb97420be1e27e85628 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com>
Date: Wed, 3 Apr 2024 01:12:48 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0github=E6=B2=B9=E7=8C=B4?=
=?UTF-8?q?=E8=84=9A=E6=9C=AC=EF=BC=9A=E4=B8=8B=E8=BD=BD=E9=93=BE=E6=8E=A5?=
=?UTF-8?q?=E7=94=A8=E6=96=B0=E7=AA=97=E5=8F=A3=E6=89=93=E5=BC=80=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packages/gui/extra/scripts/github.script | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/gui/extra/scripts/github.script b/packages/gui/extra/scripts/github.script
index fcbbac0e..ca1e71f1 100644
--- a/packages/gui/extra/scripts/github.script
+++ b/packages/gui/extra/scripts/github.script
@@ -223,7 +223,7 @@
url = new_download_url[i][0] + href[1]
}
if (location.host !== 'github.com') url = url.replace(location.host,'github.com')
- _html += `${new_download_url[i][1]}`
+ _html += `${new_download_url[i][1]}`
}
_this.parentElement.nextElementSibling.insertAdjacentHTML('beforeend', _html + '');
});