Skip to content

Commit f5f29ab

Browse files
leyileyi
authored andcommitted
update fish
1 parent 07ca4d8 commit f5f29ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fish.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@
126126

127127
const hint = document.getElementById('tool-hint');
128128
if (tool === 'hand') {
129-
hint.innerText = "当前模式:摸一摸鱼儿,或者点击空白处召唤新鱼";
129+
hint.innerText = "摸一摸鱼儿,打发时间,或者点击空白处召唤新鱼";
130130
canvas.style.cursor = "pointer";
131131
} else {
132-
hint.innerText = "当前模式:点击鱼儿把它们捞走";
132+
hint.innerText = "点击鱼儿把它们捞走";
133133
canvas.style.cursor = "crosshair";
134134
}
135135
}

0 commit comments

Comments
 (0)