feat: add notifications and environment settings pages

This commit is contained in:
shenghuo2
2025-06-21 10:38:04 +08:00
parent b99f4810b5
commit ccb4cf909f
6 changed files with 1070 additions and 3 deletions

View File

@ -18,7 +18,7 @@
<i class="fas fa-chevron-down"></i>
</div>
<div class="header-right">
<i class="fas fa-comment-dots"></i>
<i class="fas fa-comment-dots" onclick="location.href='notifications.html'" style="cursor: pointer;"></i>
<i class="fas fa-plus-circle"></i>
</div>
</header>
@ -36,8 +36,8 @@
</nav>
<!-- 空气质量 -->
<div class="air-quality">
<span>空气质量 4</span>
<div class="air-quality" onclick="location.href='environment-settings.html'" style="cursor: pointer;">
<span>温度 25°C | 湿度 64% | 空气质量 14</span>
<i class="fas fa-chevron-right"></i>
</div>