Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] bdeaa38588
Bump minimist from 1.2.5 to 1.2.8
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-04 19:33:55 +00:00
7 changed files with 18 additions and 45 deletions

View File

@ -34,4 +34,4 @@ jobs:
secret_id: ${{ secrets.SECRET_ID }} secret_id: ${{ secrets.SECRET_ID }}
secret_key: ${{ secrets.SECRET_KEY }} secret_key: ${{ secrets.SECRET_KEY }}
bucket: ${{ secrets.BUCKET }} bucket: ${{ secrets.BUCKET }}
region: ap-shanghai region: ap-shanghai

21
package-lock.json generated
View File

@ -7414,11 +7414,6 @@
"brace-expansion": "^1.1.7" "brace-expansion": "^1.1.7"
} }
}, },
"minimist": {
"version": "1.2.5",
"bundled": true,
"optional": true
},
"minipass": { "minipass": {
"version": "2.9.0", "version": "2.9.0",
"bundled": true, "bundled": true,
@ -8681,9 +8676,9 @@
} }
}, },
"minimist": { "minimist": {
"version": "1.2.5", "version": "1.2.8",
"resolved": "https://registry.npm.taobao.org/minimist/download/minimist-1.2.5.tgz", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
"integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI=" "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="
}, },
"minipass": { "minipass": {
"version": "3.1.1", "version": "3.1.1",
@ -13745,11 +13740,6 @@
"brace-expansion": "^1.1.7" "brace-expansion": "^1.1.7"
} }
}, },
"minimist": {
"version": "1.2.5",
"bundled": true,
"optional": true
},
"minipass": { "minipass": {
"version": "2.9.0", "version": "2.9.0",
"bundled": true, "bundled": true,
@ -14531,11 +14521,6 @@
"brace-expansion": "^1.1.7" "brace-expansion": "^1.1.7"
} }
}, },
"minimist": {
"version": "1.2.5",
"bundled": true,
"optional": true
},
"minipass": { "minipass": {
"version": "2.9.0", "version": "2.9.0",
"bundled": true, "bundled": true,

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>个人技术分享</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

@ -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

@ -6884,9 +6884,9 @@ minimatch@3.0.4, minimatch@^3.0.4:
brace-expansion "^1.1.7" brace-expansion "^1.1.7"
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5: minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
version "1.2.5" version "1.2.8"
resolved "https://registry.npm.taobao.org/minimist/download/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
integrity sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI= integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
minipass-collect@^1.0.2: minipass-collect@^1.0.2:
version "1.0.2" version "1.0.2"