
【主 题】:提交runing字段 【描 述】: [原因]:正则匹配 bind_route 添加runing字段 PS:对应取出bind_route的, 即分割符 [过程]: [影响]: 【结 束】
2 lines
2.2 KiB
JavaScript
2 lines
2.2 KiB
JavaScript
webpackJsonp([1],{NHnr:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n("7+uW"),r={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",[this._m(0),this._v(" "),t("router-view")],1)},staticRenderFns:[function(){var e=this.$createElement,t=this._self._c||e;return t("div",[t("a",{attrs:{href:"#/Home"}},[this._v("奶头控制器")]),this._v(" "),t("a",{attrs:{href:"#/Voice"}},[this._v("声音插件")])])}]},i=n("VU/8")({},r,!1,null,null,null).exports,s=n("/ocq"),a=n("rlay"),c=n.n(a),p={data:function(){return{x:0,y:0,nipple:null}},mounted:function(){var e=this;this.createControl(document.getElementById("dynamic")),this.nipple.on("move",function(t,n){e.x=n.vector.x,e.y=n.vector.y}),this.nipple.on("end",function(t,n){e.x=0,e.y=0})},methods:{createControl:function(e){this.nipple=c.a.create({zone:e,mode:"static",position:{left:"50%",top:"50%"},color:"red",size:150})}}},l={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("div",[e._v("x:"+e._s(e.x))]),e._v(" "),n("div",[e._v("y:"+e._s(e.y))]),e._v(" "),n("div",{attrs:{id:"dynamic"}})])},staticRenderFns:[]},u=n("VU/8")(p,l,!1,null,null,null).exports,d={data:function(){return{textToSpeak:""}},methods:{speak:function(){if("speechSynthesis"in window){var e=new SpeechSynthesisUtterance(this.textToSpeak);window.speechSynthesis.speak(e)}else alert("Speech synthesis is not supported in your browser.")}}},v={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("h1",[e._v("Text to Speech Example (Web Speech API)")]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.textToSpeak,expression:"textToSpeak"}],attrs:{placeholder:"Enter text to speak"},domProps:{value:e.textToSpeak},on:{input:function(t){t.target.composing||(e.textToSpeak=t.target.value)}}}),e._v(" "),n("button",{on:{click:e.speak}},[e._v("Speak")])])},staticRenderFns:[]},h=n("VU/8")(d,v,!1,null,null,null).exports;o.a.use(s.a);var m=new s.a({routes:[{path:"/",component:u},{path:"/Home",component:u},{path:"/Voice",component:h}]});o.a.config.productionTip=!1,new o.a({el:"#app",router:m,components:{App:i},template:"<App/>"})}},["NHnr"]);
|
|
//# sourceMappingURL=app.51b1326f998c41cfca01.js.map
|