From 0129c90ac8dda8c12c2d6fc3c3a5bf20853fef4b Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Fri, 22 Aug 2025 08:30:36 +0800 Subject: [PATCH] 'commit' --- dsLightRag/static/XiaoZhi.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dsLightRag/static/XiaoZhi.html b/dsLightRag/static/XiaoZhi.html index 56ad0cf0..8015df08 100644 --- a/dsLightRag/static/XiaoZhi.html +++ b/dsLightRag/static/XiaoZhi.html @@ -68,8 +68,8 @@
- - + +
@@ -147,8 +147,8 @@ // 初始化看板娘 - 简化为Sample.html的工作版本 function initL2Dwidget() { - const modelId = getUrlParam('id') || 'shizuku'; - const model = models[modelId] || models.shizuku; + const modelId = getUrlParam('id') || 'koharu'; + const model = models[modelId] || models.koharu; document.getElementById('model-select').value = modelId; console.log('加载模型:', model.name, model.jsonPath);