Compare commits

..

8 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
CPunisher f544d74c55 Merge branch 'master' of github.com:ciaochaos/qrbtf 2022-09-07 16:58:22 +08:00
CPunisher 3906c357f4 chore: change title and icp 2022-09-07 16:58:09 +08:00
8 changed files with 43 additions and 31 deletions

View File

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

6
package-lock.json generated
View File

@ -2138,9 +2138,9 @@
}
},
"ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"version": "6.12.2",
"resolved": "https://registry.npm.taobao.org/ajv/download/ajv-6.12.2.tgz?cache=0&sync_timestamp=1587338610933&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fajv%2Fdownload%2Fajv-6.12.2.tgz",
"integrity": "sha1-xinF7O0XuvMUQ3kY0tqIyZ1ZWM0=",
"requires": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",

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());
gtag('config', 'UA-165845289-1');
gtag('config', 'G-3NKS6ZG27V');
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
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>QRBTF 参数化二维码生成器</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

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

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

@ -1868,9 +1868,9 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.4.1:
integrity sha1-75FuJxxkrBIXH9g4TqrmsjRYVNo=
ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.0, ajv@^6.5.5:
version "6.12.6"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
version "6.12.2"
resolved "https://registry.npm.taobao.org/ajv/download/ajv-6.12.2.tgz?cache=0&sync_timestamp=1587338610933&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fajv%2Fdownload%2Fajv-6.12.2.tgz#c629c5eced17baf314437918d2da88c99d5958cd"
integrity sha1-xinF7O0XuvMUQ3kY0tqIyZ1ZWM0=
dependencies:
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"
@ -4438,9 +4438,9 @@ extsprintf@^1.2.0:
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
fast-deep-equal@^3.1.1:
version "3.1.3"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
version "3.1.1"
resolved "https://registry.npm.taobao.org/fast-deep-equal/download/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
integrity sha1-VFFFB3xQFJHjOxXsQIwpQ3bpSuQ=
fast-glob@^2.0.2:
version "2.2.7"
@ -4456,8 +4456,8 @@ fast-glob@^2.0.2:
fast-json-stable-stringify@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
resolved "https://registry.npm.taobao.org/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz?cache=0&sync_timestamp=1576367703577&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffast-json-stable-stringify%2Fdownload%2Ffast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
integrity sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM=
fast-levenshtein@~2.0.6:
version "2.0.6"
@ -6313,8 +6313,8 @@ json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2:
json-schema-traverse@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
resolved "https://registry.npm.taobao.org/json-schema-traverse/download/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
integrity sha1-afaofZUTq4u4/mO9sJecRI5oRmA=
json-schema@0.2.3:
version "0.2.3"
@ -8591,8 +8591,8 @@ punycode@^1.2.4:
punycode@^2.1.0, punycode@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
resolved "https://registry.npm.taobao.org/punycode/download/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha1-tYsBCsQMIsVldhbI0sLALHv0eew=
q@^1.1.2:
version "1.5.1"
@ -10484,9 +10484,9 @@ upath@^1.1.1:
integrity sha1-j2bbzVWog6za5ECK+LA1pQRMGJQ=
uri-js@^4.2.2:
version "4.4.1"
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
version "4.2.2"
resolved "https://registry.npm.taobao.org/uri-js/download/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
integrity sha1-lMVA4f93KVbiKZUHwBCupsiDjrA=
dependencies:
punycode "^2.1.0"