From a99829f488734fc0f247077b105ca91c8c001085 Mon Sep 17 00:00:00 2001 From: xjs Date: Tue, 15 Apr 2025 11:36:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/style.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8f79f2d..898ef48 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + diff --git a/src/style.css b/src/style.css index c70e261..dff151b 100644 --- a/src/style.css +++ b/src/style.css @@ -1,3 +1,12 @@ +* { + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + touch-action: manipulation; + -webkit-touch-callout: none; +} + html { line-height: 1.15; -webkit-text-size-adjust: 100%;