import { Center, Flex, Link, Text } from '@chakra-ui/react'; import { Suspense } from 'react'; import { SDKVersion } from './SDKVersion'; import { CurrentYear } from './CurrentYear'; export function Footer() { return (
音乐解锁 {' (__APP_VERSION_SHORT__'} {') - 移除已购音乐的加密保护。'} {'© 2019 - '} {' '} UnlockMusic 团队 {' | '} 使用 MIT 授权协议
); }