Update Instruction of Trail Run

This commit is contained in:
naibo 2023-12-25 12:30:09 +08:00
parent def19ba4bf
commit c8d6017190
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -89,7 +89,7 @@
</div>
<div>
<label>Tip: Hover over the smiley face to view hints, <b>double-click</b> on an action in the flowchart to test run, <b>right-click</b> on an action to see more options.</label>
<label>Tip: Hover over the smiley face to view hints, <b>double-click</b> on an action in the flowchart to <b>trial run</b> (can only run when the webpage is fully loaded), <b>right-click</b> on an action to see more options.</label>
<label>Option Name:</label>
<input spellcheck=false onkeydown="inputDelete(event)" class="form-control" v-model='list.nl[index.nowNodeIndex]["title"]'></input>
</div>

View File

@ -89,7 +89,7 @@
</div>
<div>
<label>提示:鼠标移到笑脸可查看提示,在流程图中<b>双击</b>操作可试运行,<b>右键</b>点击操作查看更多选项。</label>
<label>提示:鼠标移到笑脸可查看提示,在流程图中<b>双击</b>操作可<b>试运行</b>(页面完全加载完毕后)<b>右键</b>点击操作查看更多选项。</label>
<label>选项名称</span></label>
<input spellcheck=false onkeydown="inputDelete(event)" class="form-control" v-model='list.nl[index.nowNodeIndex]["title"]'></input>
</div>

File diff suppressed because one or more lines are too long