mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 03:23:02 +00:00
fix: replace link to new git repo
This commit is contained in:
@@ -6,14 +6,14 @@ export function Footer() {
|
||||
return (
|
||||
<footer className="flex flex-col text-center p-4 bg-base-200">
|
||||
<p className="flex flex-row justify-center items-center h-[1em]">
|
||||
<a className="link link-info mr-1" href="https://git.unlock-music.dev/um/um-react">
|
||||
<a className="link link-info mr-1" href="https://git.um-react.app/um/um-react">
|
||||
音乐解锁
|
||||
</a>
|
||||
(
|
||||
<a
|
||||
title="使用 MIT 授权协议"
|
||||
className="link link-info"
|
||||
href="https://git.unlock-music.dev/um/um-react/src/branch/main/LICENSE"
|
||||
href="https://git.um-react.app/um/um-react/src/branch/main/LICENSE"
|
||||
>
|
||||
MIT
|
||||
</a>
|
||||
@@ -23,7 +23,7 @@ export function Footer() {
|
||||
<p>
|
||||
{'© 2019 - '}
|
||||
<CurrentYear />
|
||||
<a className="ml-1 link link-info" href="https://git.unlock-music.dev/um">
|
||||
<a className="ml-1 link link-info" href="https://git.um-react.app/um">
|
||||
Unlock Music
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -7,7 +7,7 @@ export interface ProjectIssueProps {
|
||||
|
||||
export function ProjectIssue({ id, title }: ProjectIssueProps) {
|
||||
return (
|
||||
<ExtLink target="_blank" href={`https://git.unlock-music.dev/um/um-react/issues/${id}`}>
|
||||
<ExtLink target="_blank" href={`https://git.um-react.app/um/um-react/issues/${id}`}>
|
||||
{`#${id}`}
|
||||
{title && ` - ${title}`}
|
||||
</ExtLink>
|
||||
|
||||
@@ -9,31 +9,31 @@ export function FAQAboutProject() {
|
||||
<Header3 id="failed">um-react 是什么</Header3>
|
||||
<p>
|
||||
um-react 是由
|
||||
<a className="mx-1 link link-info" href="https://git.unlock-music.dev/um">
|
||||
<a className="mx-1 link link-info" href="https://git.um-react.app/um">
|
||||
Unlock Music
|
||||
</a>
|
||||
基于 React 框架制作的一款用于移除已购音乐的加密保护的小工具,使用
|
||||
<a className="mx-1 link link-info" href="https://git.unlock-music.dev/um/um-react/src/branch/main/LICENSE">
|
||||
<a className="mx-1 link link-info" href="https://git.um-react.app/um/um-react/src/branch/main/LICENSE">
|
||||
MIT
|
||||
</a>
|
||||
授权协议。
|
||||
</p>
|
||||
<p>
|
||||
它的解密核心由 <FaRust className="inline" />
|
||||
<a className="mx-1 link link-info" href="https://git.unlock-music.dev/um/lib_um_crypto_rust">
|
||||
<a className="mx-1 link link-info" href="https://git.um-react.app/um/lib_um_crypto_rust">
|
||||
<code>lib_um_crypto_rust</code>
|
||||
</a>
|
||||
驱动,使用
|
||||
<a
|
||||
className="mx-1 link link-info"
|
||||
href="https://git.unlock-music.dev/um/lib_um_crypto_rust/src/branch/main/LICENSE_MIT"
|
||||
href="https://git.um-react.app/um/lib_um_crypto_rust/src/branch/main/LICENSE_MIT"
|
||||
>
|
||||
MIT
|
||||
</a>
|
||||
+
|
||||
<a
|
||||
className="mx-1 link link-info"
|
||||
href="https://git.unlock-music.dev/um/lib_um_crypto_rust/src/branch/main/LICENSE_APACHE"
|
||||
href="https://git.um-react.app/um/lib_um_crypto_rust/src/branch/main/LICENSE_APACHE"
|
||||
>
|
||||
Apache
|
||||
</a>
|
||||
|
||||
@@ -67,7 +67,7 @@ export function OtherFAQ() {
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<ExtLink className="mr-2" href="https://git.unlock-music.dev/um/um-react-wry">
|
||||
<ExtLink className="mr-2" href="https://git.um-react.app/um/um-react-wry">
|
||||
<strong>
|
||||
<code>um-react-wry</code>
|
||||
</strong>
|
||||
@@ -79,7 +79,7 @@ export function OtherFAQ() {
|
||||
<ul className="list-disc pl-6">
|
||||
<li>
|
||||
<p>
|
||||
<ExtLink href="https://git.unlock-music.dev/um/um-react/releases/latest">仓库下载</ExtLink>
|
||||
<ExtLink href="https://git.um-react.app/um/um-react/releases/latest">仓库下载</ExtLink>
|
||||
{' | 寻找文件名为 '}
|
||||
<code>um-react-win64-</code> 开头的附件
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user