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

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

72
public/flukemoni/Ex4/TEST_TOSaveResult.html Normal file → Executable file
View File

@@ -48,7 +48,43 @@
top: 0px;
overflow: visible;
}
#backbutton_pm {
#n_20_tb {
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_tb {
position: absolute;
overflow: visible;
width: 22px;
height: 22px;
left: 430px;
top: 599px;
}
#n_25_tc {
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_tc {
position: absolute;
overflow: visible;
width: 22px;
height: 22px;
left: 410px;
top: 260px;
}
#backbutton_td {
position: absolute;
width: 53px;
height: 31px;
@@ -56,7 +92,7 @@
top: 46px;
overflow: visible;
}
#backbutton_pn {
#backbutton_te {
opacity: 0;
fill: rgba(255,255,255,1);
stroke: rgba(112,112,112,1);
@@ -66,7 +102,7 @@
stroke-miterlimit: 4;
shape-rendering: auto;
}
.backbutton_pn {
.backbutton_te {
position: absolute;
overflow: visible;
width: 53px;
@@ -82,7 +118,7 @@
top: 250px;
overflow: visible;
}
#ReplaceButton_pp {
#ReplaceButton_tg {
opacity: 0;
fill: rgba(255,255,255,1);
stroke: rgba(112,112,112,1);
@@ -92,7 +128,7 @@
stroke-miterlimit: 4;
shape-rendering: auto;
}
.ReplaceButton_pp {
.ReplaceButton_tg {
position: absolute;
overflow: visible;
width: 51px;
@@ -113,7 +149,7 @@
top: 583px;
overflow: visible;
}
#Savebutton_pr {
#Savebutton_ti {
opacity: 0;
fill: rgba(255,255,255,1);
stroke: rgba(112,112,112,1);
@@ -123,7 +159,7 @@
stroke-miterlimit: 4;
shape-rendering: auto;
}
.Savebutton_pr {
.Savebutton_ti {
position: absolute;
overflow: visible;
width: 61px;
@@ -3052,21 +3088,29 @@ window.application = new Application();
<div id="TEST-TOSaveResult">
<img id="n_57" src="n_57.png" srcset="n_57.png 1x">
<div id="backbutton_pm" class="backbutton">
<svg class="backbutton_pn">
<rect id="backbutton_pn" rx="0" ry="0" x="0" y="0" width="53" height="31">
<svg class="n_20_tb">
<ellipse id="n_20_tb" rx="11" ry="11" cx="11" cy="11">
</ellipse>
</svg>
<svg class="n_25_tc">
<ellipse id="n_25_tc" rx="11" ry="11" cx="11" cy="11">
</ellipse>
</svg>
<div id="backbutton_td" class="backbutton">
<svg class="backbutton_te">
<rect id="backbutton_te" rx="0" ry="0" x="0" y="0" width="53" height="31">
</rect>
</svg>
</div>
<div id="ReplaceButton" class="ReplaceButton">
<svg class="ReplaceButton_pp">
<rect onclick="application.goToTargetView(event)" id="ReplaceButton_pp" rx="0" ry="0" x="0" y="0" width="51" height="42">
<svg class="ReplaceButton_tg">
<rect onclick="application.goToTargetView(event)" id="ReplaceButton_tg" rx="0" ry="0" x="0" y="0" width="51" height="42">
</rect>
</svg>
</div>
<div id="Savebutton" class="Savebutton">
<svg class="Savebutton_pr">
<rect onclick="application.goToTargetView(event)" id="Savebutton_pr" rx="0" ry="0" x="0" y="0" width="61" height="53">
<svg class="Savebutton_ti">
<rect onclick="application.goToTargetView(event)" id="Savebutton_ti" rx="0" ry="0" x="0" y="0" width="61" height="53">
</rect>
</svg>
</div>