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.