From 86613d5e6afd6532153386ad5e44a2a2773e185a Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Fri, 22 Aug 2025 08:18:29 +0800 Subject: [PATCH] 'commit' --- dsLightRag/Doc/L2Dwidget看板娘/Sample.html | 186 +++++++++++++++++++++ dsLightRag/static/Sample.html | 186 +++++++++++++++++++++ dsLightRag/static/XiaoZhi.html | 44 +++-- 3 files changed, 401 insertions(+), 15 deletions(-) create mode 100644 dsLightRag/Doc/L2Dwidget看板娘/Sample.html create mode 100644 dsLightRag/static/Sample.html diff --git a/dsLightRag/Doc/L2Dwidget看板娘/Sample.html b/dsLightRag/Doc/L2Dwidget看板娘/Sample.html new file mode 100644 index 00000000..57b58259 --- /dev/null +++ b/dsLightRag/Doc/L2Dwidget看板娘/Sample.html @@ -0,0 +1,186 @@ + + + + + + 学伴切换示例 + + + +
+ + +
+ +
+
+ 正在录音... +
+ +
+ + +
+ + + + + \ No newline at end of file diff --git a/dsLightRag/static/Sample.html b/dsLightRag/static/Sample.html new file mode 100644 index 00000000..57b58259 --- /dev/null +++ b/dsLightRag/static/Sample.html @@ -0,0 +1,186 @@ + + + + + + 学伴切换示例 + + + +
+ + +
+ +
+
+ 正在录音... +
+ +
+ + +
+ + + + + \ No newline at end of file diff --git a/dsLightRag/static/XiaoZhi.html b/dsLightRag/static/XiaoZhi.html index 57b58259..a5d1fe3c 100644 --- a/dsLightRag/static/XiaoZhi.html +++ b/dsLightRag/static/XiaoZhi.html @@ -20,6 +20,9 @@ background-color: #dc3545; border: none; color: white; font-size: 16px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); display: flex; align-items: center; justify-content: center; + /* 确保按钮始终可见 */ + opacity: 1 !important; + visibility: visible !important; } .record-button:hover { background-color: #c82333; } .stop-button { @@ -28,6 +31,9 @@ font-size: 16px; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); display: flex; align-items: center; justify-content: center; display: none; + /* 确保按钮始终可见 */ + opacity: 1 !important; + visibility: visible !important; } .stop-button:hover { background-color: #5a6268; } .recording-indicator { @@ -65,10 +71,10 @@