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 @@