From 4b42d40e35e028eee8ccffecc009377564029001 Mon Sep 17 00:00:00 2001 From: Shua-github Date: Sun, 29 Dec 2024 17:24:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E7=BF=BB=E8=AF=91=E4=B8=BA=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E5=B9=B6=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Info.jsx | 46 +++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/src/components/Info.jsx b/src/components/Info.jsx index 35b6b6c..7d5b47d 100644 --- a/src/components/Info.jsx +++ b/src/components/Info.jsx @@ -11,7 +11,7 @@ import ListItemAvatar from "@mui/material/ListItemAvatar"; import Avatar from "@mui/material/Avatar"; import Typography from "@mui/material/Typography"; -export default function Info({ open, handleClose, config }) { +export default function Info({ open, handleClose }) { return (
- About + 关于 - This tool made possible by: + 这个工具由以下人员提供支持: + + (window.location.href = "https://github.com/Shua-github") + } + > + + + + + @@ -41,7 +58,7 @@ export default function Info({ open, handleClose, config }) { - You can find the source code or contribute here: + 你可以在这里找到源代码或贡献: (window.location.href = - "https://github.com/Rosemoe/arcaea-stickers") + "https://github.com/Shua-github/arcaea-stickers-zh") } > @@ -98,21 +115,14 @@ export default function Info({ open, handleClose, config }) { src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" /> - + - - Total stickers made using the app: -
- {config?.global - ? config?.global.toLocaleString() + " Sticker" - : "not available"} -