版本号

This commit is contained in:
xxx 2024-02-20 15:30:03 +08:00
parent 6ccf595984
commit b49c73f338
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "playedu-admin-interface", "name": "playedu-admin-interface",
"private": false, "private": false,
"version": "0.0.0", "version": "1.6.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@ -35,7 +35,7 @@ export const Footer: React.FC<PropInterface> = ({ type }) => {
className="ml-5" className="ml-5"
style={{ color: "#D7D7D7", fontSize: 12, marginTop: -5 }} style={{ color: "#D7D7D7", fontSize: 12, marginTop: -5 }}
> >
Version 1.5 Version 1.6
</span> </span>
</Link> </Link>
</Layout.Footer> </Layout.Footer>