Update LoginPage placeholder text and refine MobileCallPage styling

- Change the placeholder text in LoginPage from "admin" to "请输入用户名" for better localization.
- Adjust the styling of the floating video panel in MobileCallPage to improve responsiveness and maintain aspect ratio across different screen sizes.
This commit is contained in:
Xin Wang
2026-07-13 08:14:00 +08:00
parent bd2f156cca
commit 8c7e0f0ee7
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ export default function LoginPage() {
autoComplete="username"
value={username}
onChange={(event) => setUsername(event.target.value)}
placeholder="admin"
placeholder="请输入用户名"
/>
</label>
<label className="block space-y-2">