(⊙o⊙)…54

This commit is contained in:
zjh
2025-10-09 20:07:17 +08:00
parent 8ce37deef7
commit dea7833e0f

View File

@@ -8,6 +8,7 @@
<link rel="stylesheet" href="../css/courseHome.css" /> <link rel="stylesheet" href="../css/courseHome.css" />
</head> </head>
<body> <body>
<div class="container barrierFree"> <div class="container barrierFree">
<!-- start --> <!-- start -->
@@ -71,22 +72,14 @@
</div> --> </div> -->
<!-- 操作栏 具体按钮 --> <!-- 操作栏 具体按钮 -->
<div class="course-operation"> <div class="course-operation">
<div <div title="语音识别" onclick="showSpeech()" aria-label="点击开启语音识别功能"
title="语音识别"
onclick="showSpeech()"
aria-label="点击开启语音识别功能"
onmouseenter="debouncedSpeechDomTextBarrier(event)" onmouseenter="debouncedSpeechDomTextBarrier(event)"
onmouseout="debouncedSpeechDomTextBarrier(event)" onmouseout="debouncedSpeechDomTextBarrier(event)">
>
🎧 🎧
</div> </div>
<div <div title="体感交互" onclick="showBody()" aria-label="点击开启体感交互功能"
title="体感交互"
onclick="showBody()"
aria-label="点击开启体感交互功能"
onmouseenter="debouncedSpeechDomTextBarrier(event)" onmouseenter="debouncedSpeechDomTextBarrier(event)"
onmouseout="debouncedSpeechDomTextBarrier(event)" onmouseout="debouncedSpeechDomTextBarrier(event)">
>
🦾 🦾
</div> </div>
</div> </div>