lsc 1 年間 前
コミット
cc9c915813
3 ファイル変更2 行追加2 行削除
  1. 0 0
      dist/index.html
  2. 1 1
      dist/report.html
  3. 1 1
      public/index.html

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/index.html


ファイルの差分が大きいため隠しています
+ 1 - 1
dist/report.html


+ 1 - 1
public/index.html

@@ -33,7 +33,7 @@
 </html>
 <script>
   // document.domain = "cocorobo.cn"
-  document.body.addEventListener('touchmove', function (e) {
+  document.addEventListener('touchmove', function (e) {
     e.preventDefault();
   }, { passive: false });
 </script>

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません