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

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

104
public/flukemoni/Ex4/HOMEPAGE.html Normal file → Executable file
View File

@@ -48,6 +48,78 @@
top: 0px;
overflow: visible;
}
#n_17 {
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_17 {
position: absolute;
overflow: visible;
width: 22px;
height: 22px;
left: 367px;
top: 230px;
}
#n_17_df {
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_17_df {
position: absolute;
overflow: visible;
width: 22px;
height: 22px;
left: 229px;
top: 479px;
}
#n_20 {
opacity: 0.8;
fill: rgba(249,188,18,1);
stroke: rgba(146,135,105,1);
stroke-width: 1px;
stroke-linejoin: miter;
stroke-linecap: butt;
stroke-miterlimit: 4;
shape-rendering: auto;
}
.n_20 {
position: absolute;
overflow: visible;
width: 22px;
height: 22px;
left: 412px;
top: 596px;
}
#n_18 {
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_18 {
position: absolute;
overflow: visible;
width: 22px;
height: 22px;
left: 207px;
top: 600px;
}
#SeclectLIMTbutton1 {
position: absolute;
width: 435px;
@@ -90,7 +162,7 @@
--web-action-target: SetREF.html;
cursor: pointer;
}
#SETREFButton_dh {
#SETREFButton_dl {
opacity: 0;
fill: rgba(255,255,255,1);
stroke: rgba(112,112,112,1);
@@ -100,7 +172,7 @@
stroke-miterlimit: 4;
shape-rendering: auto;
}
.SETREFButton_dh {
.SETREFButton_dl {
position: absolute;
overflow: visible;
width: 100px;
@@ -121,7 +193,7 @@
--web-action-target: TEST.html;
cursor: pointer;
}
#TestButton_dj {
#TestButton_dn {
opacity: 0;
fill: rgba(255,255,255,1);
stroke: rgba(112,112,112,1);
@@ -131,7 +203,7 @@
stroke-miterlimit: 4;
shape-rendering: auto;
}
.TestButton_dj {
.TestButton_dn {
position: absolute;
overflow: visible;
width: 111px;
@@ -3086,6 +3158,22 @@ window.application = new Application();
<div id="HOMEPAGE">
<img id="HOMAPAGE-BG" src="HOMAPAGE-BG.png" srcset="HOMAPAGE-BG.png 1x">
<svg class="n_17">
<ellipse id="n_17" rx="11" ry="11" cx="11" cy="11">
</ellipse>
</svg>
<svg class="n_17_df">
<ellipse id="n_17_df" rx="11" ry="11" cx="11" cy="11">
</ellipse>
</svg>
<svg class="n_20">
<ellipse id="n_20" rx="11" ry="11" cx="11" cy="11">
</ellipse>
</svg>
<svg class="n_18">
<ellipse id="n_18" rx="11" ry="11" cx="11" cy="11">
</ellipse>
</svg>
<div onclick="application.goToTargetView(event)" id="SeclectLIMTbutton1" class="SeclectLIMTbutton1">
<svg class="button1">
<rect id="button1" rx="0" ry="0" x="0" y="0" width="435" height="93">
@@ -3093,14 +3181,14 @@ window.application = new Application();
</svg>
</div>
<div onclick="application.goToTargetView(event)" id="SETREFButton" class="SETREFButton">
<svg class="SETREFButton_dh">
<rect id="SETREFButton_dh" rx="0" ry="0" x="0" y="0" width="100" height="51">
<svg class="SETREFButton_dl">
<rect id="SETREFButton_dl" rx="0" ry="0" x="0" y="0" width="100" height="51">
</rect>
</svg>
</div>
<div onclick="application.goToTargetView(event)" id="TestButton" class="TestButton">
<svg class="TestButton_dj">
<rect id="TestButton_dj" rx="0" ry="0" x="0" y="0" width="111" height="51">
<svg class="TestButton_dn">
<rect id="TestButton_dn" rx="0" ry="0" x="0" y="0" width="111" height="51">
</rect>
</svg>
</div>