修改下载网址
This commit is contained in:
parent
ce051cd1dc
commit
ee83d26cb3
|
@ -77,7 +77,7 @@ export default function Zone({ params }) {
|
|||
key: "download",
|
||||
text: "前往下载",
|
||||
primary: true,
|
||||
onClick: () => router.push("/"),
|
||||
onClick: () => router.push("https://tiefen.fun"),
|
||||
},
|
||||
{
|
||||
key: "web",
|
||||
|
@ -104,7 +104,7 @@ export default function Zone({ params }) {
|
|||
key: "download",
|
||||
text: "前往下载",
|
||||
primary: true,
|
||||
onClick: () => router.push("/"),
|
||||
onClick: () => router.push("https://tiefen.fun"),
|
||||
},
|
||||
],
|
||||
content: (
|
||||
|
|
|
@ -77,7 +77,7 @@ export default function Zone({ params }) {
|
|||
key: "download",
|
||||
text: "前往下载",
|
||||
primary: true,
|
||||
onClick: () => router.push("/"),
|
||||
onClick: () => router.push("https://tiefen.fun"),
|
||||
},
|
||||
{
|
||||
key: "web",
|
||||
|
@ -104,7 +104,7 @@ export default function Zone({ params }) {
|
|||
key: "download",
|
||||
text: "前往下载",
|
||||
primary: true,
|
||||
onClick: () => router.push("/"),
|
||||
onClick: () => router.push("https://tiefen.fun"),
|
||||
},
|
||||
],
|
||||
content: (
|
||||
|
|
Loading…
Reference in New Issue