Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 43f42e5

Browse files
committed
chore: update beian info
1 parent 738086e commit 43f42e5

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

config/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = '1.0.11'
1+
export const APP_VERSION = '1.0.12'

deploy/production/web.tar.gz

-39 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/containers/unit/Footer/DesktopView/SimpleLayout.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

src/containers/unit/Footer/styles/desktop_view/simple_layout.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@ import styled from 'styled-components'
33
import css, { theme } from '@/utils/css'
44

55
export const Wrapper = styled.div`
6-
${css.flex('align-both')};
6+
${css.flexColumn('align-both')};
77
width: 100%;
88
`
99
export 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

1515
export 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')};

0 commit comments

Comments
 (0)