docs: replace proxy link

This commit is contained in:
camera-2018
2024-07-21 16:53:08 +08:00
parent 69064d4cbf
commit aeaf868062
3 changed files with 5 additions and 4 deletions

View File

@@ -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,

View File

@@ -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,