diff --git a/.npmrc b/.npmrc index a9c26b3..f906a7e 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,3 @@ use-node-version=22.12.0 engine-strict=true -@unlock-music:registry=https://git.unlock-music.dev/api/packages/um/npm/ +@unlock-music:registry=https://git.um-react.app/api/packages/um/npm/ diff --git a/README.MD b/README.MD index 580732e..fd1624e 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ # Unlock Music 音乐解锁 (React) -[![Build Status](https://git.unlock-music.dev/um/um-react/actions/workflows/build.yaml/badge.svg)][um-react-actions] +[![Build Status](https://git.um-react.app/um/um-react/actions/workflows/build.yaml/badge.svg)][um-react-actions] - 在浏览器中解锁加密的音乐文件。 Unlock encrypted music file in the browser. - 查看[原基于 Vue 的 Unlock Music 项目][um-vue] @@ -13,11 +13,11 @@ > **WARNING** > 在本站 fork 不会起到备份的作用,只会浪费服务器储存空间。如无必要请勿 fork 该仓库。 -[授权协议]: https://git.unlock-music.dev/um/um-react/src/branch/main/LICENSE -[um-vue]: https://git.unlock-music.dev/um/web -[unlock-music/cli]: https://git.unlock-music.dev/um/cli +[授权协议]: https://git.um-react.app/um/um-react/src/branch/main/LICENSE +[um-vue]: https://git.um-react.app/um/web +[unlock-music/cli]: https://git.um-react.app/um/cli [`@unlock_music_chat`]: https://t.me/unlock_music_chat -[um-react-actions]: https://git.unlock-music.dev/um/um-react/actions?workflow=build.yaml +[um-react-actions]: https://git.um-react.app/um/um-react/actions?workflow=build.yaml ⚠️ 手机端浏览器支持有限,请使用最新版本的 Chrome 或 Firefox 官方浏览器。 @@ -55,16 +55,16 @@ 遇到解密出错的情况,请一并携带错误信息(诊断信息)并简单描述错误的重现过程。 -待实现的算法支持可[追踪 `crypto` 标签](https://git.unlock-music.dev/um/um-react/issues?labels=67)。 +待实现的算法支持可[追踪 `crypto` 标签](https://git.um-react.app/um/um-react/issues?labels=67)。 -[project-issues]: https://git.unlock-music.dev/um/um-react/issues/new +[project-issues]: https://git.um-react.app/um/um-react/issues/new ## 使用 Docker 构建、部署 (Linux) 首先克隆仓库并进入目录: ```sh -git clone https://git.unlock-music.dev/um/um-react.git +git clone https://git.um-react.app/um/um-react.git cd um-react ``` @@ -115,15 +115,15 @@ docker run -d -p 8080:80 --name um-react um-react ## 相关项目 -- [Unlock Music (Web)](https://git.unlock-music.dev/um/web) - 原始项目 -- [Unlock Music (Cli)](https://git.unlock-music.dev/um/cli) - 命令行批量处理版 -- [lib_um_crypto_rust](https://git.unlock-music.dev/um/lib_um_crypto_rust) - 项目引入的解密算法实现 - - [NPM 包](https://git.unlock-music.dev/um/-/packages/npm/@unlock-music%2Fcrypto) +- [Unlock Music (Web)](https://git.um-react.app/um/web) - 原始项目 +- [Unlock Music (Cli)](https://git.um-react.app/um/cli) - 命令行批量处理版 +- [lib_um_crypto_rust](https://git.um-react.app/um/lib_um_crypto_rust) - 项目引入的解密算法实现 + - [NPM 包](https://git.um-react.app/um/-/packages/npm/@unlock-music%2Fcrypto) - [um-react (Electron 前端)](https://github.com/CarlGao4/um-react-electron) - 使用 Electron 框架封装的本地可执行文件。 - - [GitHub 下载](https://github.com/CarlGao4/um-react-electron/releases/latest) | [仓库镜像](https://git.unlock-music.dev/CarlGao4/um-react-electron) -- [um-react-wry](https://git.unlock-music.dev/um/um-react-wry) - 使用 WRY 框架封装的 Win64 单文件 ( + - [GitHub 下载](https://github.com/CarlGao4/um-react-electron/releases/latest) +- [um-react-wry](https://git.um-react.app/um/um-react-wry) - 使用 WRY 框架封装的 Win64 单文件 ( 需要[安装 Edge WebView2 运行时][webview2_redist],Win10+ 操作系统自带) - - [本地下载](https://git.unlock-music.dev/um/um-react/releases/latest) | 寻找文件名为 `um-react-win64-` 开头的附件 + - [本地下载](https://git.um-react.app/um/um-react/releases/latest) | 寻找文件名为 `um-react-win64-` 开头的附件 [webview2_redist]: https://go.microsoft.com/fwlink/p/?LinkId=2124703 diff --git a/docs/develop-with-um_crypto.zh.md b/docs/develop-with-um_crypto.zh.md index 0dcfccd..c433d62 100644 --- a/docs/develop-with-um_crypto.zh.md +++ b/docs/develop-with-um_crypto.zh.md @@ -16,7 +16,7 @@ - 进入上层目录:`cd ..` - 克隆 `lib_um_crypto_rust` 仓库 - - `git clone https://git.unlock-music.dev/um/lib_um_crypto_rust.git` + - `git clone https://git.um-react.app/um/lib_um_crypto_rust.git` - 进入 SDK 目录:`cd lib_um_crypto_rust ; cd um_wasm_loader` - 安装所有 Node 以来:`pnpm i` - 构建:`pnpm build` diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 965e41b..52699b8 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -6,14 +6,14 @@ export function Footer() { return (