Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
lilingfengdev committed Sep 21, 2024
1 parent a4e2488 commit 24769d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/select-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ def _download():

plugin1165.children = [Purpur(), Leaves(), Leaf()]

plugin1122 = SkipSelectNode("MC 版本1.12.2", "https://qcymc.cloud/f/G6ziA/beast-1.12.2.jar")
plugin1122 = SkipSelectNode("MC 版本1.12.2", "https://vip.123pan.cn/1821558579/6492155")

plugin188 = SelectTree("MC 版本1.8.8")

panda = SkipSelectNode("PVP服务器", "https://vip.123pan.cn/1821558579/Lingyi/core/pandaspigot-116-mcres.cn.jar")
sport = SkipSelectNode("生存服务器", "https://qcymc.cloud/f/ERGcp/sportpaper-1.8.8-R0.1-SNAPSHOT.jar")
sport = SkipSelectNode("生存服务器", "https://vip.123pan.cn/1821558579/6492156")

plugin188.children = [panda, sport]

Expand All @@ -205,7 +205,7 @@ def _download():

forge = SelectTree("Forge混合")

forge1710 = SkipSelectNode("MC 版本 1.7.10", "https://qcymc.cloud/f/gJRFG/Crucible-1.7.10-staging-0c25d250-server.jar")
forge1710 = SkipSelectNode("MC 版本 1.7.10", "https://vip.123pan.cn/1821558579/6492157")
forge1122 = SkipSelectNode("MC 版本 1.12.2", "https://catserver.moe/download/universal")

forge.children = [forge1710, forge1122, Mohist()]
Expand Down

0 comments on commit 24769d9

Please sign in to comment.