Compare commits

...

2 Commits

Author SHA1 Message Date
鲁树人
c4f07f08dc chore: update references to old urls
Some checks failed
Build / build (push) Failing after 1m9s
2025-05-09 10:38:10 +09:00
鲁树人
c9d1cbac09 docs: update license year 2025-05-09 10:37:29 +09:00
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ FROM --platform=$TARGETPLATFORM nginx:stable-alpine
LABEL org.opencontainers.image.title="Unlock Music"
LABEL org.opencontainers.image.description="Unlock encrypted music file in browser"
LABEL org.opencontainers.image.authors="MengYX"
LABEL org.opencontainers.image.source="https://github.com/ix64/unlock-music"
LABEL org.opencontainers.image.source="https://git.unlock-music.dev/um/web"
LABEL org.opencontainers.image.licenses="MIT"
LABEL maintainer="MengYX"

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019-2023 MengYX
Copyright (c) 2019-2025 MengYX
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -11,7 +11,7 @@
> **WARNING**
> 在本站 fork 不会起到备份的作用,只会浪费服务器储存空间。如无必要请勿 fork 该仓库。
[授权协议]: https://git.unlock-music.dev/um/web/src/branch/master/LICENSE
[授权协议]: https://git.unlock-music.dev/um/web/src/branch/main/LICENSE
[unlock-music/cli]: https://git.unlock-music.dev/um/cli
[`@unlock_music_chat`]: https://t.me/unlock_music_chat
[ci]: https://git.unlock-music.dev/um/web/actions?workflow=build.yml

View File

@ -11,13 +11,13 @@
</div>
<div>
目前支持 网易云音乐(ncm), QQ音乐(qmc, mflac, mgg), 酷狗音乐(kgm), 虾米音乐(xm), 酷我音乐(.kwm)
<a href="https://git.unlock-music.dev/um/web/src/branch/master/README.md" target="_blank">更多</a>
<a href="https://git.unlock-music.dev/um/web/src/branch/main/README.md" target="_blank">更多</a>
</div>
<div>
<!--如果进行二次开发此行版权信息不得移除且应明显地标注于页面上-->
<span>Copyright &copy; 2019 - {{ new Date().getFullYear() }} MengYX</span>
音乐解锁使用
<a href="https://git.unlock-music.dev/um/web/src/branch/master/LICENSE" target="_blank">MIT许可协议</a>
<a href="https://git.unlock-music.dev/um/web/src/branch/main/LICENSE" target="_blank">MIT许可协议</a>
开放源代码
</div>
</el-footer>