From a1ed226bfcbf4f661d9b58ad99e15460d1be44b3 Mon Sep 17 00:00:00 2001 From: Mitochondria Date: Thu, 9 Jul 2026 09:09:07 +0800 Subject: [PATCH] Fixed an HTML visual duplication bug --- index.html | 150 +---------------------------------------------------- 1 file changed, 1 insertion(+), 149 deletions(-) diff --git a/index.html b/index.html index 318a298..8bd8a0b 100644 --- a/index.html +++ b/index.html @@ -136,155 +136,7 @@
- - - - - - - - - - Mouse Button Fault Tester - - - - - - -
- - -
-
-
Mouse Fault
-
Button health checker
-
- -
- - -
-
- -
{{ aIcon }}
-
{{ aHint }}
-
{{ aLast }}
- - -
- ⚡ Ghost double-click detected on {{ bannerBtn }} — {{ bannerGap }}ms gap -
- - -
-
-
-
- - -
-
-
-
{{ b.name }} Button
-
{{ verdict(b) }}
-
- - -
-
-
- - -
- -
-
-
No events yet — click anywhere in the box above.
-
- {{ e.time }} - {{ e.btn }} - {{ e.ghost ? '⚡ Ghost' : 'Single' - }} - {{ e.gap }} -
-
-
-
- - -
- -
-
-
-
Total Clicks
-
{{ totalClicks }}
-
-
-
Ghost Double-Clicks
-
{{ - totalGhosts }}
-
-
-
Overall Fault Rate
-
{{ faultRate }}
-
-
-
Fastest Ghost Gap
-
{{ fastestGhost }}
-
-
-
-
- - -
- -
-
-
-
- Ghost detection threshold - {{ threshold }}ms -
- -
Two clicks arriving within this window count as a ghost fault. Windows - OS - default is 500ms; most hardware faults produce gaps under 200ms. Recommended: 250–350ms. -
-
-
-
-
- -
- -
- -
- - - - - + \ No newline at end of file