mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 10:00:46 -04:00
gouo
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||||
<title>Multi Roomba Rover</title>
|
<title>Multi Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-DiqkeSkt.js"></script>
|
<script type="module" crossorigin src="/assets/index-B1wXlWfv.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-BvvbAZLx.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-BvvbAZLx.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -830,7 +830,7 @@ function HudChatInput({ compact = false }) {
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
ref={(el) => registerInputRef(el, { target: 'hud' })}
|
ref={(el) => registerInputRef(el, { target: 'hud' })}
|
||||||
placeholder={canChat ? 'Chat…' : 'Spectator'}
|
placeholder={canChat ? 'Chat (TTS)' : 'Spectator'}
|
||||||
disabled={!canChat}
|
disabled={!canChat}
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
@@ -838,7 +838,7 @@ function HudChatInput({ compact = false }) {
|
|||||||
disabled={!canChat || sending}
|
disabled={!canChat || sending}
|
||||||
className={buttonClass}
|
className={buttonClass}
|
||||||
>
|
>
|
||||||
Send
|
Speak
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user