From 2ed084faaa9079a89b59ac07d2c6560d65a3b9e2 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Thu, 11 Jun 2020 21:15:34 +0800 Subject: [PATCH] Update PartMore --- src/components/Qrcode.css | 2 ++ src/components/app/PartMore.js | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index fa490ef..7d2357a 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -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; diff --git a/src/components/app/PartMore.js b/src/components/app/PartMore.js index 12b5f98..263c22d 100644 --- a/src/components/app/PartMore.js +++ b/src/components/app/PartMore.js @@ -8,11 +8,14 @@ const PartMore = () => (
More

更多

+

最新消息

-

2020.5.23
网站开源啦!点击访问 我们的 Github。期待你也来参与设计、开发!给个 Star 支持一下不?

+

2020.6.11
QRBTF React 组件发布!快在你的应用中引入 react-qrbtf 吧。访问项目

+

2020.5.23
网站开源啦!点击访问 我们的 Github。期待你也来参与设计、开发!给个 Star 支持一下不?查看文章 QRBTF 开源啦!来写个二维码样式吧~

2020.5.22
新增 C2 样式、下载计数(好像还不太稳定)、普通二维码上传、颜色选择、背景图片上传、输入提示、桌面端横向滚动提示。

为什么要做一个二维码生成器?

-

看这里,这篇文章 简要介绍了我们的初心与愿景。

+

看这里,如何制作一个漂亮的二维码 这篇文章简要介绍了我们的初心与愿景。

这个生成器的特别之处在哪里?

普通的二维码样式单一,不能与环境较好的融合。这一个生成器有着 丰富的参数化样式、基于 SVG 的二维码生成能力,在为我们提供精美样式的同时,不限制参数如数值、颜色、背景图片的选择,又因 SVG 有较好的拓展性,可以完美兼容矢量制图流程。

如何使用?