|
@@ -7554,12 +7554,12 @@ export default {
|
|
|
// }
|
|
|
|
|
|
|
|
|
- if (!this.isOutline2 && this.templateid == "4480d65a-1e48-11ef-bee5-005056b86db5" && this.templateid == "cf5722a4-401b-11ef-b873-005056b86dc3") {
|
|
|
+ if (!this.isOutline2 && (this.templateid == "4480d65a-1e48-11ef-bee5-005056b86db5" || this.templateid == "cf5722a4-401b-11ef-b873-005056b86dc3")) {
|
|
|
this.openAiDialog(clickType, 'aiTeacher3')
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- if (!this.isOutline2 && this.templateid != "4480d65a-1e48-11ef-bee5-005056b86db5" && this.templateid == "cf5722a4-401b-11ef-b873-005056b86dc3") {
|
|
|
+ if (!this.isOutline2 && this.templateid != "4480d65a-1e48-11ef-bee5-005056b86db5" && this.templateid != "cf5722a4-401b-11ef-b873-005056b86dc3") {
|
|
|
this.openAiDialog(clickType, 'aiTeacher2')
|
|
|
return;
|
|
|
}
|
|
@@ -15432,6 +15432,15 @@ ${this.courseText && this.aiCallback == 2 ? '注意,优化原有的<参考内
|
|
|
// var jsonString = message.substring(jsonStart, jsonEnd).trim();
|
|
|
// dArray = JSON.parse(jsonString);
|
|
|
} catch (error) {
|
|
|
+ try {
|
|
|
+ let regex = new RegExp("(?<=```json)([\\s\\S]*?)(?=```)");
|
|
|
+ let match = data.message.match(regex);
|
|
|
+ eval("var aaa = " + match[0])
|
|
|
+ dArray = aaa;
|
|
|
+
|
|
|
+ } catch (error) {
|
|
|
+ console.log("error_________________" + error);
|
|
|
+ }
|
|
|
console.log("error_________________" + error);
|
|
|
}
|
|
|
}
|
|
@@ -15687,6 +15696,15 @@ ${this.courseText && this.aiCallback == 2 ? '注意,优化原有的<参考内
|
|
|
// var jsonString = message.substring(jsonStart, jsonEnd).trim();
|
|
|
// dArray = JSON.parse(jsonString);
|
|
|
} catch (error) {
|
|
|
+ try {
|
|
|
+ let regex = new RegExp("(?<=```json)([\\s\\S]*?)(?=```)");
|
|
|
+ let match = data.message.match(regex);
|
|
|
+ eval("var aaa = " + match[0])
|
|
|
+ dArray = aaa;
|
|
|
+
|
|
|
+ } catch (error) {
|
|
|
+ console.log("error_________________" + error);
|
|
|
+ }
|
|
|
console.log("error_________________" + error);
|
|
|
}
|
|
|
}
|
|
@@ -15933,6 +15951,15 @@ ${this.courseText && this.aiCallback == 2 ? '注意,优化原有的<参考内
|
|
|
// var jsonString = message.substring(jsonStart, jsonEnd).trim();
|
|
|
// dArray = JSON.parse(jsonString);
|
|
|
} catch (error) {
|
|
|
+ try {
|
|
|
+ let regex = new RegExp("(?<=```json)([\\s\\S]*?)(?=```)");
|
|
|
+ let match = data.message.match(regex);
|
|
|
+ eval("var aaa = " + match[0])
|
|
|
+ dArray = aaa;
|
|
|
+
|
|
|
+ } catch (error) {
|
|
|
+ console.log("error_________________" + error);
|
|
|
+ }
|
|
|
console.log("error_________________" + error);
|
|
|
}
|
|
|
}
|
|
@@ -16215,6 +16242,15 @@ ${this.courseText && this.aiCallback == 2 ? '注意,优化原有的<参考内
|
|
|
// var jsonString = message.substring(jsonStart, jsonEnd).trim();
|
|
|
// tArray = JSON.parse(jsonString);
|
|
|
} catch (error) {
|
|
|
+ try {
|
|
|
+ let regex = new RegExp("(?<=```json)([\\s\\S]*?)(?=```)");
|
|
|
+ let match = data.message.match(regex);
|
|
|
+ eval("var aaa = " + match[0])
|
|
|
+ tArray = aaa;
|
|
|
+
|
|
|
+ } catch (error) {
|
|
|
+ console.log("error_________________" + error);
|
|
|
+ }
|
|
|
console.log("error_________________" + error);
|
|
|
}
|
|
|
}
|
|
@@ -16399,6 +16435,15 @@ ${_this.unitJson[0].chapterInfo[0].taskJson[task].taskDetail3.replaceAll('#','')
|
|
|
// var jsonString = message.substring(jsonStart, jsonEnd).trim();
|
|
|
// tArray = JSON.parse(jsonString);
|
|
|
} catch (error) {
|
|
|
+ try {
|
|
|
+ let regex = new RegExp("(?<=```json)([\\s\\S]*?)(?=```)");
|
|
|
+ let match = data.message.match(regex);
|
|
|
+ eval("var aaa = " + match[0])
|
|
|
+ tArray = aaa;
|
|
|
+
|
|
|
+ } catch (error) {
|
|
|
+ console.log("error_________________" + error);
|
|
|
+ }
|
|
|
console.log("error_________________" + error);
|
|
|
}
|
|
|
}
|
|
@@ -16548,6 +16593,15 @@ ${_this.unitJson[0].chapterInfo[0].taskJson[_this.taskCount].taskDetail3.replace
|
|
|
// var jsonString = message.substring(jsonStart, jsonEnd).trim();
|
|
|
// tArray = JSON.parse(jsonString);
|
|
|
} catch (error) {
|
|
|
+ try {
|
|
|
+ let regex = new RegExp("(?<=```json)([\\s\\S]*?)(?=```)");
|
|
|
+ let match = data.message.match(regex);
|
|
|
+ eval("var aaa = " + match[0])
|
|
|
+ tArray = aaa;
|
|
|
+
|
|
|
+ } catch (error) {
|
|
|
+ console.log("error_________________" + error);
|
|
|
+ }
|
|
|
console.log("error_________________" + error);
|
|
|
}
|
|
|
}
|