Update PartMore

This commit is contained in:
ciaochaos 2020-06-11 21:15:34 +08:00
parent cdc05e6df7
commit 2ed084faaa
2 changed files with 7 additions and 2 deletions

View File

@ -20,8 +20,10 @@
.Qr-subtitle {
margin-top: -1em;
margin-bottom: 0;
line-height: 2em;
}
.Qr-s-subtitle {
margin-top: 0.25em;
margin-bottom: 0;

View File

@ -8,11 +8,14 @@ const PartMore = () => (
<div className="Qr-s-title">More</div>
<p className="Qr-s-subtitle">更多</p>
<div className="Qr-article">
<iframe className="Qr-star" src="https://ghbtns.com/github-btn.html?user=ciaochaos&repo=qrbtf&type=star&count=true&size=large"
frameBorder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
<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.6.11</b><br/>QRBTF React 组件发布快在你的应用中引入 react-qrbtf <a href='https://github.com/cpunisher/react-qrbtf' rel="noopener noreferrer" target="_blank">访问项目</a></p>
<p><b>2020.5.23</b><br/>网站开源啦<a href='https://github.com/ciaochaos/qrbtf' rel="noopener noreferrer" target="_blank">点击访问</a> 我们的 Github。期待你也来参与设计、开发给个 Star 支持一下不?查看文章 <a href='https://mp.weixin.qq.com/s/GFEMCWQu3e2qhTuBabnHmQ' rel="noopener noreferrer" target="_blank">QRBTF 开源啦来写个二维码样式吧</a></p>
<p><b>2020.5.22</b><br/>新增 C2 样式下载计数好像还不太稳定普通二维码上传颜色选择背景图片上传输入提示桌面端横向滚动提示</p>
<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>
<p>普通的二维码样式单一不能与环境较好的融合这一个生成器有着 <b>丰富的参数化样式基于 SVG 的二维码生成能力</b> SVG </p>
<h2>如何使用</h2>