Merge pull request 'feat-20240118' (#21) from feat-20240118 into main
Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/21
This commit is contained in:
commit
3fe1a0b4df
|
@ -113,7 +113,7 @@ export default function Download({ params }) {
|
||||||
{deviceType === "pc" && (
|
{deviceType === "pc" && (
|
||||||
<div className="flex flex-row gap-20">
|
<div className="flex flex-row gap-20">
|
||||||
<a
|
<a
|
||||||
href="https://file.tiefen.fun/appdownload/ironfans1.1.3.apk"
|
href="https://file.tiefen.fun/appdownload/ironfans1.2.0.apk"
|
||||||
className="group relative cursor-pointer w-20 h-20 rounded-full bg-[#FFFFFF1A]"
|
className="group relative cursor-pointer w-20 h-20 rounded-full bg-[#FFFFFF1A]"
|
||||||
>
|
>
|
||||||
<p className="group-hover:opacity-100 opacity-0 transition-all duration-300 absolute flex w-full h-full items-center justify-center text-white text-xs">
|
<p className="group-hover:opacity-100 opacity-0 transition-all duration-300 absolute flex w-full h-full items-center justify-center text-white text-xs">
|
||||||
|
@ -164,7 +164,7 @@ export default function Download({ params }) {
|
||||||
href={
|
href={
|
||||||
deviceType === "ios"
|
deviceType === "ios"
|
||||||
? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F991989474491629568%3F1704878022"
|
? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F991989474491629568%3F1704878022"
|
||||||
: "https://file.tiefen.fun/appdownload/ironfans1.1.3.apk"
|
: "https://file.tiefen.fun/appdownload/ironfans1.2.0.apk"
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
安装
|
安装
|
||||||
|
|
|
@ -61,7 +61,7 @@ export default function Home() {
|
||||||
{deviceType === "pc" && (
|
{deviceType === "pc" && (
|
||||||
<div className="flex flex-row gap-20">
|
<div className="flex flex-row gap-20">
|
||||||
<a
|
<a
|
||||||
href="https://file.tiefen.fun/appdownload/ironfans1.1.3.apk"
|
href="https://file.tiefen.fun/appdownload/ironfans1.2.0.apk"
|
||||||
className="group relative cursor-pointer w-20 h-20 rounded-full bg-[#FFFFFF1A]"
|
className="group relative cursor-pointer w-20 h-20 rounded-full bg-[#FFFFFF1A]"
|
||||||
>
|
>
|
||||||
<p className="group-hover:opacity-100 opacity-0 transition-all duration-300 absolute flex w-full h-full items-center justify-center text-white text-xs">
|
<p className="group-hover:opacity-100 opacity-0 transition-all duration-300 absolute flex w-full h-full items-center justify-center text-white text-xs">
|
||||||
|
@ -111,7 +111,7 @@ export default function Home() {
|
||||||
href={
|
href={
|
||||||
deviceType === "ios"
|
deviceType === "ios"
|
||||||
? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F991989474491629568%3F1704878022"
|
? "itms-services://?action=download-manifest&url=https%3A%2F%2Fsapi.dbqapp.com%2Fshow%2Fplist%2F991989474491629568%3F1704878022"
|
||||||
: "https://file.tiefen.fun/appdownload/ironfans1.1.3.apk"
|
: "https://file.tiefen.fun/appdownload/ironfans1.2.0.apk"
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
安装
|
安装
|
||||||
|
|
|
@ -123,13 +123,13 @@ export default function Vip() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// if (isFetching) {
|
if (isFetching) {
|
||||||
// return (
|
return (
|
||||||
// <section className="flex flex-1 justify-center container">
|
<section className="flex flex-1 justify-center container">
|
||||||
// <span className="absolute top-1/2 loading loading-spinner loading-lg"></span>
|
<span className="absolute top-1/2 loading loading-spinner loading-lg"></span>
|
||||||
// </section>
|
</section>
|
||||||
// );
|
);
|
||||||
// }
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className="flex flex-1 justify-center container">
|
<section className="flex flex-1 justify-center container">
|
||||||
|
|
Loading…
Reference in New Issue