This commit is contained in:
2026-02-26 16:55:25 +08:00
parent e741d50761
commit dfdf2400c1
17 changed files with 287 additions and 55 deletions

View File

@@ -11,7 +11,7 @@
>
<result-image />
<card type="cards-select" />
<card type="to-real-style" />
@@ -36,7 +36,7 @@
scale: 1
})
const onMouseDown = (e: MouseEvent) => {
if (e.button !== 1) return
// if (e.button !== 1) return
const ox = data.x
const oy = data.y
const X = e.clientX