Compare commits
6 Commits
dependabot
...
master
Author | SHA1 | Date |
---|---|---|
CPunisher | 1897fc4473 | |
CPunisher | 3436431cfd | |
CPunisher | 3e8ffb6963 | |
CPunisher | d9581ddebf | |
倪豪 | 0b6cc8db7b | |
CPunisher | 0341268305 |
File diff suppressed because it is too large
Load Diff
|
@ -17,7 +17,7 @@
|
|||
"react-indiana-drag-scroll": "^1.6.1",
|
||||
"react-lazy-load": "^3.0.13",
|
||||
"react-redux": "^7.2.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"react-scripts": "3.4.1",
|
||||
"redux": "^4.0.5",
|
||||
"serialize-javascript": "^3.1.0"
|
||||
},
|
||||
|
|
|
@ -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());
|
||||
|
||||
gtag('config', 'UA-165845289-1');
|
||||
gtag('config', 'G-3NKS6ZG27V');
|
||||
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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ ReactGA.addTrackers(
|
|||
}
|
||||
},
|
||||
{
|
||||
trackingId: 'G-3NKS6ZG27V',
|
||||
trackingId: 'G-XKEWNQ1T0E',
|
||||
gaOptions: { name: 'trackerG' }
|
||||
}
|
||||
],
|
||||
|
|
|
@ -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 Discord,AI QR code coming soon!
|
||||
</a>
|
||||
</div>
|
||||
</React.Fragment>);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue