This commit is contained in:
teasiu
2026-05-01 18:51:55 +08:00
parent 8d903d36f1
commit 7d3651995e

View File

@@ -129,7 +129,7 @@
<body> <body>
<header> <header>
<h1>NAS媒体播放器使用指南</h1> <h1>NAS媒体播放器使用指南</h1>
<p class="version-info">版本v1.0 | 日期2025年12</p> <p class="version-info">版本v1.2 | 日期2026年5</p>
</header> </header>
<div class="section"> <div class="section">
@@ -473,9 +473,13 @@
</ul> </ul>
<p style="margin-top: 25px; text-align: center; color: #666; font-size: 1.1em;"> <p style="margin-top: 25px; text-align: center; color: #666; font-size: 1.1em;">
© 2025 海纳思 版权所有 | 保留所有权利 © <span id="year"></span> 海纳思 版权所有 | 保留所有权利
</p> </p>
</div> </div>
<!-- 自动更新年份 -->
<script>
document.getElementById('year').innerText = new Date().getFullYear();
</script>
</body> </body>
</html> </html>