chore: 修改系统名称

This commit is contained in:
BenjaminNH 2025-07-21 10:33:55 +08:00
parent b34646f869
commit 087fa440b6
2 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<!doctype html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title> <title>电科院材料所实验室仪器设备预约系统</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View File

@ -22,7 +22,9 @@ export default function Login() {
return ( return (
<div className="w-screen h-screen flex justify-center items-center flex-col"> <div className="w-screen h-screen flex justify-center items-center flex-col">
<h1 className="m-6 text-gray-800 font-mono text-4xl">xxxx设备预约系统</h1> <h1 className="m-6 text-gray-800 font-mono text-4xl">
电科院材料所实验室仪器设备预约系统
</h1>
<Form <Form
name="login" name="login"
autoComplete="off" autoComplete="off"