File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed
pages/Discovery/Recommendation Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 11export const REPOSITORY = 'https://github.com/uniquemo/react-netease-music'
2+ export const USER_PROFILE = 'https://github.com/uniquemo'
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import Songlist from './Songlist'
44import LatestMusic from './LatestMusic'
55import MV from './MV'
66
7+ import { USER_PROFILE } from 'constants/github'
8+
79import styles from './style.module.css'
810
911const Recommendation = ( ) => {
@@ -22,6 +24,17 @@ const Recommendation = () => {
2224 < div className = { styles . block } >
2325 < MV />
2426 </ div >
27+
28+ < div className = { styles . footer } >
29+ { new Date ( ) . getFullYear ( ) } { ' ' }
30+ < a href = { USER_PROFILE } target = '_blank' rel = 'noreferrer' >
31+ @uniquemo
32+ </ a > { ' ' }
33+ 备案号{ ' ' }
34+ < a href = 'https://beian.miit.gov.cn/' target = '_blank' rel = 'noreferrer' >
35+ 粤ICP备2021121971号-1
36+ </ a >
37+ </ div >
2538 </ div >
2639 )
2740}
Original file line number Diff line number Diff line change 55.block {
66 margin-bottom : 50px ;
77}
8+
9+ .footer {
10+ font-size : 12px ;
11+ text-align : center;
12+ }
You can’t perform that action at this time.
0 commit comments