修复bug,添加备案号悬挂功能

This commit is contained in:
2026-04-14 07:53:29 +08:00
parent 72bf0c32b8
commit 4b545ddcf9
5 changed files with 24 additions and 16 deletions

View File

@@ -11,7 +11,7 @@
*/
?>
<div class="footer">
<p>&copy; <?php echo date('Y'); ?> Sea Network Technology Studio</p>
<p>&copy; <?php echo date('Y'); ?> Sea Network Technology Studio<?php if (defined('ICP_ENABLED') && ICP_ENABLED && defined('ICP_NUMBER') && ICP_NUMBER): ?> | <a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer"><?php echo htmlspecialchars(ICP_NUMBER); ?></a><?php endif; ?></p>
</div>
</body>
</html>