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

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

94
public/flukemoni/Ex3/test1_3.html Normal file → Executable file
View File

@@ -50,7 +50,61 @@
top: 0px;
overflow: visible;
}
#n_upper_banner_eu {
#n_40_fg {
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_40_fg {
position: absolute;
overflow: visible;
width: 22px;
height: 22px;
left: 34px;
top: 51px;
}
#n_40_fh {
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_40_fh {
position: absolute;
overflow: visible;
width: 22px;
height: 22px;
left: 395px;
top: 98px;
}
#n_40_fi {
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_40_fi {
position: absolute;
overflow: visible;
width: 22px;
height: 22px;
left: 22px;
top: 545px;
}
#n_upper_banner_fj {
position: absolute;
width: 480px;
height: 30px;
@@ -58,7 +112,7 @@
top: 0px;
overflow: visible;
}
#rectangle_5_ev {
#rectangle_5_fk {
opacity: 0;
fill: rgba(255,255,255,1);
stroke: rgba(112,112,112,1);
@@ -68,7 +122,7 @@
stroke-miterlimit: 4;
shape-rendering: auto;
}
.rectangle_5_ev {
.rectangle_5_fk {
position: absolute;
overflow: visible;
width: 49px;
@@ -80,7 +134,7 @@
--web-action-target: Results.html;
cursor: pointer;
}
#rectangle_8_ew {
#rectangle_8_fl {
opacity: 0;
fill: rgba(255,255,255,1);
stroke: rgba(112,112,112,1);
@@ -90,7 +144,7 @@
stroke-miterlimit: 4;
shape-rendering: auto;
}
.rectangle_8_ew {
.rectangle_8_fl {
position: absolute;
overflow: visible;
width: 240px;
@@ -102,7 +156,7 @@
--web-action-target: test1_3_performance.html;
cursor: pointer;
}
#rectangle_5_ex {
#rectangle_5_fm {
opacity: 0;
fill: rgba(255,255,255,1);
stroke: rgba(112,112,112,1);
@@ -112,7 +166,7 @@
stroke-miterlimit: 4;
shape-rendering: auto;
}
.rectangle_5_ex {
.rectangle_5_fm {
position: absolute;
overflow: visible;
width: 42px;
@@ -3040,18 +3094,30 @@ window.application = new Application();
<div id="test1-3">
<img id="test1-3_wiremap" src="test1-3_wiremap.png" srcset="test1-3_wiremap.png 1x, test1-3_wiremap@2x.png 2x">
<img id="n_upper_banner_eu" src="n_upper_banner_eu.png" srcset="n_upper_banner_eu.png 1x, n_upper_banner_eu@2x.png 2x">
<svg class="n_40_fg">
<ellipse id="n_40_fg" rx="11" ry="11" cx="11" cy="11">
</ellipse>
</svg>
<svg class="n_40_fh">
<ellipse id="n_40_fh" rx="11" ry="11" cx="11" cy="11">
</ellipse>
</svg>
<svg class="n_40_fi">
<ellipse id="n_40_fi" rx="11" ry="11" cx="11" cy="11">
</ellipse>
</svg>
<img id="n_upper_banner_fj" src="n_upper_banner_fj.png" srcset="n_upper_banner_fj.png 1x, n_upper_banner_fj@2x.png 2x">
<svg class="rectangle_5_ev">
<rect onclick="application.goToTargetView(event)" id="rectangle_5_ev" rx="0" ry="0" x="0" y="0" width="49" height="31">
<svg class="rectangle_5_fk">
<rect onclick="application.goToTargetView(event)" id="rectangle_5_fk" rx="0" ry="0" x="0" y="0" width="49" height="31">
</rect>
</svg>
<svg class="rectangle_8_ew">
<rect onclick="application.goToTargetView(event)" id="rectangle_8_ew" rx="0" ry="0" x="0" y="0" width="240" height="36">
<svg class="rectangle_8_fl">
<rect onclick="application.goToTargetView(event)" id="rectangle_8_fl" rx="0" ry="0" x="0" y="0" width="240" height="36">
</rect>
</svg>
<svg class="rectangle_5_ex">
<rect onclick="application.goToTargetView(event)" id="rectangle_5_ex" rx="0" ry="0" x="0" y="0" width="42" height="31">
<svg class="rectangle_5_fm">
<rect onclick="application.goToTargetView(event)" id="rectangle_5_fm" rx="0" ry="0" x="0" y="0" width="42" height="31">
</rect>
</svg>
</div>