Commit 4c913119 by Ken Nakahira

提交更新代码

parent bb1cd57f
...@@ -693,7 +693,6 @@ export default { ...@@ -693,7 +693,6 @@ export default {
this.EPlayer.stop() this.EPlayer.stop()
} }
if(this.glod_dp && this.str != "") { if(this.glod_dp && this.str != "") {
console.log('Text Appended')
this.realVoice(this.str) this.realVoice(this.str)
} else { } else {
this.yyds_pangbai += this.str this.yyds_pangbai += this.str
...@@ -1791,7 +1790,6 @@ export default { ...@@ -1791,7 +1790,6 @@ export default {
if(!arrObj || arrObj.length == 0) {return} if(!arrObj || arrObj.length == 0) {return}
if(arrObj[0].quoted){ if(arrObj[0].quoted){
if(text!==""&&!falg){ if(text!==""&&!falg){
console.log('Quote Added')
this.glod_dp = true this.glod_dp = true
// this.glod_user = false // this.glod_user = false
this.yyds_dp = text this.yyds_dp = text
...@@ -1896,7 +1894,6 @@ export default { ...@@ -1896,7 +1894,6 @@ export default {
// GoSound 真人音线 // GoSound 真人音线
GoSound(content, voicer, CB) { GoSound(content, voicer, CB) {
// 要读的文字 声线 回调 // 要读的文字 声线 回调
console.log('First')
const that = this const that = this
let Sarry = []; let Sarry = [];
this.Cobj = this.computeLen({ content }); this.Cobj = this.computeLen({ content });
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{ {
"description": "项目配置文件。", "description": "项目配置文件。",
"packOptions": { "packOptions": {
"ignore": [], "ignore": []
"include": []
}, },
"setting": { "setting": {
"urlCheck": false, "urlCheck": false,
...@@ -10,20 +9,35 @@ ...@@ -10,20 +9,35 @@
"postcss": false, "postcss": false,
"minified": false, "minified": false,
"newFeature": true, "newFeature": true,
"bigPackageSizeSupport": true, "bigPackageSizeSupport": true
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "3.3.4", "libVersion": "",
"appid": "wx3a8c6fc90ee21b81", "appid": "wx3a8c6fc90ee21b81",
"projectname": "mindEpoch", "projectname": "mindEpoch",
"condition": {}, "condition": {
"editorSetting": { "search": {
"tabIndent": "insertSpaces", "current": -1,
"tabSize": 2 "list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": 0,
"list": [
{
"name": "",
"path": "",
"query": "",
"id": 0
}
]
}
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment