debug
This commit is contained in:
parent
cdfe530d5d
commit
8b06448b95
app
|
@ -135,8 +135,6 @@ export default function Home() {
|
|||
)}
|
||||
</div>
|
||||
<div className="flex flex-col items-center">
|
||||
{deviceType !== "pc" && (
|
||||
<>
|
||||
<a
|
||||
className="btn bg-gradient-to-r from-[#FF668B] to-[#FF66F0] rounded-full text-white text-lg font-medium w-64 h-14"
|
||||
href={
|
||||
|
@ -147,8 +145,6 @@ export default function Home() {
|
|||
>
|
||||
安装
|
||||
</a>
|
||||
</>
|
||||
)}
|
||||
{deviceType !== "Android" && (
|
||||
<p className="mt-3 text-white text-sm font-normal">
|
||||
安装前请卸载旧版本,详情请
|
||||
|
|
Loading…
Reference in New Issue