From f6688a740d7ff96ccfb325f24d09c1e20205c622 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 10 Jul 2026 14:19:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/public/admin/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/public/admin/index.html b/server/public/admin/index.html index c6781556..02ebb503 100644 --- a/server/public/admin/index.html +++ b/server/public/admin/index.html @@ -73,7 +73,7 @@ } @@ -258,7 +258,7 @@ // 隐藏 Dify 头部自带的展开按钮:该按钮仅在收到 isToggledByButton:true 时渲染 // (embed.min.js 默认发送),在其后补发 false 覆盖即可 - var DIFY_ORIGIN = 'http://chat.zhenyangtang.com.cn:8088' + var DIFY_ORIGIN = 'https://ai.zhenyangtang.com.cn' window.addEventListener('message', function (event) { if (event.origin !== DIFY_ORIGIN) return if (!event.data || event.data.type !== 'dify-chatbot-iframe-ready') return