mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 03:23:02 +00:00
fix: reduce footer text, move project information to faq page
This commit is contained in:
@@ -5,24 +5,28 @@ export function Footer() {
|
||||
const appVersionShort = '__APP_VERSION_SHORT__';
|
||||
return (
|
||||
<footer className="flex flex-col text-center p-4 bg-base-200">
|
||||
<div className="flex flex-row justify-center items-center h-[1em]">
|
||||
<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>
|
||||
(v{appVersionShort}
|
||||
<SDKVersion />) - 移除已购音乐的加密保护。
|
||||
</div>
|
||||
<div>
|
||||
(
|
||||
<a
|
||||
title="使用 MIT 授权协议"
|
||||
className="link link-info"
|
||||
href="https://git.unlock-music.dev/um/um-react/src/branch/main/LICENSE"
|
||||
>
|
||||
MIT
|
||||
</a>
|
||||
, v{appVersionShort}
|
||||
<SDKVersion />)
|
||||
</p>
|
||||
<p>
|
||||
{'© 2019 - '}
|
||||
<CurrentYear />{' '}
|
||||
<a className="link link-info" href="https://git.unlock-music.dev/um">
|
||||
UnlockMusic 团队
|
||||
<CurrentYear />
|
||||
<a className="ml-1 link link-info" href="https://git.unlock-music.dev/um">
|
||||
Unlock Music
|
||||
</a>
|
||||
{' | '}
|
||||
<a className="link link-info" href="https://git.unlock-music.dev/um/um-react/src/branch/main/LICENSE">
|
||||
使用 MIT 授权协议
|
||||
</a>
|
||||
</div>
|
||||
</p>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user