mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
1 line
1.9 KiB
JavaScript
1 line
1.9 KiB
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([[18],{707:function(t,a,c){},721:function(t,a,c){"use strict";c(707)},731:function(t,a,c){"use strict";c.r(a);var o={name:"ChatBox",props:["myChats"],data(){return{chat:this.myChats,multiline:""}}},s=(c(721),c(84)),n=Object(s.a)(o,(function(){var t=this,a=t._self._c;return a("div",{staticClass:"doc-chat-container"},[a("div",{staticClass:"doc-chat-content"},t._l(t.chat,(function(c){return a("div",t._b({},"div",c,!1),[0===c.type?a("div",{staticClass:"doc-chat-row"},[a("div",{staticClass:"doc-chat-box"},[t._v(t._s(c.content))]),t._v(" "),a("img",{staticClass:"doc-chat-avatar",attrs:{src:"https://zhamao.xin/images/customer_avatar.png",alt:""}})]):1===c.type?a("div",{staticClass:"doc-chat-row doc-chat-row-robot"},[a("img",{staticClass:"doc-chat-avatar",attrs:{src:"https://docs-v1.zhamao.xin/logo.png",alt:""}}),t._v(" "),a("div",{staticClass:"doc-chat-box doc-chat-box-robot"},t._l(c.content.split("\n"),(function(o,s){return a("span",[t._v(t._s(o)),s!==c.content.length-1?a("br"):t._e()])})),0)]):2===c.type?a("div",{staticClass:"doc-chat-row doc-chat-banner"},[t._v("\n "+t._s(c.content)+"\n ")]):3===c.type?a("div",{staticClass:"doc-chat-row doc-chat-row-robot"},[a("img",{staticClass:"doc-chat-avatar",attrs:{src:"https://docs-v1.zhamao.xin/logo.png",alt:""}}),t._v(" "),a("div",{staticClass:"doc-chat-box doc-chat-box-robot"},[a("img",{attrs:{src:c.content,alt:""}})])]):4===c.type?a("div",{staticClass:"doc-chat-row doc-chat-row-robot"},[a("img",{staticClass:"doc-chat-avatar",attrs:{src:"https://docs-v1.zhamao.xin/logo.png",alt:""}}),t._v(" "),a("div",{staticClass:"doc-chat-box doc-chat-box-robot"},[a("div",{staticClass:"doc-chat-box-quote"},[t._v(t._s(c.quote))]),t._v(" "),t._l(c.content.split("\n"),(function(o,s){return a("span",[t._v(t._s(o)),s!==c.content.length-1?a("br"):t._e()])}))],2)]):t._e()])})),0)])}),[],!1,null,"76085dc2",null);a.default=n.exports}}]); |