|
@@ -13,7 +13,10 @@
|
|
|
<meta name="msapplication-TileColor" content="#2d2f34">
|
|
|
<meta name="theme-color" content="#2d2f34">
|
|
|
<link rel=apple-touch-icon href="/dist/img/icons/meechat.png?imageview/0/w/152?v=1.1.2">
|
|
|
-
|
|
|
+ <script>
|
|
|
+ if (!(navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) {
|
|
|
+ location.replace('/pc.html' + location.search + location.hash)
|
|
|
+ }</script>
|
|
|
<script>!function(d,a){var e=d.documentElement,c="orientationchange"in window?"orientationchange":"resize",v=function(){
|
|
|
var f=e.clientWidth;
|
|
|
var p=20*(f/320)
|