mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-06-01 12:15:48 +08:00
项目停止维护
This commit is contained in:
@@ -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)
|
||||
|
||||
64
xiaomusic/static/index.html
vendored
64
xiaomusic/static/index.html
vendored
@@ -34,6 +34,17 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="deprecation-banner" role="alert">
|
||||
<div class="deprecation-banner__inner">
|
||||
<span class="deprecation-banner__icon" aria-hidden="true">📢</span>
|
||||
<div class="deprecation-banner__text">
|
||||
<strong>项目停止维护通知:</strong>
|
||||
因个人精力有限,作者已将重心转移到其他项目,本项目将停止维护。后续推荐使用社区接力项目
|
||||
<a href="https://github.com/mimusic-org/mimusic" target="_blank" rel="noopener">mimusic-org/mimusic</a>,
|
||||
感谢一路以来的支持 ❤️
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container_wrapper">
|
||||
<div class="logo">
|
||||
<img src="/static/xiaoai.png" alt="" />
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user