You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
5.7 KiB
1 line
5.7 KiB
|
2 months ago
|
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["package1/AI/AiChat"],{"81d0":function(e,t,i){"use strict";(function(e,t){var n=i("47a9");i("7859");n(i("3240"));var r=n(i("9b82"));e.__webpack_require_UNI_MP_PLUGIN__=i,t(r.default)}).call(this,i("3223")["default"],i("df3c")["createPage"])},"9b82":function(e,t,i){"use strict";i.r(t);var n=i("fca6"),r=i("be51");for(var o in r)["default"].indexOf(o)<0&&function(e){i.d(t,e,(function(){return r[e]}))}(o);i("fb1d");var s=i("828b"),c=Object(s["a"])(r["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],void 0);t["default"]=c.exports},be51:function(e,t,i){"use strict";i.r(t);var n=i("f31c"),r=i.n(n);for(var o in n)["default"].indexOf(o)<0&&function(e){i.d(t,e,(function(){return n[e]}))}(o);t["default"]=r.a},f31c:function(e,t,i){"use strict";(function(e,i){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=requirePlugin("WechatSI"),r=n.getRecordRecognitionManager(),o={components:{},data:function(){return{isVoice:!0,isNoVoice:!1,height:0,khName:{},msgList:[],editText:"",index:"",recordState:!1}},onShow:function(){},onLoad:function(t){this.height=e.getSystemInfoSync().windowHeight,this.khName=JSON.parse(t.khName),this.initRecord()},methods:{switchChat:function(e){this.isVoice=e},editTextBtn:function(e,t){this.editText=e.text,this.index=t,this.$refs.popup.open()},saveText:function(){this.msgList[this.index].text=this.editText,this.$forceUpdate(),this.editText="",this.close()},close:function(){this.$refs.popup.close()},convertStringCorrectly:function(e){var t=e.replace(/(\d+)十(?!\d)/g,"$10"),i=t.replace(/(\d+)十(?=\d)/g,"$1");return i},spliceMsg:function(e){return e.replace(/嗯|啊|儿|阿|恩/g,"")},convertChineseToArabic:function(e){var t={"零":0,"一":1,"二":2,"两":2,"三":3,"四":4,"五":5,"六":6,"七":7,"八":8,"九":9,"杠":"-","刚":"-","军色":"均色","叉":"X","井":"#","时间":"10件","事件":"10件","世间":"10件","实践":"10件","实件":"10件","景":"#","警":"#","颈":"#","括号":"货号","名城":"名称","明城":"名称","名成":"名称","名程":"名称"};return e.replace(/(零|一|二|两|三|四|五|六|七|八|九|杠|刚|军色|叉|井|时间|事件|世间|实践|实件|景|警|颈|括号|名城|名程|名成|明城)/g,(function(e){return t[e]}))},inputSaveText:function(){var e=this.convertChineseToArabic(this.editText);-1!=e.indexOf("点")&&(e=this.replaceCharAfterNumber(e,"点",".")),-1!=e.indexOf("货号,")&&(e=e.replace(/货号,/g,"货号")),-1!=e.indexOf("货号")&&(e=e.replace(/货号/g,"货号:")),-1!=e.indexOf(",数量")&&(e=e.replace(/,数量/g,"数量")),-1!=e.indexOf("数量,")&&(e=e.replace(/数量,/g,"数量")),-1!=e.indexOf("数量")&&(e=e.replace(/数量/g,",数量:")),e=this.convertStringCorrectly(e),e=this.spliceMsg(e),0==e.indexOf(",")&&(e=e.substr(1)),e.startsWith("号")&&(e="货号"+e.substr(1));var t=e;if(""!=this.editText){var i={text:t};this.msgList.push(i),this.editText=""}},kaishi:function(){0==this.isNoVoice&&(this.recordState=!0,i.vibrateShort(),r.start({duration:6e4,lang:"zh_CN"}))},jieshu:function(){this.recordState=!1,r.stop()},replaceCharAfterNumber:function(e,t,i){var n=new RegExp("\\d".concat(t),"g");return e.replace(n,(function(e){return e.replace(t,i)}))},initRecord:function(){var e=this,t=this;r.stop(),r.onStop=function(i){var n=e.convertChineseToArabic(i.result);-1!=n.indexOf("点")&&(n=t.replaceCharAfterNumber(n,"点",".")),-1!=n.indexOf("货号,")&&(n=n.replace(/货号,/g,"货号")),-1!=n.indexOf("货号")&&(n=n.replace(/货号/g,"货号:")),-1!=n.indexOf(",数量")&&(n=n.replace(/,数量/g,"数量")),-1!=n.indexOf("数量,")&&(n=n.replace(/数量,/g,"数量")),-1!=n.indexOf("数量")&&(n=n.replace(/数量/g,",数量:")),n=e.convertStringCorrectly(n),n=e.spliceMsg(n),0==n.indexOf(",")&&(n=n.substr(1)),0==n.indexOf("号")&&(n="货号"+n.substr(1));var r={text:n};t.msgList.push(r),t.$forceUpdate()},r.onError=function(e){"-30011"==e.retcode&&(t.isNoVoice=!0),"-30004"==e.retcode&&(t.isNoVoice=!1,i.hideToast(),i.showToast({title:"未识别到声音
|