We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b0ac2 commit a121a98Copy full SHA for a121a98
1 file changed
src/ui/components/VisualizationPanelElement.js
@@ -16,7 +16,7 @@ class VisualizationPanelElement extends HTMLElement {
16
<div id="pixi-canvas" class="w-full h-full flex justify-center items-center rounded-[var(--radius-xl)] overflow-hidden relative bg-transparent flex-1 touch-none overscroll-contain fullscreen:flex-grow fullscreen:h-0 fullscreen:rounded-none"></div>
17
<div class="canvas-hint absolute top-3 left-1/2 -translate-x-1/2 z-10 bg-black/50 backdrop-blur-[20px] px-4 py-1.5 rounded-full border border-white/10 pointer-events-none">
18
<p id="canvas-hint-text" class="max-w-full m-0 text-[11px] text-center text-white/80 whitespace-nowrap">
19
- 单击选点 · 双击结束导航 · 滚轮缩放 · 拖拽平移
+ 单击选点 · 双击结束导航 · 滚轮缩放 · 拖拽旋转
20
</p>
21
</div>
22
0 commit comments