Просмотр исходного кода

Merge remote-tracking branch 'origin/master'

SyuanYu 2 лет назад
Родитель
Сommit
e1f1030068
1 измененных файлов с 10 добавлено и 0 удалено
  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/`;
+  }