Parcourir la source

Merge remote-tracking branch 'origin/master'

SyuanYu il y a 2 ans
Parent
commit
e1f1030068
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10 0
      手機和電腦版.txt

+ 10 - 0
手機和電腦版.txt

@@ -0,0 +1,10 @@
+if (screen.width < 600) {
+       
+        window.location.href = `https://m.hhh.com.tw/`;
+    }
+
+
+if (screen.width >= 901) {
+    
+    window.location.href =`https://hhh.com.tw/`;
+  }