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