Skip to content

Commit 9a59dd3

Browse files
committed
fix: 修改反引号生长的文案
1 parent f6adbe7 commit 9a59dd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/src/core/render/canvas2d/renderer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ export class Renderer {
384384
);
385385
}
386386
}
387-
let hintText = "松开 “生长自由节点键” 完成新节点创建,IKJL键移动生长位置";
387+
let hintText = "再按一次 “生长自由节点键(默认是反引号键)” 完成并退出新节点创建,IKJL键移动生长位置";
388388
if (isHaveEntity) {
389389
hintText = "连接!";
390390
}
@@ -394,7 +394,7 @@ export class Renderer {
394394
this.transformWorld2View(
395395
this.project.keyboardOnlyGraphEngine.virtualTargetLocation().add(new Vector(0, 50)),
396396
),
397-
15 * this.project.camera.currentScale,
397+
10 * this.project.camera.currentScale,
398398
Infinity,
399399
this.project.stageStyleManager.currentStyle.StageObjectBorder,
400400
);

app/src/locales/zh_CN.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,8 +1054,8 @@ keyBinds:
10541054
title: 生长自由节点
10551055
description: |
10561056
按下后,出现一个虚拟生长位置
1057-
在按下该键不松开的同时按下“I J K L”键自由调整生长位置
1058-
松开后,生长完成
1057+
此时,按下“I J K L”键自由调整生长位置
1058+
再次按下该键,退出自由生长模式
10591059
使用此功能前先确保已选中一个节点
10601060
createConnectPointWhenDragConnecting:
10611061
title: 拖拽连线时,按下此键,创建质点中转

0 commit comments

Comments
 (0)