lsc 8 mesi fa
parent
commit
9fa8a9e3f7

+ 1 - 1
dist/index.html

@@ -32,7 +32,7 @@
       width: 100%;
       background: #e6eaf0;
       font-family: '黑体';
-    }</style><link href=./static/css/app.16f8515a5c1760b744933a97a277f45e.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.571c38d63f24b1ae9e16.js></script><script type=text/javascript src=./static/js/vendor.2485ee65a402fb60e5a9.js></script><script type=text/javascript src=./static/js/app.8a5d64ce90a493655406.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.7ffcfcbc6a40541511de20d899b4e7fc.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.571c38d63f24b1ae9e16.js></script><script type=text/javascript src=./static/js/vendor.2485ee65a402fb60e5a9.js></script><script type=text/javascript src=./static/js/app.d23bbfb65f00a1e8862f.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.7ffcfcbc6a40541511de20d899b4e7fc.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.7ffcfcbc6a40541511de20d899b4e7fc.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d23bbfb65f00a1e8862f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d23bbfb65f00a1e8862f.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.571c38d63f24b1ae9e16.js.map


+ 56 - 2
src/components/pages/aiAddCourse/addCourse.vue

@@ -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);
                 }
               }

Some files were not shown because too many files changed in this diff