diff --git a/2.高效学习/2.2优雅的使用工具.md b/2.高效学习/2.2优雅的使用工具.md index 9f0ae9a..c31a4a0 100644 --- a/2.高效学习/2.2优雅的使用工具.md +++ b/2.高效学习/2.2优雅的使用工具.md @@ -37,8 +37,9 @@ set -e wget http://ftp.gnu.org/gnu/coreutils/coreutils-8.32.tar.xz tar -xJf coreutils-8.32.tar.xz cd coreutils-8.32/ -# Download patch -wget https://ghproxy.com/https://raw.githubusercontent.com/jarun/advcpmv/master/advcpmv-0.8-8.32.patch +# Download patch +# 这里原本是ghproxy.com,但是现在被ban了,所以换成了我自建的cf worker +wget https://gh.dn11.top/https://raw.githubusercontent.com/jarun/advcpmv/master/advcpmv-0.8-8.32.patch # Patching display with process bar patch -p1 -i advcpmv-0.8-8.32.patch # Compile then install diff --git a/components/Blogger.vue b/components/Blogger.vue index 905ca37..fbdf59b 100644 --- a/components/Blogger.vue +++ b/components/Blogger.vue @@ -6,7 +6,7 @@ const props = { friends: ( await ( await fetch( - "https://ghproxy.com/https://raw.githubusercontent.com/NX-Official/friends-link-plus/main/output/friends.json" + "https://gh.dn11.top/https://raw.githubusercontent.com/NX-Official/friends-link-plus/main/output/friends.json" ) ).json() ).friends, diff --git a/components/PostList.vue b/components/PostList.vue index f60be3b..4219530 100644 --- a/components/PostList.vue +++ b/components/PostList.vue @@ -6,7 +6,7 @@ const props = { data: ( await ( await fetch( - "https://ghproxy.com/https://raw.githubusercontent.com/NX-Official/friends-link-plus/main/output/friends.json" + "https://gh.dn11.top/https://raw.githubusercontent.com/NX-Official/friends-link-plus/main/output/friends.json" ) ).json() ).posts,