chore: replace leftover links to old repo
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
鲁树人
2025-09-03 21:01:11 +09:00
parent b8f236a962
commit f0d16e3341
2 changed files with 5 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
"permissions": ["storage"],
"offline_enabled": true,
"options_page": "index.html",
"homepage_url": "https://git.unlock-music.dev/um/web",
"homepage_url": "https://git.um-react.app/um/web",
"action": {
"default_icon": "img/icons/favicon-32x32.png",
"default_popup": "./popup.html"
@@ -26,4 +26,4 @@
"strict_min_version": "128.0"
}
}
}
}

View File

@@ -5,19 +5,17 @@
</el-main>
<el-footer id="app-footer">
<div>
<a href="https://git.unlock-music.dev/um/web" target="_blank">音乐解锁</a>({{ version }})
移除已购音乐的加密保护
<a href="https://git.unlock-music.dev/um/web/wiki/使用提示" target="_blank">使用提示</a>
<a href="https://git.um-react.app/um/web" target="_blank">音乐解锁</a>({{ version }}) 移除已购音乐的加密保护
</div>
<div>
目前支持 网易云音乐(ncm), QQ音乐(qmc, mflac, mgg), 酷狗音乐(kgm), 虾米音乐(xm), 酷我音乐(.kwm)
<a href="https://git.unlock-music.dev/um/web/src/branch/main/README.md" target="_blank">更多</a>
<a href="https://git.um-react.app/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/main/LICENSE" target="_blank">MIT许可协议</a>
<a href="https://git.um-react.app/um/web/src/branch/main/LICENSE" target="_blank">MIT许可协议</a>
开放源代码
</div>
</el-footer>
@@ -77,7 +75,6 @@ export default {
<div class="update-title">最近更新</div>
<div class="update-content"> ${config.updateInfo} </div>
</div>
<a target="_blank" href="https://git.unlock-music.dev/um/web/wiki/使用提示">使用提示</a>
</div>`,
dangerouslyUseHTMLString: true,
duration: 10000,