新增模拟页面圆点,控制页面增加仿真操作记录

This commit is contained in:
2025-12-25 03:30:11 +00:00
parent e0f7db1b1c
commit 9f800a5c2d
2952 changed files with 83703 additions and 21163 deletions

34
public/flukemoni/Ex4/TEST.html Normal file → Executable file
View File

@@ -53,7 +53,25 @@
--web-action-target: TEST_NoSave.html;
cursor: pointer;
}
#backbutton_ng {
#n_25_qh {
opacity: 0.8;
fill: rgba(249,188,18,1);
stroke: rgba(249,188,18,1);
stroke-width: 4px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.n_25_qh {
position: absolute;
overflow: visible;
width: 22px;
height: 22px;
left: 350px;
top: 484px;
}
#backbutton_qi {
position: absolute;
width: 62px;
height: 51px;
@@ -61,7 +79,7 @@
top: 584px;
overflow: visible;
}
#backbutton_nh {
#backbutton_qj {
opacity: 0;
fill: rgba(255,255,255,1);
stroke: rgba(112,112,112,1);
@@ -71,7 +89,7 @@
stroke-miterlimit: 4;
shape-rendering: auto;
}
.backbutton_nh {
.backbutton_qj {
position: absolute;
overflow: visible;
width: 62px;
@@ -3000,9 +3018,13 @@ window.application = new Application();
<div id="TEST">
<img onclick="application.goToTargetView(event)" id="n_53" src="n_53.png" srcset="n_53.png 1x">
<div id="backbutton_ng" class="backbutton">
<svg class="backbutton_nh">
<rect onclick="application.goToTargetView(event)" id="backbutton_nh" rx="0" ry="0" x="0" y="0" width="62" height="51">
<svg class="n_25_qh">
<ellipse id="n_25_qh" rx="11" ry="11" cx="11" cy="11">
</ellipse>
</svg>
<div id="backbutton_qi" class="backbutton">
<svg class="backbutton_qj">
<rect onclick="application.goToTargetView(event)" id="backbutton_qj" rx="0" ry="0" x="0" y="0" width="62" height="51">
</rect>
</svg>
</div>