Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] e2a448a74e
Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 10:34:58 +00:00
8 changed files with 22 additions and 34 deletions

6
package-lock.json generated
View File

@ -2356,9 +2356,9 @@
"integrity": "sha1-bIw/uCfdQ+45GPJ7gngqt2WKb9k=" "integrity": "sha1-bIw/uCfdQ+45GPJ7gngqt2WKb9k="
}, },
"async": { "async": {
"version": "2.6.3", "version": "2.6.4",
"resolved": "https://registry.npm.taobao.org/async/download/async-2.6.3.tgz", "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
"integrity": "sha1-1yYl4jRKNlbjo61Pp0n6gymdgv8=", "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
"requires": { "requires": {
"lodash": "^4.17.14" "lodash": "^4.17.14"
} }

View File

@ -2,15 +2,15 @@
<html lang="zh"> <html lang="zh">
<head> <head>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-165845289-1"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XKEWNQ1T0E"></script> <script data-ad-client="ca-pub-3611009408282658" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} function gtag(){dataLayer.push(arguments);}
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'UA-165845289-1'); gtag('config', 'UA-165845289-1');
gtag('config', 'G-XKEWNQ1T0E'); gtag('config', 'G-3NKS6ZG27V');
</script> </script>
<script> <script>
(function(){ (function(){
@ -53,7 +53,7 @@
work correctly both with client-side routing and a non-root public URL. 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`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>QRBTF Classic</title> <title>QRBTF 参数化二维码生成器</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -349,17 +349,8 @@ td {
transition-duration: 0.3s; transition-duration: 0.3s;
} }
.Qr-new-discord {
font-size: 12px;
position: absolute;
left: 0;
bottom: -54px;
font-weight: bold;
text-decoration: underline;
}
@media (min-width: 500px) { @media (min-width: 500px) {
.Qr-input-hint, .Qr-new-discord { .Qr-input-hint {
margin-top: 14px; margin-top: 14px;
font-size: 14px; font-size: 14px;
} }

View File

@ -24,7 +24,7 @@ ReactGA.addTrackers(
} }
}, },
{ {
trackingId: 'G-XKEWNQ1T0E', trackingId: 'G-3NKS6ZG27V',
gaOptions: { name: 'trackerG' } gaOptions: { name: 'trackerG' }
} }
], ],

View File

@ -90,7 +90,7 @@ const PartFooter = () => (
<div className="Gray"> <div className="Gray">
Copyright © {currentYear} QRBTF. 保留所有权利<br/> Copyright © {currentYear} QRBTF. 保留所有权利<br/>
<LinkTrace href="https://beian.miit.gov.cn/" <LinkTrace href="http://www.beian.miit.gov.cn/"
rel="noopener noreferrer" target="_blank"> rel="noopener noreferrer" target="_blank">
ICP 19005869 ICP 19005869

View File

@ -69,9 +69,6 @@ const InputText = ({dispatch}) => {
<div className="Qr-input-hint"> <div className="Qr-input-hint">
上传普通二维码或输入网址 上传普通二维码或输入网址
</div> </div>
<a className="Qr-new-discord" href="https://discord.gg/V9CNuqYfte" target='_blank'>
New! Click to join our DiscordAI QR code coming soon!
</a>
</div> </div>
</React.Fragment>); </React.Fragment>);
} }

View File

@ -2129,9 +2129,9 @@ async-limiter@~1.0.0:
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
async@^2.6.2: async@^2.6.2:
version "2.6.3" version "2.6.4"
resolved "https://registry.npm.taobao.org/async/download/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
integrity sha1-1yYl4jRKNlbjo61Pp0n6gymdgv8= integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
dependencies: dependencies:
lodash "^4.17.14" lodash "^4.17.14"
@ -6623,9 +6623,9 @@ lodash.unset@4.5.2:
integrity sha1-Nw0dPoW3Kn4bDN8tJyEhMG8j5O0= integrity sha1-Nw0dPoW3Kn4bDN8tJyEhMG8j5O0=
"lodash@>=3.5 <5", lodash@^4.0.1, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.5, lodash@^4.2.0: "lodash@>=3.5 <5", lodash@^4.0.1, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.5, lodash@^4.2.0:
version "4.17.15" version "4.17.21"
resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg= integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
loglevel@^1.6.6: loglevel@^1.6.6:
version "1.6.8" version "1.6.8"