Procházet zdrojové kódy

style: 更新免责申明

zhouyuhao před 5 měsíci
rodič
revize
75c1865250
1 změnil soubory, kde provedl 38 přidání a 12 odebrání
  1. 38 12
      src/views/AIRobotChat/src/AIRobotChat.vue

+ 38 - 12
src/views/AIRobotChat/src/AIRobotChat.vue

@@ -495,7 +495,7 @@ defineExpose({
         </div>
         </div>
       </div>
       </div>
       <div class="liability-exemption">
       <div class="liability-exemption">
-        <span> Content is generated by Al, please check carefully!</span>
+        <span>Content is generated by Al, please check carefully!</span>
         <span class="liability-exemption-btn" @click="handleLiabilityExeDialog">Disclaimer</span>
         <span class="liability-exemption-btn" @click="handleLiabilityExeDialog">Disclaimer</span>
       </div>
       </div>
     </div>
     </div>
@@ -506,18 +506,37 @@ defineExpose({
       width="800"
       width="800"
       top="20vh"
       top="20vh"
     >
     >
-      <p style="line-height: 21px">
-        This feature generates automated answers summarised from FT articles. By using it, you are
-        interacting with an Al system (provided byAnthropic), not a human. Al can make mistakes.
-        Please refer to the source articles for verification and cifation purposes.
+      <div
+        class="title"
+        style="margin-bottom: 8px; font-size: 16px; font-weight: 700; line-height: 24px"
+      >
+        Important Notice: AI-Generated Content
+      </div>
+      <p>
+        This chat assistant is powered by artificial intelligence (AI) and is designed to help you
+        access information and answer your queries efficiently. Please be aware of the following:
+      </p>
+      <p>
+        <strong>• AI-Generated Responses: </strong>All responses are automatically generated by AI.
+        While we strive for accuracy, errors or inaccuracies may occur. Please verify critical
+        information independently before making business decisions.
+      </p>
+      <p>
+        <strong>• Data Privacy & Security:</strong> You can only access shipment data within your
+        authorized account permissions. Your data remains confidential and will not be shared with
+        other users or third parties.
       </p>
       </p>
-      <p style="line-height: 21px">
-        Our staff do not check or moderate Ask FT is answers in advance, but may review some later.
-        Our journalists continue to write and edit all thearticles Ask FT uses as sources. Learn
-        more about our editorial principles for generative Al To helo us understand how you are
-        usina this feafure and how we can improve it, we use your data. This includes your query and
-        any personadata you have shared with us, like your job title. For more information about how
-        we use your data, please read our Privacy Policy.
+      <p>
+        <strong>• Information Accuracy: </strong> For critical business decisions or time-sensitive
+        matters, we recommend contacting our customer service team directly for verification.
+      </p>
+      <p>
+        <strong>• Service Limitations: </strong> This assistant provides general guidance and data
+        queries. For complex or specialized requests, please reach out to our support team.
+      </p>
+      <p>
+        By using this AI assistant, you acknowledge these limitations and agree to use the
+        information provided accordingly.
       </p>
       </p>
     </el-dialog>
     </el-dialog>
   </div>
   </div>
@@ -811,6 +830,13 @@ defineExpose({
   padding-bottom: 0;
   padding-bottom: 0;
   .el-dialog__body {
   .el-dialog__body {
     padding-top: 8px;
     padding-top: 8px;
+    p {
+      margin-bottom: 8px;
+      line-height: 21px;
+      &:last-child {
+        margin-bottom: 0;
+      }
+    }
   }
   }
 }
 }
 </style>
 </style>