Skip to content
Merged

++ #13

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions themes/2025/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ <h3>用户系统设置</h3>

<!-- 系统维护标签页 -->
<div id="maintenance-tab" class="tab-content">
<div class="maintenance-container">
<!-- <div class="maintenance-container"> -->
<div class="maintenance-header">
<h2><i class="fas fa-tools"></i> 系统维护中心</h2>
<p>管理和优化您的 FileCodeBox 系统,保持最佳性能状态</p>
Comment on lines 1299 to 1301
Copy link

Copilot AI Sep 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commenting out the maintenance-container div creates unbalanced HTML structure. The content inside this container may lose its styling and layout. Consider either removing the div entirely or providing an alternative container structure if the styling is causing issues.

Copilot uses AI. Check for mistakes.
Expand Down Expand Up @@ -1480,7 +1480,7 @@ <h3>快速操作</h3>
<div class="maintenance-result-container" id="maintenance-result" style="display: none;">
<!-- 维护操作结果将在这里显示 -->
</div>
</div>
<!-- </div> -->
</div>
</div>
</main>
Expand Down