Compare commits

..

6 Commits

Author SHA1 Message Date
CPunisher 1897fc4473 feat: update title 2023-06-22 14:31:00 +08:00
CPunisher 3436431cfd revert: workflow 2023-06-22 01:56:54 +08:00
CPunisher 3e8ffb6963 chore: update GA 2023-06-22 01:51:54 +08:00
CPunisher d9581ddebf chore: update GA 2023-06-22 01:46:44 +08:00
倪豪 0b6cc8db7b
Update InputText.js 2023-06-20 19:13:35 +08:00
CPunisher 0341268305 feat: discord announcement 2023-06-20 18:44:40 +08:00
7 changed files with 45 additions and 18 deletions

21
package-lock.json generated
View File

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

View File

@ -2,15 +2,15 @@
<html lang="zh">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-165845289-1"></script>
<script data-ad-client="ca-pub-3611009408282658" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XKEWNQ1T0E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-165845289-1');
gtag('config', 'G-3NKS6ZG27V');
gtag('config', 'UA-165845289-1');
gtag('config', 'G-XKEWNQ1T0E');
</script>
<script>
(function(){
@ -53,7 +53,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`.
-->
<title>个人技术分享</title>
<title>QRBTF Classic</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -349,8 +349,17 @@ td {
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) {
.Qr-input-hint {
.Qr-input-hint, .Qr-new-discord {
margin-top: 14px;
font-size: 14px;
}

View File

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

View File

@ -69,6 +69,9 @@ const InputText = ({dispatch}) => {
<div className="Qr-input-hint">
上传普通二维码或输入网址
</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>
</React.Fragment>);
}

View File

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