From a30cf6c55fe91c59641e6bd7dc9600e54b9224d2 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 30 Jan 2021 10:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20Github=20=E6=9A=97?= =?UTF-8?q?=E9=BB=91=E6=A8=A1=E5=BC=8F=E4=B8=8B=20Release=20=E9=AB=98?= =?UTF-8?q?=E9=80=9F=E4=B8=8B=E8=BD=BD=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GithubEnhanced-High-Speed-Download.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GithubEnhanced-High-Speed-Download.user.js b/GithubEnhanced-High-Speed-Download.user.js index f164d07..1fe0ba7 100644 --- a/GithubEnhanced-High-Speed-Download.user.js +++ b/GithubEnhanced-High-Speed-Download.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Github 增强 - 高速下载 -// @version 1.3.2 +// @version 1.3.3 // @author X.I.U // @description 高速下载 Clone、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁) // @match *://github.com/* @@ -21,8 +21,8 @@ var backColor = '#ffffff'; var fontColor = '#888888'; if('dark' == $('html').attr('data-color-mode')){ // 黑暗模式判断 - backColor = '#0D1117'; - fontColor = '#58A6FF'; + backColor = '#272727'; + fontColor = '#dedede'; } var download_url = [ ['https://gh.con.sh','美国'],