修改https

This commit is contained in:
XIE7654
2025-08-03 12:35:07 +08:00
parent 25e5e9dd01
commit 882501accf

View File

@@ -34,7 +34,7 @@
<script> <script>
window.difyChatbotConfig = { window.difyChatbotConfig = {
token: 'Wwun4nxbbn7jvkZj', token: 'Wwun4nxbbn7jvkZj',
baseUrl: 'http://dify.ywwuzi.cn', baseUrl: 'https://dify.ywwuzi.cn',
systemVariables: { systemVariables: {
// user_id: 'YOU CAN DEFINE USER ID HERE', // user_id: 'YOU CAN DEFINE USER ID HERE',
// conversation_id: 'YOU CAN DEFINE CONVERSATION ID HERE, IT MUST BE A VALID UUID', // conversation_id: 'YOU CAN DEFINE CONVERSATION ID HERE, IT MUST BE A VALID UUID',
@@ -46,7 +46,7 @@
} }
</script> </script>
<script <script
src="http://dify.ywwuzi.cn/embed.min.js" src="https://dify.ywwuzi.cn/embed.min.js"
id="Wwun4nxbbn7jvkZj" id="Wwun4nxbbn7jvkZj"
defer> defer>
</script> </script>