chore: update dependencies and remove unused files
refactor: migrate from nodemon to http-server for development build: add type module and update package.json scripts
This commit is contained in:
-36
@@ -30,52 +30,16 @@
|
||||
<!-- 内容层,覆盖在视频之上 -->
|
||||
<div class="content-overlay">
|
||||
|
||||
<!-- 顶部好感度条 -->
|
||||
<header class="top-bar">
|
||||
<label for="favorability-bar">Favorability</label>
|
||||
<div class="progress-container">
|
||||
<div class="progress-fill" id="favorability-bar"></div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- 语音识别结果显示区域 -->
|
||||
<div class="transcript-container">
|
||||
<p id="transcript"></p>
|
||||
</div>
|
||||
|
||||
<!-- 情感分析测试区域 -->
|
||||
<div class="sentiment-analysis-container">
|
||||
<input type="text" id="sentiment-input" placeholder="对我输入一些文字...">
|
||||
<button id="analyze-button">分析情绪</button>
|
||||
<p id="sentiment-result"></p>
|
||||
</div>
|
||||
|
||||
<!-- 本地语音识别测试区域 -->
|
||||
<div id="local-asr-container" class="local-asr-container">
|
||||
<button id="local-mic-button">开始本地识别</button>
|
||||
<p>本地识别结果: <span id="local-asr-result"></span></p>
|
||||
</div>
|
||||
|
||||
<!-- 悬浮球 -->
|
||||
<div id="floating-button">
|
||||
<i class="fas fa-bars"></i>
|
||||
</div>
|
||||
|
||||
<!-- 悬浮菜单 -->
|
||||
<div id="menu-container" class="hidden">
|
||||
<button class="menu-item" data-video="视频资源/jimeng-2025-07-16-4437-比耶,然后微笑着优雅的左右摇晃.mp4">Pose</button>
|
||||
<button class="menu-item" data-video="视频资源/生成加油视频.mp4">Cheer</button>
|
||||
<button class="menu-item" data-video="视频资源/生成跳舞视频.mp4">Dance</button>
|
||||
</div>
|
||||
|
||||
<!-- 底部麦克风和链接 -->
|
||||
<footer class="bottom-bar">
|
||||
<button class="mic-button" id="mic-button" aria-label="Start Listening">
|
||||
<i class="fas fa-microphone"></i>
|
||||
</button>
|
||||
<a href="https://x.com/jackywine" target="_blank" rel="noopener noreferrer" class="footer-credit">
|
||||
@jackywine
|
||||
</a>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user