diff --git a/README.md b/README.md index 4affd83..140d88b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # XiaoMusic: 无限听歌,解放小爱音箱 +> [!IMPORTANT] +> **📢 项目停止维护通知** +> +> 因个人精力有限,需将重心转移到其他项目,本项目将停止维护,不再接受新功能开发与 bug 修复,已有 issue 与 PR 也不再处理。 +> +> 后续推荐使用社区接力项目:**[mimusic-org/mimusic](https://github.com/mimusic-org/mimusic)**,欢迎大家迁移、参与共建。 +> +> 衷心感谢一路以来所有用户的支持与陪伴 ❤️ + [](https://github.com/hanxi/xiaomusic) [](https://hub.docker.com/r/hanxi/xiaomusic) [](https://hub.docker.com/r/hanxi/xiaomusic) diff --git a/xiaomusic/static/index.html b/xiaomusic/static/index.html index 8dad822..dc4466c 100644 --- a/xiaomusic/static/index.html +++ b/xiaomusic/static/index.html @@ -34,6 +34,17 @@
+
@@ -124,6 +135,59 @@
overflow-y: auto;
}
+ .deprecation-banner {
+ background: linear-gradient(90deg, rgba(245, 158, 11, 0.18), rgba(245, 158, 11, 0.08));
+ border-bottom: 1px solid rgba(245, 158, 11, 0.55);
+ color: #fde68a;
+ padding: 10px 16px;
+ box-sizing: border-box;
+ width: 100%;
+ flex-shrink: 0;
+ backdrop-filter: blur(6px);
+ }
+
+ .deprecation-banner__inner {
+ max-width: 1100px;
+ margin: 0 auto;
+ display: flex;
+ align-items: flex-start;
+ gap: 12px;
+ font-size: 0.95em;
+ line-height: 1.55;
+ }
+
+ .deprecation-banner__icon {
+ font-size: 1.2em;
+ line-height: 1.5;
+ flex-shrink: 0;
+ }
+
+ .deprecation-banner__text strong {
+ color: #fff;
+ margin-right: 4px;
+ }
+
+ .deprecation-banner__text a {
+ color: #fbbf24;
+ text-decoration: underline;
+ text-underline-offset: 2px;
+ font-weight: 600;
+ }
+
+ .deprecation-banner__text a:hover {
+ color: #fff;
+ }
+
+ @media screen and (max-width: 510px) {
+ .deprecation-banner {
+ padding: 8px 10px;
+ }
+ .deprecation-banner__inner {
+ font-size: 0.8em;
+ gap: 8px;
+ }
+ }
+
.container_wrapper {
display: flex;
flex: 1;