版本号添加

This commit is contained in:
unknown
2024-01-08 12:19:34 +08:00
parent 895385c4d7
commit 7820448c0d
3 changed files with 18 additions and 2 deletions

View File

@@ -17,12 +17,26 @@ export const Footer: React.FC<PropInterface> = ({ type }) => {
textAlign: "center",
}}
>
<Link to="https://playedu.xyz/" target="blank">
<Link
to="https://playedu.xyz/"
style={{
display: "flex",
alignItems: "center",
justifyContent: "center",
}}
target="blank"
>
<i
style={{ fontSize: 30, color: "#cccccc" }}
className="iconfont icon-waterprint footer-icon"
onClick={() => {}}
></i>
<span
className="ml-5"
style={{ color: "#D7D7D7", fontSize: 12, marginTop: -5 }}
>
Version 1.5
</span>
</Link>
</Layout.Footer>
);