From 5efa5dc78bd385b0dfcc4e125aa4fca0b3eac292 Mon Sep 17 00:00:00 2001 From: itorr Date: Sun, 14 Aug 2022 19:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=BA=86=E4=B8=8B=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/document.js | 2 +- html/index.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/html/document.js b/html/document.js index f9134e5..9d5c90c 100644 --- a/html/document.js +++ b/html/document.js @@ -138,7 +138,7 @@ const Convolutes = { const style = { zoom:1, light:0, - shadeLimit: 80, + shadeLimit: 108, shadeLight: 40, // s:80, // l:50, diff --git a/html/index.html b/html/index.html index 05aef88..489a983 100644 --- a/html/index.html +++ b/html/index.html @@ -26,7 +26,8 @@ @touchstart.prevent="toDiff()" @touchend.prevent="diff = false" @mousedown.prevent="toDiff()" - @mouseup.prevent="diff = false"> + @mouseup.prevent="diff = false" + @mouseout.prevent="diff = false">