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

View File

@@ -5,19 +5,17 @@
</el-main> </el-main>
<el-footer id="app-footer"> <el-footer id="app-footer">
<div> <div>
<a href="https://git.unlock-music.dev/um/web" target="_blank">音乐解锁</a>({{ version }}) <a href="https://git.um-react.app/um/web" target="_blank">音乐解锁</a>({{ version }}) 移除已购音乐的加密保护
移除已购音乐的加密保护
<a href="https://git.unlock-music.dev/um/web/wiki/使用提示" target="_blank">使用提示</a>
</div> </div>
<div> <div>
目前支持 网易云音乐(ncm), QQ音乐(qmc, mflac, mgg), 酷狗音乐(kgm), 虾米音乐(xm), 酷我音乐(.kwm) 目前支持 网易云音乐(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>
<div> <div>
<!--如果进行二次开发此行版权信息不得移除且应明显地标注于页面上--> <!--如果进行二次开发此行版权信息不得移除且应明显地标注于页面上-->
<span>Copyright &copy; 2019 - {{ new Date().getFullYear() }} MengYX</span> <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> </div>
</el-footer> </el-footer>
@@ -77,7 +75,6 @@ export default {
<div class="update-title">最近更新</div> <div class="update-title">最近更新</div>
<div class="update-content"> ${config.updateInfo} </div> <div class="update-content"> ${config.updateInfo} </div>
</div> </div>
<a target="_blank" href="https://git.unlock-music.dev/um/web/wiki/使用提示">使用提示</a>
</div>`, </div>`,
dangerouslyUseHTMLString: true, dangerouslyUseHTMLString: true,
duration: 10000, duration: 10000,