mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-20 08:04:59 +08:00
Change F7 to F2
This commit is contained in:
parent
118241ba6d
commit
df62f710e3
Binary file not shown.
Binary file not shown.
@ -170,7 +170,7 @@ window.addEventListener('DOMContentLoaded', () => {
|
|||||||
document.onkeydown = function(event) {
|
document.onkeydown = function(event) {
|
||||||
// console.log("keydown");
|
// console.log("keydown");
|
||||||
var e = event || window.event || arguments.callee.caller.arguments[0];
|
var e = event || window.event || arguments.callee.caller.arguments[0];
|
||||||
if (e && e.keyCode == 118) { // 按 F7
|
if (e && e.keyCode == 113) { // 按 F2
|
||||||
addEl();
|
addEl();
|
||||||
} else if (e && e.keyCode == 119) { //按F8
|
} else if (e && e.keyCode == 119) { //按F8
|
||||||
clearEl();
|
clearEl();
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<p style="color:black; margin-top: 10px">● 鼠标移动到笑脸<span style="font-size: 20px">☺</span>查看操作提示。</p>
|
<p style="color:black; margin-top: 10px">● 鼠标移动到笑脸<span style="font-size: 20px">☺</span>查看操作提示。</p>
|
||||||
<p style="color:black; margin-top: 10px">●
|
<p style="color:black; margin-top: 10px">●
|
||||||
鼠标移动到元素上后,请<strong>右键</strong>点击或者按<strong>F7</strong>键选中页面元素。
|
鼠标移动到元素上后,请<strong>右键</strong>点击或者按<strong>F2</strong>键选中页面元素。
|
||||||
</p>
|
</p>
|
||||||
<p style="color:black; margin-top: 10px">●
|
<p style="color:black; margin-top: 10px">●
|
||||||
通过鼠标左键进行点击时,页面也会有反应,但左键点击发生的操作不会被记录在任务流程中;同理,如果想输入文本框但并不想将动作记录,可以鼠标移动到文本框,并按键盘的<strong>F9</strong>进行输入。
|
通过鼠标左键进行点击时,页面也会有反应,但左键点击发生的操作不会被记录在任务流程中;同理,如果想输入文本框但并不想将动作记录,可以鼠标移动到文本框,并按键盘的<strong>F9</strong>进行输入。
|
||||||
@ -231,7 +231,7 @@
|
|||||||
<p style="color:black; margin-top: 10px">● Mouse move to smiling face <span style="font-size: 20px">☺</span> to see operation help.</p>
|
<p style="color:black; margin-top: 10px">● Mouse move to smiling face <span style="font-size: 20px">☺</span> to see operation help.</p>
|
||||||
<p style="color:black; margin-top: 10px">● When your mouse moves to the element, please
|
<p style="color:black; margin-top: 10px">● When your mouse moves to the element, please
|
||||||
<strong>right-click</strong> your
|
<strong>right-click</strong> your
|
||||||
mouse button or press <strong>F7</strong> on the keyboard to select it.</p>
|
mouse button or press <strong>F2</strong> on the keyboard to select it.</p>
|
||||||
<p style="color:black; margin-top: 10px">● When clicked with the left mouse button, the page will also
|
<p style="color:black; margin-top: 10px">● When clicked with the left mouse button, the page will also
|
||||||
respond, but this click operation will not be recorded in the task flow. Similarly, if you want to input
|
respond, but this click operation will not be recorded in the task flow. Similarly, if you want to input
|
||||||
in a text box but do not want the action to be recorded , you can move the mouse to the text box and
|
in a text box but do not want the action to be recorded , you can move the mouse to the text box and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user