Skip to content

Commit

Permalink
wip: 替换 money 镜像地址
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Feb 10, 2025
1 parent aaea65c commit 1454c2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gh-proxy.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
(function () {
const clonePrefix = 'git clone --depth 1 ';
const Mirrors = {
moeyy: {
url: 'https://github.moeyy.xyz/github.com',
name: 'moeyy',
desc: 'github.moeyy.xyz 代理',
ghfast: {
url: 'https://ghfast.top/github.com',
name: 'ghfast',
desc: 'ghfast 代理',
types: ['clone', 'download', 'raw'],
format(url) {
return `${this.url}/${url.replace(/^(https:\/\/github.com)?\//, '')}`;
Expand Down

0 comments on commit 1454c2f

Please sign in to comment.