This repository was archived by the owner on Nov 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1- export const APP_VERSION = '1.0.11 '
1+ export const APP_VERSION = '1.0.12 '
Original file line number Diff line number Diff line change 11{
22 "name" : " coderplanets_web" ,
3- "version" : " 1.0.11 " ,
3+ "version" : " 1.0.12 " ,
44 "license" : " Apache License 2.0" ,
55 "scripts" : {
66 "dev" : " cross-env NODE_ENV=dev next dev" ,
Original file line number Diff line number Diff line change @@ -7,12 +7,15 @@ const SimpleLayout: FC = () => {
77 return (
88 < Wrapper >
99 < Note >
10- 由{ ' ' }
11- < Link href = "https://groupher.com" passHref >
12- < Addr > Groupher</ Addr >
13- </ Link > { ' ' }
10+ 由< Addr > Groupher</ Addr >
1411 提供服务
1512 </ Note >
13+ < Note >
14+ < Link href = "http://beian.miit.gov.cn" passHref >
15+ < Addr > 蜀ICP备17043722号-4</ Addr >
16+ </ Link >
17+ </ Note >
18+ < br />
1619 </ Wrapper >
1720 )
1821}
Original file line number Diff line number Diff line change @@ -3,18 +3,20 @@ import styled from 'styled-components'
33import css , { theme } from '@/utils/css'
44
55export const Wrapper = styled . div `
6- ${ css . flex ( 'align-both' ) } ;
6+ ${ css . flexColumn ( 'align-both' ) } ;
77 width: 100%;
88`
99export const Note = styled . div `
10- font-size: 13px ;
10+ font-size: 13.5px ;
1111 color: ${ theme ( 'thread.articleDigest' ) } ;
12- opacity: 0.8 ;
12+ margin-bottom: 5px ;
1313`
1414
1515export const Addr = styled . a `
1616 color: ${ theme ( 'thread.articleDigest' ) } ;
1717 text-decoration: none;
18+ margin-left: 2px;
19+ margin-right: 2px;
1820
1921 &:hover {
2022 color: ${ theme ( 'thread.articleTitle' ) } ;
You can’t perform that action at this time.
0 commit comments