mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-05-23 16:27:43 +08:00
Compare commits
2 Commits
9f2a74e1d6
...
c4f07f08dc
Author | SHA1 | Date | |
---|---|---|---|
|
c4f07f08dc | ||
|
c9d1cbac09 |
@ -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"
|
||||
|
||||
|
2
LICENSE
2
LICENSE
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 © 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user