qymljy 5 tháng trước cách đây
mục cha
commit
46de3c1c73
1 tập tin đã thay đổi với 20 bổ sung1 xóa
  1. 20 1
      public/index.html

+ 20 - 1
public/index.html

@@ -20,4 +20,23 @@
     <meta http-equiv="pragma" content="no-cache">
   </head>
 </html>
- 
+<script>
+    window.difyChatbotConfig = {
+        token: '7V3kIkvQJfvJQFQp',
+        baseUrl: 'http://localhost'
+    }
+</script>
+<script
+        src="http://localhost/embed.min.js"
+        id="7V3kIkvQJfvJQFQp"
+        defer>
+</script>
+<style>
+    #dify-chatbot-bubble-button {
+        background-color: #1C64F2 !important;
+    }
+    #dify-chatbot-bubble-window {
+        width: 24rem !important;
+        height: 40rem !important;
+    }
+</style>