This commit is contained in:
cjw
2026-02-16 01:54:21 +08:00
parent 0f0e397110
commit c6f52b9849
+2 -2
View File
@@ -117,9 +117,9 @@
<div style="display: flex; justify-content: space-between; align-items: center;"> <div style="display: flex; justify-content: space-between; align-items: center;">
<p>PythonOCC 可用: {{ pythonocc_available }} | 服务版本: 3.0.0</p> <p>PythonOCC 可用: {{ pythonocc_available }} | 服务版本: 3.0.0</p>
<div> <div>
<button class="upload-btn" onclick="goToHistory()" style="margin-left: 10px;"> <a href="/history" class="upload-btn" style="margin-left: 10px; text-decoration: none; display: inline-block; text-align: center;">
📋 查看历史记录 📋 查看历史记录
</button> </a>
</div> </div>
</div> </div>
</div> </div>