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

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

8
public/flukemoni/Ex2/customized.html Normal file → Executable file
View File

@@ -32,7 +32,7 @@
--web-scale-on-resize: true;
--web-enable-deep-linking: true;
}
#rectangle_5_jt {
#rectangle_5_lu {
opacity: 0;
fill: rgba(255,255,255,1);
stroke: rgba(112,112,112,1);
@@ -42,7 +42,7 @@
stroke-miterlimit: 4;
shape-rendering: auto;
}
.rectangle_5_jt {
.rectangle_5_lu {
position: absolute;
overflow: visible;
width: 49px;
@@ -2964,8 +2964,8 @@ window.application = new Application();
</head>
<body>
<div id="customized">
<svg class="rectangle_5_jt">
<rect id="rectangle_5_jt" rx="0" ry="0" x="0" y="0" width="49" height="31">
<svg class="rectangle_5_lu">
<rect id="rectangle_5_lu" rx="0" ry="0" x="0" y="0" width="49" height="31">
</rect>
</svg>
</div>