Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit06a8396

Browse files
committed
style(support): style & fm mini adjust
1 parentc87bb5b commit06a8396

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

‎src/components/BuyMeChuanChuan/index.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const BuyMeChuanChuan: FC<TProps> = ({
7979
</SelectTitle>
8080

8181
<SelectDesc>
82-
你的远程投喂将有助于开发团队在饱腹状态下工作,Cheers!
82+
你的远程投喂将有助于开发团队在饱腹状态下工作,!
8383
</SelectDesc>
8484

8585
<ChuanSelectoractive={activeChuan}onSelect={setActiveChuan}/>

‎src/components/SupportUs/Blocks.tsx‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import {
1717
Wrapper,
1818
Block,
1919
Icon,
20+
FeedIcon,
2021
Title,
2122
Divider,
2223
Desc,
@@ -51,13 +52,13 @@ const Blocks = () => {
5152

5253
<BlockonClick={()=>setShowChuan(true)}>
5354
<Title>
54-
<Iconsrc={`${ICON}/menu/feed.svg`}/>
55+
<FeedIconsrc={`${ICON}/menu/feed.svg`}/>
5556
远程撸串
5657
<SpaceGrow/>
5758
</Title>
5859

5960
<Divider/>
60-
<Desc>你的远程投喂将有助于开发团队在饱腹状态下工作,Cheers!</Desc>
61+
<Desc>你的远程投喂将有助于开发团队在饱腹状态下工作,冲!</Desc>
6162
</Block>
6263
<Block>
6364
<Title>
@@ -68,7 +69,7 @@ const Blocks = () => {
6869
</Title>
6970
<Divider/>
7071
<Desc>
71-
成为 CP 付费会员,持续支持社区发展,同时解锁最优质的体验和服务
72+
成为 CP 付费会员,解锁本站最高质量的体验和服务,同时支持社区持续发展
7273
</Desc>
7374
</Block>
7475
<Block>
@@ -80,7 +81,7 @@ const Blocks = () => {
8081
</Title>
8182
<Divider/>
8283
<Desc>
83-
你的团队推广将出现在本项目的 Github 主页以及本站的特别感谢中。
84+
你的团队链接将永久出现在本项目的 Github 主页以及本站的特别感谢中。
8485
</Desc>
8586
</Block>
8687
<Block>

‎src/components/SupportUs/index.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ const SupportUS: FC<TProps> = ({ metric = METRIC.SUPPORT_US }) => {
9393
<Blocks/>
9494
<Brtop={60}/>
9595

96-
<Desc>
97-
开源项目的健康发展无法仅靠情怀支撑,所受钱款将全部用于支付本站所使用的基础设施、第三方服务、开发人员生计等产生的必要费用,确保社区健壮、稳定、可持续。
96+
<Descalign>
97+
开源项目的健康发展无法仅靠情怀支撑,所受钱款将全部用于支付本站所使用的基础设施、第三方服务、资源以及开发人员生计等产生的必要费用,确保社区稳定、可持续,谢谢理解
9898
</Desc>
9999
<Brtop={20}/>
100100
<Desc>

‎src/components/SupportUs/styles/blocks.ts‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ export const Icon = styled(Img)`
3535
margin-right: 10px;
3636
fill:${theme('thread.articleDigest')};
3737
`
38+
exportconstFeedIcon=styled(Icon)`
39+
transform: rotate(-30deg);
40+
`
3841
exportconstTitle=styled.div`
3942
${css.flex('justify-between','align-center')}
4043
color:${theme('thread.articleTitle')};
@@ -58,9 +61,10 @@ export const Divider = styled.div`
5861
background-color: #004b5d;
5962
margin-top: 10px;
6063
margin-bottom: 15px;
61-
opacity: 0.6;
64+
opacity: 0.5;
6265
`
6366
exportconstDesc=styled.div`
6467
color:${theme('thread.articleDigest')};
6568
font-size: 14px;
69+
line-height: 1.85;
6670
`

‎src/components/SupportUs/styles/index.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const ContentWrapper = styled.div`
2828
exportconstSupportLogo=styled(Img)`
2929
${css.size(28)};
3030
transform: rotate(-12deg);
31-
margin-right:15px;
31+
margin-right:12px;
3232
filter: saturate(0.7);
3333
`
3434
exportconstTitle=styled.h1`
@@ -67,7 +67,7 @@ export const SocialWrapper = styled.div`
6767
${css.flex('align-center')};
6868
margin-top: 30px;
6969
margin-bottom: 30px;
70-
margin-left: -15px;
70+
margin-left: -12px;
7171
`
7272
exportconstSocialIcon=styled(Img)`
7373
${css.size(24)};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp