网站 part more 介绍文字更新

This commit is contained in:
ciaochaos 2020-05-23 00:27:44 +08:00
parent 9946495ed6
commit 4d07f6988b
1 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,9 @@ const PartMore = () => (
<div className="Qr-s-title">More</div> <div className="Qr-s-title">More</div>
<p className="Qr-s-subtitle">更多</p> <p className="Qr-s-subtitle">更多</p>
<div className="Qr-article"> <div className="Qr-article">
<h2>最新消息</h2>
<p><b>2020.5.23</b><br/>网站开源啦<a href='https://github.com/ciaochaos/qrbtf' rel="noopener noreferrer" target="_blank">点击访问</a> Github Star </p>
<p><b>2020.5.22</b><br/>新增 C2 样式下载计数好像还不太稳定普通二维码上传颜色选择背景图片上传输入提示桌面端横向滚动提示</p>
<h2>为什么要做一个二维码生成器</h2> <h2>为什么要做一个二维码生成器</h2>
<p>看这里<a href='https://mp.weixin.qq.com/s/_Oy9I9FqPXhfwN9IUhf6_g' rel="noopener noreferrer" target="_blank">这篇文章</a> </p> <p>看这里<a href='https://mp.weixin.qq.com/s/_Oy9I9FqPXhfwN9IUhf6_g' rel="noopener noreferrer" target="_blank">这篇文章</a> </p>
<h2>这个生成器的特别之处在哪里</h2> <h2>这个生成器的特别之处在哪里</h2>
@ -25,9 +28,10 @@ const PartMore = () => (
<div className="Qr-Centered btn-row"> <div className="Qr-Centered btn-row">
<div className="div-btn"> <div className="div-btn">
<LinkButton href={"https://www.yuque.com/qrbtf/docs/donate"} value={"打赏 & 赞助"} /> <LinkButton href={"https://www.yuque.com/qrbtf/docs/donate"} value={"打赏 & 赞助"} />
<LinkButton href={"https://www.yuque.com/qrbtf/topics"} value={"问题反馈"} /> <LinkButton href={"https://github.com/ciaochaos/qrbtf"} value={"Github"} />
</div> </div>
<div className="div-btn"> <div className="div-btn">
<LinkButton href={"https://www.yuque.com/qrbtf/topics"} value={"问题反馈"} />
<LinkButton href={"https://www.yuque.com/qrbtf/docs/coop"} value={"合作咨询"} /> <LinkButton href={"https://www.yuque.com/qrbtf/docs/coop"} value={"合作咨询"} />
</div> </div>
</div> </div>