feat(thanks): 更新鸣谢页面样式和内容

- 添加页面过渡动画效果
- 重新设计鸣谢页面布局和样式
- 增加导航栏功能链接
- 优化移动端显示效果
This commit is contained in:
2025-07-12 21:48:23 +08:00
parent 7f4b503173
commit fd133066d7
11 changed files with 20370 additions and 28 deletions

View File

@@ -107,8 +107,8 @@ $announcement = $announcementResult && $announcementResult->num_rows > 0 ? $anno
margin-bottom: 5px;
}
</style>
<div class="container mt-4 storage-progress">
<div style="align-content: center; text-align: center;">
<div class="container-fluid mt-4 storage-progress">
<?php
// 获取磁盘总容量和网站占用存储
$totalSpace = disk_total_space(__DIR__);
@@ -443,7 +443,7 @@ $announcement = $announcementResult && $announcementResult->num_rows > 0 ? $anno
?>
</div>
</div>
</div></div>
<!-- Bootstrap JS Bundle with Popper -->
<script src="/js/bootstrap.bundle.js"></script>