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 1
1
{
2
2
"name" : " coderplanets_web" ,
3
- "version" : " 1.0.11 " ,
3
+ "version" : " 1.0.12 " ,
4
4
"license" : " Apache License 2.0" ,
5
5
"scripts" : {
6
6
"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 = () => {
7
7
return (
8
8
< Wrapper >
9
9
< Note >
10
- 由{ ' ' }
11
- < Link href = "https://groupher.com" passHref >
12
- < Addr > Groupher</ Addr >
13
- </ Link > { ' ' }
10
+ 由< Addr > Groupher</ Addr >
14
11
提供服务
15
12
</ Note >
13
+ < Note >
14
+ < Link href = "http://beian.miit.gov.cn" passHref >
15
+ < Addr > 蜀ICP备17043722号-4</ Addr >
16
+ </ Link >
17
+ </ Note >
18
+ < br />
16
19
</ Wrapper >
17
20
)
18
21
}
Original file line number Diff line number Diff line change @@ -3,18 +3,20 @@ import styled from 'styled-components'
3
3
import css , { theme } from '@/utils/css'
4
4
5
5
export const Wrapper = styled . div `
6
- ${ css . flex ( 'align-both' ) } ;
6
+ ${ css . flexColumn ( 'align-both' ) } ;
7
7
width: 100%;
8
8
`
9
9
export const Note = styled . div `
10
- font-size: 13px ;
10
+ font-size: 13.5px ;
11
11
color: ${ theme ( 'thread.articleDigest' ) } ;
12
- opacity: 0.8 ;
12
+ margin-bottom: 5px ;
13
13
`
14
14
15
15
export const Addr = styled . a `
16
16
color: ${ theme ( 'thread.articleDigest' ) } ;
17
17
text-decoration: none;
18
+ margin-left: 2px;
19
+ margin-right: 2px;
18
20
19
21
&:hover {
20
22
color: ${ theme ( 'thread.articleTitle' ) } ;
You can’t perform that action at this time.
0 commit comments