fix: replace link to new git repo

This commit is contained in:
鲁树人
2025-09-03 21:19:37 +09:00
parent bbb557eafd
commit 27c33a7d20
7 changed files with 28 additions and 28 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>