|
@@ -1,5 +1,6 @@
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<html>
|
|
|
|
+
|
|
<head>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
@@ -11,11 +12,6 @@
|
|
</head>
|
|
</head>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
- const detectDeviceType = () => /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ? "Mobile" : "Desktop";
|
|
|
|
- if (detectDeviceType() === 'Desktop') {
|
|
|
|
- window.location = "http://download.radio1964.com/readme?";
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
var xhr = null
|
|
var xhr = null
|
|
if (window.XMLHttpRequest) {
|
|
if (window.XMLHttpRequest) {
|
|
xhr = new XMLHttpRequest()
|
|
xhr = new XMLHttpRequest()
|
|
@@ -25,7 +21,8 @@
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<body>
|
|
<body>
|
|
- <div class="bg">
|
|
|
|
|
|
+ <div id="pc"></div>
|
|
|
|
+ <div id="mobile" class="bg">
|
|
<div class="box top">
|
|
<div class="box top">
|
|
<img src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/icon-1.png" width="80"
|
|
<img src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/icon-1.png" width="80"
|
|
height="80" />
|
|
height="80" />
|
|
@@ -34,28 +31,33 @@
|
|
</div>
|
|
</div>
|
|
<a id="ios" class="btn green" href="https://apps.apple.com/cn/app/com.muzen.radioplayer/id1402502317"
|
|
<a id="ios" class="btn green" href="https://apps.apple.com/cn/app/com.muzen.radioplayer/id1402502317"
|
|
style="margin-bottom: 12px;">
|
|
style="margin-bottom: 12px;">
|
|
- <img src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/iPhone.png" width="28" height="28" />
|
|
|
|
|
|
+ <img src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/iPhone.png" width="28"
|
|
|
|
+ height="28" />
|
|
<span>iPhone下载</span>
|
|
<span>iPhone下载</span>
|
|
</a>
|
|
</a>
|
|
<a id="Android" class="btn green" href="https://a.app.qq.com/o/simple.jsp?pkgname=com.muzen.radioplayer"
|
|
<a id="Android" class="btn green" href="https://a.app.qq.com/o/simple.jsp?pkgname=com.muzen.radioplayer"
|
|
style="margin-top: 12px;">
|
|
style="margin-top: 12px;">
|
|
- <img src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/Android.png" width="28" height="28" />
|
|
|
|
|
|
+ <img src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/Android.png" width="28"
|
|
|
|
+ height="28" />
|
|
<span>Android下载</span>
|
|
<span>Android下载</span>
|
|
</a>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="box bottom">
|
|
<div class="box bottom">
|
|
- <img src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/icon-2.png" width="80" height="80" />
|
|
|
|
|
|
+ <img src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/icon-2.png" width="80"
|
|
|
|
+ height="80" />
|
|
<div class="title">
|
|
<div class="title">
|
|
<h3>猫王灵感</h3>
|
|
<h3>猫王灵感</h3>
|
|
<h4>(猫王手表专用APP)</h4>
|
|
<h4>(猫王手表专用APP)</h4>
|
|
</div>
|
|
</div>
|
|
<a id="ios" class="btn purple" href="https://apps.apple.com/cn/app/com.Muzen.MuzenLife/id6449812627"
|
|
<a id="ios" class="btn purple" href="https://apps.apple.com/cn/app/com.Muzen.MuzenLife/id6449812627"
|
|
style="margin-bottom: 24px;">
|
|
style="margin-bottom: 24px;">
|
|
- <img src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/iPhone.png" width="28" height="28" />
|
|
|
|
|
|
+ <img src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/iPhone.png" width="28"
|
|
|
|
+ height="28" />
|
|
<span>iPhone下载</span>
|
|
<span>iPhone下载</span>
|
|
</a>
|
|
</a>
|
|
<a id="Android" class="btn purple apk" href="#">
|
|
<a id="Android" class="btn purple apk" href="#">
|
|
- <img src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/Android.png" width="28" height="28" />
|
|
|
|
|
|
+ <img src="https://music-play.oss-cn-shenzhen.aliyuncs.com/ohplay_images/Android.png" width="28"
|
|
|
|
+ height="28" />
|
|
<span>Android下载</span>
|
|
<span>Android下载</span>
|
|
</a>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
@@ -63,6 +65,14 @@
|
|
</body>
|
|
</body>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
|
+ const detectDeviceType = () => /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ? "Mobile" : "Desktop";
|
|
|
|
+ if (detectDeviceType() === 'Desktop') {
|
|
|
|
+ document.getElementById('pc').style.display = 'block'
|
|
|
|
+ document.getElementById('mobile').style.display = 'none'
|
|
|
|
+ }
|
|
|
|
+</script>
|
|
|
|
+
|
|
|
|
+<script>
|
|
const userAgent = navigator.userAgent;
|
|
const userAgent = navigator.userAgent;
|
|
var isiOS = !!userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
|
|
var isiOS = !!userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
|
|
var isAndroid = userAgent.indexOf('Android') > -1 || userAgent.indexOf('Adr') > -1;
|
|
var isAndroid = userAgent.indexOf('Android') > -1 || userAgent.indexOf('Adr') > -1;
|
|
@@ -100,11 +110,24 @@
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ #pc {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
a {
|
|
a {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ #pc{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ background-image: url('https://airsmart-web.oss-cn-shanghai.aliyuncs.com/maoking/maoking_guangwang/appdownload.jpg');
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+ background-size: cover;
|
|
|
|
+ background-position: center center;
|
|
|
|
+ }
|
|
|
|
+
|
|
.bg {
|
|
.bg {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
height: 100vh;
|
|
@@ -167,7 +190,7 @@
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
|
|
|
|
- <!-- <link rel="canonical" href="https://www.radio1964.com/pindao" />
|
|
|
|
|
|
+<!-- <link rel="canonical" href="https://www.radio1964.com/pindao" />
|
|
<link rel="shortcut icon" href="./static/css/favicon.ico">
|
|
<link rel="shortcut icon" href="./static/css/favicon.ico">
|
|
<link rel="stylesheet" type="text/css" href="./static/css/headerComponent.css">
|
|
<link rel="stylesheet" type="text/css" href="./static/css/headerComponent.css">
|
|
<link rel="stylesheet" type="text/css" href="./static/css/ohplay.css">
|
|
<link rel="stylesheet" type="text/css" href="./static/css/ohplay.css">
|