From 111b34e8833bf4b5dda07e9c1cd696dd026c88aa Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Fri, 22 Aug 2025 08:01:36 +0800 Subject: [PATCH] 'commit' --- dsLightRag/Doc/L2Dwidget看板娘/Sample.html | 154 +++++++++- .../__pycache__/SunoRoute.cpython-310.pyc | Bin 6194 -> 6160 bytes .../Suno/__pycache__/sunoUtil.cpython-310.pyc | Bin 5670 -> 5636 bytes .../Util/__pycache__/GGBUtil.cpython-310.pyc | Bin 8983 -> 8983 bytes dsLightRag/static/XiaoZhi.html | 266 ++++++++++++++++++ 5 files changed, 418 insertions(+), 2 deletions(-) create mode 100644 dsLightRag/static/XiaoZhi.html diff --git a/dsLightRag/Doc/L2Dwidget看板娘/Sample.html b/dsLightRag/Doc/L2Dwidget看板娘/Sample.html index c7119646..5472304e 100644 --- a/dsLightRag/Doc/L2Dwidget看板娘/Sample.html +++ b/dsLightRag/Doc/L2Dwidget看板娘/Sample.html @@ -22,6 +22,53 @@ background-color: white; font-size: 14px; } + .recording-indicator { + position: fixed; + bottom: 20px; + left: 20px; + z-index: 1000; + padding: 10px 15px; + background-color: rgba(220, 53, 69, 0.9); + color: white; + border-radius: 20px; + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); + display: none; + align-items: center; + } + .recording-dot { + width: 10px; + height: 10px; + background-color: white; + border-radius: 50%; + margin-right: 8px; + animation: pulse 1.5s infinite; + } + @keyframes pulse { + 0% { opacity: 1; } + 50% { opacity: 0.5; } + 100% { opacity: 1; } + } + .record-controls { + position: fixed; + bottom: 20px; + right: 20px; + z-index: 1000; + display: none; + } + .record-button { + width: 60px; + height: 60px; + border-radius: 50%; + background-color: #dc3545; + border: none; + color: white; + font-size: 16px; + cursor: pointer; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); + } + .record-button:hover { + background-color: #c82333; + }
@@ -34,6 +81,15 @@ +