From 0bdb7e0bbe6029fc91e298d25ed368d79f66e077 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Fri, 21 Jan 2022 12:11:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Clone=20=E5=8A=A0=E9=80=9F?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GithubEnhanced-High-Speed-Download.user.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/GithubEnhanced-High-Speed-Download.user.js b/GithubEnhanced-High-Speed-Download.user.js index ef713ef..4c3fc7c 100644 --- a/GithubEnhanced-High-Speed-Download.user.js +++ b/GithubEnhanced-High-Speed-Download.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Github 增强 - 高速下载 -// @version 1.7.6 +// @version 1.7.7 // @author X.I.U // @description 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁) // @match *://github.com/* @@ -46,13 +46,13 @@ //['https://ghproxy.fsou.cc/https://github.com', '香港'] ], clone_url = [ - ['https://hub.fastgit.xyz', '中国香港'], ['https://gitclone.com', '中国浙江'], - ['https://github.com.cnpmjs.org', '新加坡'] + ['https://github.com.cnpmjs.org', '新加坡'], + ['https://hub.fastgit.xyz', '日本东京'] ], clone_ssh_url = [ - ['git@git.zhlh6.cn', '中国北京'], - ['git@hub.fastgit.xyz', '中国香港'] + ['git@hub.fastgit.xyz', '日本东京'], + ['git@git.zhlh6.cn', '美国'] ], raw_url = [ ['https://raw.githubusercontent.com', 'Github 原生',''],