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

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

60
public/flukemoni/Ex4/SetREF.html Normal file → Executable file
View File

@@ -48,6 +48,42 @@
top: 0px;
overflow: visible;
}
#n_18_gd {
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_gd {
position: absolute;
overflow: visible;
width: 22px;
height: 22px;
left: 45px;
top: 598px;
}
#n_20_ge {
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_ge {
position: absolute;
overflow: visible;
width: 22px;
height: 22px;
left: 415px;
top: 598px;
}
#SkipButton {
opacity: 0;
position: absolute;
@@ -61,7 +97,7 @@
--web-action-target: SetREFSkip.html;
cursor: pointer;
}
#SkipButton_fn {
#SkipButton_gg {
fill: rgba(255,255,255,1);
stroke: rgba(112,112,112,1);
stroke-width: 1px;
@@ -70,7 +106,7 @@
stroke-miterlimit: 4;
shape-rendering: auto;
}
.SkipButton_fn {
.SkipButton_gg {
position: absolute;
overflow: visible;
width: 103px;
@@ -91,7 +127,7 @@
--web-action-target: SetREFStart.html;
cursor: pointer;
}
#RunButton_fp {
#RunButton_gi {
fill: rgba(255,255,255,1);
stroke: rgba(112,112,112,1);
stroke-width: 1px;
@@ -100,7 +136,7 @@
stroke-miterlimit: 4;
shape-rendering: auto;
}
.RunButton_fp {
.RunButton_gi {
position: absolute;
overflow: visible;
width: 100px;
@@ -3024,15 +3060,23 @@ window.application = new Application();
<div id="SetREF">
<img id="n_10" src="n_10.png" srcset="n_10.png 1x">
<svg class="n_18_gd">
<ellipse id="n_18_gd" rx="11" ry="11" cx="11" cy="11">
</ellipse>
</svg>
<svg class="n_20_ge">
<ellipse id="n_20_ge" rx="11" ry="11" cx="11" cy="11">
</ellipse>
</svg>
<div onclick="application.goToTargetView(event)" id="SkipButton" class="SkipButton">
<svg class="SkipButton_fn">
<rect id="SkipButton_fn" rx="0" ry="0" x="0" y="0" width="103" height="50">
<svg class="SkipButton_gg">
<rect id="SkipButton_gg" rx="0" ry="0" x="0" y="0" width="103" height="50">
</rect>
</svg>
</div>
<div onclick="application.goToTargetView(event)" id="RunButton" class="RunButton">
<svg class="RunButton_fp">
<rect id="RunButton_fp" rx="0" ry="0" x="0" y="0" width="100" height="52">
<svg class="RunButton_gi">
<rect id="RunButton_gi" rx="0" ry="0" x="0" y="0" width="100" height="52">
</rect>
</svg>
</div>