index.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.png">
  8. <title><%= htmlWebpackPlugin.options.title %></title>
  9. </head>
  10. <body>
  11. <noscript>
  12. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  13. </noscript>
  14. <div id="app"></div>
  15. <!-- built files will be auto injected -->
  16. <script>
  17. window.difyChatbotConfig = {
  18. token: 'h8mBtz4IQMSuT3xm',
  19. baseUrl: 'http://dify.seec.seecoder.cn',
  20. systemVariables: {},
  21. userVariables: {},
  22. }
  23. </script>
  24. <script
  25. src="http://dify.seec.seecoder.cn/embed.min.js"
  26. id="h8mBtz4IQMSuT3xm"
  27. defer>
  28. </script>
  29. <style>
  30. #dify-chatbot-bubble-button {
  31. background-color: #1C64F2 !important;
  32. }
  33. #dify-chatbot-bubble-window {
  34. width: 24rem !important;
  35. height: 40rem !important;
  36. }
  37. </style>
  38. </body>
  39. </html>