Explorar o código

Merge branch 'beta'

lsc hai 10 meses
pai
achega
237d014f1f

+ 1 - 1
dist/index.html

@@ -27,7 +27,7 @@
     html,
     body{
       font-family: '黑体';
-    }</style><link href=./static/css/app.5e1fa5f347bde604c75b2832b696e1f4.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.264e3d6e7c524117db80.js></script><script type=text/javascript src=./static/js/app.5e1f48d577192c7839aa.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.7abebab11ed1dee687dd09c63f6dc604.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.264e3d6e7c524117db80.js></script><script type=text/javascript src=./static/js/app.ba7d6680f576337472b1.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/css/app.7abebab11ed1dee687dd09c63f6dc604.css


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/css/app.7abebab11ed1dee687dd09c63f6dc604.css.map


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/app.ba7d6680f576337472b1.js


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/app.ba7d6680f576337472b1.js.map


A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 3 - 1
src/components/classRoomHelper/component/taskArea.vue

@@ -1172,7 +1172,9 @@ export default {
         });
         _textData += "\n";
       });
-      const _msg = `Language: Please use the same language as the user requirement, if the user speaks Chinese, the specific text of your answer should also be in Chinese.
+      const _msg = `NOTICE
+Role: 你是出题的老师,可以利用file_search的方式完整的去分析文件内容(注:如果文件内容里面不包含需要检索的内容,就不引用文件内容),并生成需要的JSON数据。
+Language: Please use the same language as the user requirement, if the user speaks Chinese, the specific text of your answer should also be in Chinese.
 ATTENTION: Use '##' to SPLIT SECTIONS, not '#'. Output format carefully referenced "Format example".
 Instruction: Based on the context, follow "Format example", write content
 

+ 4 - 4
src/components/easy2/studyStudent.vue

@@ -1357,7 +1357,7 @@
                       @click="openWordCloud(toolIndex)"
                       >生成词云</el-button
                     >
-                    <!-- <el-button
+                    <el-button
                       type="primary"
                       v-if="
                         tool.tool[0] == 16 && worksStudent[toolIndex].length > 0
@@ -1365,7 +1365,7 @@
                       style="position: absolute; right: 30px; top: -45px"
                       @click="uploadWorks(toolIndex)"
                       >导出作业</el-button
-                    >  -->
+                    > 
                     <!-- <el-button type="primary" v-if="tool.tool[0] == 57" style="
                         position: absolute;
                         right: 30px;
@@ -13742,9 +13742,9 @@ export default {
             continue;
           }
         }
-        console.log('con[i].type',con[i])
+        // console.log('con[i].type',con[i]) 
 
-        console.log('con[i].type',con[i].type)
+        // console.log('con[i].type',con[i].type)
         
         if(_fileid == 1 || con[i].type == 3){
           this.AIloading[toolIndex][i].loading=false;

+ 2 - 2
src/components/easy3/studyStudent.vue

@@ -1387,7 +1387,7 @@
                       @click="openWordCloud(toolIndex)"
                       >生成词云</el-button
                     >
-                    <!-- <el-button
+                    <el-button
                       type="primary"
                       v-if="
                         tool.tool[0] == 16 && worksStudent[toolIndex].length > 0
@@ -1395,7 +1395,7 @@
                       style="position: absolute; right: 30px; top: -45px"
                       @click="uploadWorks(toolIndex)"
                       >导出作业</el-button
-                    > -->
+                    >
                     <!-- <el-button type="primary" v-if="tool.tool[0] == 57" style="
                         position: absolute;
                         right: 30px;

+ 2 - 2
src/components/studyStudent.vue

@@ -1356,7 +1356,7 @@
                       @click="openWordCloud(toolIndex)"
                       >生成词云</el-button
                     >
-                    <!-- <el-button
+                    <el-button
                       type="primary"
                       v-if="
                         tool.tool[0] == 16 && worksStudent[toolIndex].length > 0
@@ -1364,7 +1364,7 @@
                       style="position: absolute; right: 30px; top: -45px"
                       @click="uploadWorks(toolIndex)"
                       >导出作业</el-button
-                    > -->
+                    >
                     <!-- <el-button type="primary" v-if="tool.tool[0] == 57" style="
                         position: absolute;
                         right: 30px;

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio