zhengjinyi 1 年之前
父节点
当前提交
655f0cdbfb

+ 1 - 1
src/main/resources/static/js/mixins/cmAiMixins.js

@@ -103,7 +103,7 @@ var cmAiMixins = function() {
                 const answerElement = document.createElement('div');
                 answerElement.className = 'cm_ai_answer info';
                 // 创建子元素,显示欢迎语
-                const contentInfoStr = `<div class="cm_ai_html info"><h1>Hi,我是采美Ai助手</h1>我是您的Ai助手,欢迎向我提出您的疑问,我会根据你给出的问题提供相对应的回答~</div>`
+                const contentInfoStr = `<div class="cm_ai_html info"><h1>Hi,我是采美AI助手</h1>我是您的AI助手,欢迎向我提出您的疑问,我会根据你给出的问题提供相对应的回答~</div>`
                 answerElement.innerHTML += contentInfoStr
                 // 最后,将answerElement添加到页面的某个现有元素中,例如body
                 answerContent.appendChild(answerElement);

+ 1 - 1
src/main/resources/templates/caimei-chat/chats.html

@@ -6,7 +6,7 @@
 <head>
     <template th:replace="components/head-link"></template>
     <link th:href="@{/css/caimei-chat/chats.css(v=${version})}" rel="stylesheet" type="text/css">
-    <title>采美网-采美Ai助手</title>
+    <title>采美网-采美AI助手</title>
     <template th:replace="components/analysis"></template>
 </head>
 <body>