From 9e72531d50a18620ab7b013769e83407b9296232 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Sun, 3 May 2020 12:00:57 +0800 Subject: [PATCH] =?UTF-8?q?footer=20Copyright=EF=BC=8C=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=9B=B4=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 16 ++++++++++++---- public/index.html | 2 +- src/components/Qrcode.js | 4 ++++ 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f72b91b..9143a77 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -12,7 +12,8 @@ - + + @@ -439,10 +447,10 @@ - + - + diff --git a/public/index.html b/public/index.html index 374cba6..6b5bd12 100644 --- a/public/index.html +++ b/public/index.html @@ -25,7 +25,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - qrbtf.com 参数化二维码生成器 + QRBTF 参数化二维码生成器 diff --git a/src/components/Qrcode.js b/src/components/Qrcode.js index f351775..4a6897b 100644 --- a/src/components/Qrcode.js +++ b/src/components/Qrcode.js @@ -6,6 +6,9 @@ import QrRendererBase from "./QrRendererBase"; import QrRendererRound from "./QrRendererRound"; import QrItem from "./QrItem"; +const date = new Date(); +const currentYear = date.getFullYear(); + function getStyleList(qrcode) { const styleList = [ {value: "A1", renderer: }, @@ -144,6 +147,7 @@ class Qrcode extends React.Component {
作者ciaochaosCPunisher
+
Copyright © {currentYear} QRBTF. All rights reserved.