Skip to content

Commit ecb4ce2

Browse files
committed
fix
1 parent 00df62c commit ecb4ce2

3 files changed

Lines changed: 0 additions & 34 deletions

File tree

data/beta.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,5 @@ <h3 class="version-card-title">Beta 版本</h3>
8585
</div>
8686
</div>
8787

88-
<div id="overlay" class="hidden"></div>
89-
<div id="confirmBox" class="hidden">
90-
<p>This software is licensed under the GPL3 License. Do you agree to the terms and want to proceed with the download?</p>
91-
<div id="gpl3Box" class="gpl3-box">
92-
<!-- GPL3 协议内容将通过 JavaScript 动态加载 -->
93-
</div>
94-
<div class="button-group">
95-
<button id="cancelBtn">Cancel</button>
96-
<button id="okBtn">Agree & Download</button>
97-
</div>
98-
</div>
9988
</body>
10089
</html>

data/dev.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,5 @@ <h3 class="version-card-title">Dev 版本</h3>
8585
</div>
8686
</div>
8787

88-
<div id="overlay" class="hidden"></div>
89-
<div id="confirmBox" class="hidden">
90-
<p>This software is licensed under the GPL3 License. Do you agree to the terms and want to proceed with the download?</p>
91-
<div id="gpl3Box" class="gpl3-box">
92-
<!-- GPL3 协议内容将通过 JavaScript 动态加载 -->
93-
</div>
94-
<div class="button-group">
95-
<button id="cancelBtn">Cancel</button>
96-
<button id="okBtn">Agree & Download</button>
97-
</div>
98-
</div>
9988
</body>
10089
</html>

data/stable.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,5 @@ <h3 class="version-card-title">历史版本</h3>
119119
</p>
120120
</div>
121121
</div>
122-
123-
<div id="overlay" class="hidden"></div>
124-
<div id="confirmBox" class="hidden">
125-
<p>This software is licensed under the GPL3 License. Do you agree to the terms and want to proceed with the download?</p>
126-
<div id="gpl3Box" class="gpl3-box">
127-
<!-- GPL3 协议内容将通过 JavaScript 动态加载 -->
128-
</div>
129-
<div class="button-group">
130-
<button id="cancelBtn">Cancel</button>
131-
<button id="okBtn">Agree & Download</button>
132-
</div>
133-
</div>
134122
</body>
135123
</html>

0 commit comments

Comments
 (0)