lsc 1 年之前
父節點
當前提交
5684c24261

+ 1 - 1
dist/index.html

@@ -18,7 +18,7 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.4ba2c661c0e6e0d131b291845a9b4c47.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.e97d134e001cf57d792e.js></script><script type=text/javascript src=./static/js/app.fa701190d7ef2154c474.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.3121685c8a088e4ca549832db00eadbf.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.e97d134e001cf57d792e.js></script><script type=text/javascript src=./static/js/app.a2abc0b9f0a68678048f.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.3121685c8a088e4ca549832db00eadbf.css


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


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


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


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


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


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


+ 4 - 4
src/components/GM/studyStudentGM.vue

@@ -569,7 +569,7 @@
                           <div v-if="tooC == 15">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
                               src="@/assets/icon/thirdToolList/answer.png" alt />
-                            <div style="margin: 5px 0">问答工具</div>
+                            <div style="margin: 5px 0">问答</div>
                           </div>
                           <div v-if="tooC == 26">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
@@ -589,7 +589,7 @@
                           <div v-if="tooC == 21">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
                               src="@/assets/icon/fourthToolList/program.png" alt />
-                            <div style="margin: 5px 0">编程平台</div>
+                            <div style="margin: 5px 0">AIoT Blockly</div>
                           </div>
                           <div v-if="tooC == 22">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
@@ -599,12 +599,12 @@
                           <div v-if="tooC == 23">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
                               src="@/assets/icon/fourthToolList/program.png" alt />
-                            <div style="margin: 5px 0">Python</div>
+                            <div style="margin: 5px 0">AI Python</div>
                           </div>
                           <div v-if="tooC == 24">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
                               src="@/assets/icon/fourthToolList/AIprogram.png" alt />
-                            <div style="margin: 5px 0">AI平台</div>
+                            <div style="margin: 5px 0">AI Blockly</div>
                           </div>
                           <div v-if="tooC == 25">
                             <img @click="addTools(tooC, toolIndex, taskCount)"

+ 8 - 8
src/components/courseDetail.vue

@@ -445,7 +445,7 @@
                                   src="../assets/icon/thirdToolList/answer.png"
                                   alt
                                 />
-                                <div>问答工具</div>
+                                <div>问答</div>
                               </div>
                               <div v-if="item3.tool == 26">
                                 <img
@@ -473,7 +473,7 @@
                                   src="../assets/icon/fourthToolList/program.png"
                                   alt
                                 />
-                                <div>编程平台</div>
+                                <div>AIoT Blockly</div>
                               </div>
                               <div v-if="item3.tool == 22">
                                 <img
@@ -487,14 +487,14 @@
                                   src="../assets/icon/fourthToolList/program.png"
                                   alt
                                 />
-                                <div>Python</div>
+                                <div>AI Python</div>
                               </div>
                               <div v-if="item3.tool == 24">
                                 <img
                                   src="../assets/icon/fourthToolList/AIprogram.png"
                                   alt
                                 />
-                                <div>AI平台</div>
+                                <div>AI Blockly</div>
                               </div>
                               <div v-if="item3.tool == 25">
                                 <img
@@ -846,16 +846,16 @@
                                     <div v-if="item3.tool == 4">问卷调查</div>
                                     <div v-if="item3.tool == 45">选择题</div>
                                     <div v-if="item3.tool == 10">倒计时</div>
-                                    <div v-if="item3.tool == 15">问答工具</div>
+                                    <div v-if="item3.tool == 15">问答</div>
                                     <div v-if="item3.tool == 26">课程设计</div>
                                     <div v-if="item3.tool == 18">
                                       训练服务器
                                     </div>
                                     <div v-if="item3.tool == 16">作业提交</div>
-                                    <div v-if="item3.tool == 21">编程平台</div>
+                                    <div v-if="item3.tool == 21">AIoT Blockly</div>
                                     <div v-if="item3.tool == 22">AI体验</div>
-                                    <div v-if="item3.tool == 23">Python</div>
-                                    <div v-if="item3.tool == 24">AI平台</div>
+                                    <div v-if="item3.tool == 23">AI Python</div>
+                                    <div v-if="item3.tool == 24">AI Blockly</div>
                                     <div v-if="item3.tool == 25">目标管理</div>
                                     <div v-if="item3.tool == 31">数学画板</div>
                                     <div v-if="item3.tool == 28">翻译</div>

+ 5 - 4
src/components/easy/studyStudent.vue

@@ -489,7 +489,7 @@
                       <div class="tool">
                         <div class="whiteBIcon">
                           <img src="../../assets/icon/thirdToolList/answer.png" alt />
-                          <div style="margin: 5px 0">问答工具</div>
+                          <div style="margin: 5px 0">问答</div>
                         </div>
                       </div>
                       <div class="tool">
@@ -533,7 +533,7 @@
                       <div class="tool">
                         <div class="whiteBIcon">
                           <img src="../../assets/icon/fourthToolList/program.png" alt />
-                          <div style="margin: 5px 0">编程平台</div>
+                          <div style="margin: 5px 0">AIoT Blockly</div>
                         </div>
                       </div>
                       <div class="tool">
@@ -545,13 +545,13 @@
                       <div class="tool">
                         <div class="whiteBIcon">
                           <img src="../../assets/icon/fourthToolList/Pythonprogram.png" alt />
-                          <div style="margin: 5px 0">Python</div>
+                          <div style="margin: 5px 0">AI Python</div>
                         </div>
                       </div>
                       <div class="tool">
                         <div class="whiteBIcon">
                           <img src="../../assets/icon/fourthToolList/AIprogram.png" alt />
-                          <div style="margin: 5px 0">AI平台</div>
+                          <div style="margin: 5px 0">AI Blockly</div>
                         </div>
                       </div>
                       <div class="tool">
@@ -11269,6 +11269,7 @@ ol {
   flex-direction: column;
   flex-wrap: nowrap;
   align-items: center;
+  font-size:14px;
 }
 
 .whiteBIcon>img {

+ 8 - 7
src/components/easy2/studyStudent.vue

@@ -554,7 +554,7 @@
                           <div v-show="tooC == 15">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
                               src="../../assets/icon/thirdToolList/answer.png" alt />
-                            <div style="margin: 5px 0">问答工具</div>
+                            <div style="margin: 5px 0">问答</div>
                           </div>
                           <div v-show="tooC == 26">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
@@ -579,7 +579,7 @@
                           <div v-show="tooC == 21">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
                               src="../../assets/icon/fourthToolList/program.png" alt />
-                            <div style="margin: 5px 0">编程平台</div>
+                            <div style="margin: 5px 0">AIoT Blockly</div>
                           </div>
                           <!-- <div v-show="tooC == 22">
                             <img
@@ -592,12 +592,12 @@
                           <div v-show="tooC == 23">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
                               src="../../assets/icon/fourthToolList/Pythonprogram.png" alt />
-                            <div style="margin: 5px 0">Python</div>
+                            <div style="margin: 5px 0">AI Python</div>
                           </div>
                           <div v-show="tooC == 24">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
                               src="../../assets/icon/fourthToolList/AIprogram.png" alt />
-                            <div style="margin: 5px 0">AI平台</div>
+                            <div style="margin: 5px 0">AI Blockly</div>
                           </div>
                           <div v-show="tooC == 25">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
@@ -4947,7 +4947,7 @@
                       <div class="tool">
                         <div class="whiteBIcon" @click="addTools2(21)">
                           <img src="../../assets/icon/fourthToolList/program.png" alt />
-                          <div style="margin: 5px 0">编程平台</div>
+                          <div style="margin: 5px 0">AIoT Blockly</div>
                         </div>
                         <div class="check" @click="addTools2(21)">
                           <img src="../../assets/icon/checkNo.png" alt v-if="checktoolArray.indexOf(21) == -1" />
@@ -4981,7 +4981,7 @@
                       <div class="tool">
                         <div class="whiteBIcon" @click="addTools2(23)">
                           <img src="../../assets/icon/fourthToolList/Pythonprogram.png" alt />
-                          <div style="margin: 5px 0">Python</div>
+                          <div style="margin: 5px 0">AI Python</div>
                         </div>
                         <div class="check" @click="addTools2(23)">
                           <img src="../../assets/icon/checkNo.png" alt v-if="checktoolArray.indexOf(23) == -1" />
@@ -4993,7 +4993,7 @@
                       <div class="tool">
                         <div class="whiteBIcon" @click="addTools2(24)">
                           <img src="../../assets/icon/fourthToolList/AIprogram.png" alt />
-                          <div style="margin: 5px 0">AI平台</div>
+                          <div style="margin: 5px 0">AI Blockly</div>
                         </div>
                         <div class="check" @click="addTools2(24)">
                           <img src="../../assets/icon/checkNo.png" alt v-if="checktoolArray.indexOf(24) == -1" />
@@ -17179,6 +17179,7 @@ ol {
   flex-direction: column;
   flex-wrap: nowrap;
   align-items: center;
+  font-size:14px;
 }
 
 .whiteBIcon>img {

+ 8 - 7
src/components/easy3/studyStudent.vue

@@ -838,7 +838,7 @@
                               src="../../assets/icon/thirdToolList/answer.png"
                               alt
                             />
-                            <div style="margin: 5px 0">问答工具</div>
+                            <div style="margin: 5px 0">问答</div>
                           </div>
                           <div v-show="tooC == 26">
                             <img
@@ -878,7 +878,7 @@
                               src="../../assets/icon/fourthToolList/program.png"
                               alt
                             />
-                            <div style="margin: 5px 0">编程平台</div>
+                            <div style="margin: 5px 0">AIoT Blockly</div>
                           </div>
                           <!-- <div v-show="tooC == 22">
                             <img
@@ -894,7 +894,7 @@
                               src="../../assets/icon/fourthToolList/Pythonprogram.png"
                               alt
                             />
-                            <div style="margin: 5px 0">Python</div>
+                            <div style="margin: 5px 0">AI Python</div>
                           </div>
                           <div v-show="tooC == 24">
                             <img
@@ -902,7 +902,7 @@
                               src="../../assets/icon/fourthToolList/AIprogram.png"
                               alt
                             />
-                            <div style="margin: 5px 0">AI平台</div>
+                            <div style="margin: 5px 0">AI Blockly</div>
                           </div>
                           <div v-show="tooC == 25">
                             <img
@@ -8261,7 +8261,7 @@
                           src="../../assets/icon/fourthToolList/program.png"
                           alt
                         />
-                        <div style="margin: 5px 0">编程平台</div>
+                        <div style="margin: 5px 0">AIoT Blockly</div>
                       </div>
                       <div class="check" @click="addTools2(21)">
                         <img
@@ -8303,7 +8303,7 @@
                           src="../../assets/icon/fourthToolList/Pythonprogram.png"
                           alt
                         />
-                        <div style="margin: 5px 0">Python</div>
+                        <div style="margin: 5px 0">AI Python</div>
                       </div>
                       <div class="check" @click="addTools2(23)">
                         <img
@@ -8324,7 +8324,7 @@
                           src="../../assets/icon/fourthToolList/AIprogram.png"
                           alt
                         />
-                        <div style="margin: 5px 0">AI平台</div>
+                        <div style="margin: 5px 0">AI Blockly</div>
                       </div>
                       <div class="check" @click="addTools2(24)">
                         <img
@@ -21616,6 +21616,7 @@ export default {
   flex-direction: column;
   flex-wrap: nowrap;
   align-items: center;
+  font-size:14px;
 }
 
 .whiteBIcon > img {

+ 1 - 1
src/components/liveProjectDetail.vue

@@ -964,7 +964,7 @@ export default {
         { tools: [29] },
         "",
         "",
-        //1、电子白板 2、便签 3、思维导图 4、问卷调查 5、量规评分 6、协同文档 7、思维网格 8、素材库 9、选择题 10、倒计时 11、问答题 12、选人回答 13、分小组 14、老师对提交作业进行评价 15、问答 16、作业提交 17、学习资料 18、训练平台 19、目标管理 20、课程设计 21、编程平台 22、AI体验 23、python 24、AI平台
+        //1、电子白板 2、便签 3、思维导图 4、问卷调查 5、量规评分 6、协同文档 7、思维网格 8、素材库 9、选择题 10、倒计时 11、问答题 12、选人回答 13、分小组 14、老师对提交作业进行评价 15、问答 16、作业提交 17、学习资料 18、训练平台 19、目标管理 20、课程设计 21、AIoT Blockly 22、AI体验 23、python 24、AI Blockly
       ],
       rateList: [],
       tkAnswerBox: [],

+ 1 - 1
src/components/liveProjectDetailKH.vue

@@ -964,7 +964,7 @@ export default {
         { tools: [29] },
         "",
         "",
-        //1、电子白板 2、便签 3、思维导图 4、问卷调查 5、量规评分 6、协同文档 7、思维网格 8、素材库 9、选择题 10、倒计时 11、问答题 12、选人回答 13、分小组 14、老师对提交作业进行评价 15、问答 16、作业提交 17、学习资料 18、训练平台 19、目标管理 20、课程设计 21、编程平台 22、AI体验 23、python 24、AI平台
+        //1、电子白板 2、便签 3、思维导图 4、问卷调查 5、量规评分 6、协同文档 7、思维网格 8、素材库 9、选择题 10、倒计时 11、问答题 12、选人回答 13、分小组 14、老师对提交作业进行评价 15、问答 16、作业提交 17、学习资料 18、训练平台 19、目标管理 20、课程设计 21、AIoT Blockly 22、AI体验 23、python 24、AI Blockly
       ],
       rateList: [],
       tkAnswerBox: [],

+ 8 - 8
src/components/noTerminal/courseDetail.vue

@@ -214,7 +214,7 @@
                               </div>
                               <div v-if="item3.tool == 15">
                                 <img src="../../assets/icon/thirdToolList/answer.png" alt />
-                                <div>问答工具</div>
+                                <div>问答</div>
                               </div>
                               <div v-if="item3.tool == 26">
                                 <img src="../../assets/icon/thirdToolList/courseDesign.png" alt />
@@ -230,7 +230,7 @@
                               </div>
                               <div v-if="item3.tool == 21">
                                 <img src="../../assets/icon/fourthToolList/program.png" alt />
-                                <div>编程平台</div>
+                                <div>AIoT Blockly</div>
                               </div>
                               <div v-if="item3.tool == 22">
                                 <img src="../../assets/icon/fourthToolList/program.png" alt />
@@ -238,11 +238,11 @@
                               </div>
                               <div v-if="item3.tool == 23">
                                 <img src="../../assets/icon/fourthToolList/program.png" alt />
-                                <div>Python</div>
+                                <div>AI Python</div>
                               </div>
                               <div v-if="item3.tool == 24">
                                 <img src="../../assets/icon/fourthToolList/AIprogram.png" alt />
-                                <div>AI平台</div>
+                                <div>AI Blockly</div>
                               </div>
                               <div v-if="item3.tool == 25">
                                 <img src="../../assets/icon/thirdToolList/evalua.png" alt />
@@ -419,16 +419,16 @@
                                     <div v-if="item3.tool == 4">问卷调查</div>
                                     <div v-if="item3.tool == 45">选择题</div>
                                     <div v-if="item3.tool == 10">倒计时</div>
-                                    <div v-if="item3.tool == 15">问答工具</div>
+                                    <div v-if="item3.tool == 15">问答</div>
                                     <div v-if="item3.tool == 26">课程设计</div>
                                     <div v-if="item3.tool == 18">
                                       训练服务器
                                     </div>
                                     <div v-if="item3.tool == 16">作业提交</div>
-                                    <div v-if="item3.tool == 21">编程平台</div>
+                                    <div v-if="item3.tool == 21">AIoT Blockly</div>
                                     <div v-if="item3.tool == 22">AI体验</div>
-                                    <div v-if="item3.tool == 23">Python</div>
-                                    <div v-if="item3.tool == 24">AI平台</div>
+                                    <div v-if="item3.tool == 23">AI Python</div>
+                                    <div v-if="item3.tool == 24">AI Blockly</div>
                                     <div v-if="item3.tool == 25">目标管理</div>
                                     <div v-if="item3.tool == 31">数学画板</div>
                                     <div v-if="item3.tool == 28">翻译</div>

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

@@ -482,7 +482,7 @@
                           <div v-if="tooC == 15">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
                               src="../../assets/icon/thirdToolList/answer.png" alt />
-                            <div style="margin: 5px 0">问答工具</div>
+                            <div style="margin: 5px 0">问答</div>
                           </div>
                           <div v-if="tooC == 26">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
@@ -507,7 +507,7 @@
                           <div v-if="tooC == 21">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
                               src="../../assets/icon/fourthToolList/program.png" alt />
-                            <div style="margin: 5px 0">编程平台</div>
+                            <div style="margin: 5px 0">AIoT Blockly</div>
                           </div>
                           <div v-if="tooC == 22">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
@@ -517,12 +517,12 @@
                           <div v-if="tooC == 23">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
                               src="../../assets/icon/fourthToolList/program.png" alt />
-                            <div style="margin: 5px 0">Python</div>
+                            <div style="margin: 5px 0">AI Python</div>
                           </div>
                           <div v-if="tooC == 24">
                             <img @click="addTools(tooC, toolIndex, taskCount)"
                               src="../../assets/icon/fourthToolList/AIprogram.png" alt />
-                            <div style="margin: 5px 0">AI平台</div>
+                            <div style="margin: 5px 0">AI Blockly</div>
                           </div>
                           <div v-if="tooC == 25">
                             <img @click="addTools(tooC, toolIndex, taskCount)"

+ 6 - 6
src/components/student/studyStudent.vue

@@ -392,7 +392,7 @@
                           <div v-if="tool.tool == 15">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
                               src="../../assets/icon/thirdToolList/answer.png" alt />
-                            <div style="margin: 5px 0">问答工具</div>
+                            <div style="margin: 5px 0">问答</div>
                           </div>
                           <div v-if="tool.tool == 26">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
@@ -412,7 +412,7 @@
                           <div v-if="tool.tool == 21">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
                               src="../../assets/icon/fourthToolList/program.png" alt />
-                            <div style="margin: 5px 0">编程平台</div>
+                            <div style="margin: 5px 0">AIoT Blockly</div>
                           </div>
                           <div v-if="tool.tool == 22">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
@@ -422,12 +422,12 @@
                           <div v-if="tool.tool == 23">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
                               src="../../assets/icon/fourthToolList/program.png" alt />
-                            <div style="margin: 5px 0">Python</div>
+                            <div style="margin: 5px 0">AI Python</div>
                           </div>
                           <div v-if="tool.tool == 24">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
                               src="../../assets/icon/fourthToolList/AIprogram.png" alt />
-                            <div style="margin: 5px 0">AI平台</div>
+                            <div style="margin: 5px 0">AI Blockly</div>
                           </div>
                           <div v-if="tool.tool == 25">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
@@ -1786,7 +1786,7 @@ export default {
                       } else if (_tool.tool == 6) {
                         _work.workContent = `${_work.username}使用协同文档提交了:`;
                       } else if (_tool.tool == 15) {
-                        _work.workContent = `${_work.username}使用问答工具提交了:`;
+                        _work.workContent = `${_work.username}使用问答提交了:`;
                       } else if (_tool.tool == 53) {
                         _work.workContent = `${_work.username}使用文件上传提交了:`;
                       } else if (_tool.tool == 54) {
@@ -1920,7 +1920,7 @@ export default {
                       } else if (_tool.tool == 6) {
                         _work.workContent = `${_work.username}使用协同文档提交了:`;
                       } else if (_tool.tool == 15) {
-                        _work.workContent = `${_work.username}使用问答工具提交了:`;
+                        _work.workContent = `${_work.username}使用问答提交了:`;
                       } else if (_tool.tool == 53) {
                         _work.workContent = `${_work.username}使用文件上传提交了:`;
                       } else if (_tool.tool == 54) {

+ 6 - 6
src/components/studio/studyStudent.vue

@@ -386,7 +386,7 @@
                           <div v-if="tool.tool == 15">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
                               src="../../assets/icon/thirdToolList/answer.png" alt />
-                            <div style="margin: 5px 0">问答工具</div>
+                            <div style="margin: 5px 0">问答</div>
                           </div>
                           <div v-if="tool.tool == 26">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
@@ -406,7 +406,7 @@
                           <div v-if="tool.tool == 21">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
                               src="../../assets/icon/fourthToolList/program.png" alt />
-                            <div style="margin: 5px 0">编程平台</div>
+                            <div style="margin: 5px 0">AIoT Blockly</div>
                           </div>
                           <div v-if="tool.tool == 22">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
@@ -416,12 +416,12 @@
                           <div v-if="tool.tool == 23">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
                               src="../../assets/icon/fourthToolList/program.png" alt />
-                            <div style="margin: 5px 0">Python</div>
+                            <div style="margin: 5px 0">AI Python</div>
                           </div>
                           <div v-if="tool.tool == 24">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
                               src="../../assets/icon/fourthToolList/AIprogram.png" alt />
-                            <div style="margin: 5px 0">AI平台</div>
+                            <div style="margin: 5px 0">AI Blockly</div>
                           </div>
                           <div v-if="tool.tool == 25">
                             <img @click="addTools(tool.tool, toolIndex, taskCount)"
@@ -1772,7 +1772,7 @@ export default {
                       } else if (_tool.tool == 6) {
                         _work.workContent = `${_work.username}使用协同文档提交了:`;
                       } else if (_tool.tool == 15) {
-                        _work.workContent = `${_work.username}使用问答工具提交了:`;
+                        _work.workContent = `${_work.username}使用问答提交了:`;
                       } else if (_tool.tool == 53) {
                         _work.workContent = `${_work.username}使用文件上传提交了:`;
                       } else if (_tool.tool == 54) {
@@ -1898,7 +1898,7 @@ export default {
                       } else if (_tool.tool == 6) {
                         _work.workContent = `${_work.username}使用协同文档提交了:`;
                       } else if (_tool.tool == 15) {
-                        _work.workContent = `${_work.username}使用问答工具提交了:`;
+                        _work.workContent = `${_work.username}使用问答提交了:`;
                       } else if (_tool.tool == 53) {
                         _work.workContent = `${_work.username}使用文件上传提交了:`;
                       } else if (_tool.tool == 54) {

+ 6 - 6
src/components/study.vue

@@ -900,7 +900,7 @@
                               </div> -->
                             </div>
                             <div v-if="tooC == 15">
-                              <div class="iframeName">问答工具</div>
+                              <div class="iframeName">问答</div>
                               <div>
                                 <div
                                   style="
@@ -980,9 +980,9 @@
                                 alt
                               />
                               <div style="margin: 5px 0; padding-left: 8px">
-                                编程平台
+                                AIoT Blockly
                               </div>
-                              <!-- <div class="iframeName">编程平台</div>
+                              <!-- <div class="iframeName">AIoT Blockly</div>
                               <iframe src="https://x.cocorobo.cn" class="iframeCss"></iframe> -->
                             </div>
                             <div v-if="tooC == 22">
@@ -1008,7 +1008,7 @@
                                 alt
                               />
                               <div style="margin: 5px 0; padding-left: 8px">
-                                Python
+                                AI Python
                               </div>
                               <!-- <div class="iframeName">python</div>
                               <iframe src="https://python-blockly.cocorobo.cn/" class="iframeCss"></iframe> -->
@@ -1022,9 +1022,9 @@
                                 alt
                               />
                               <div style="margin: 5px 0; padding-left: 8px">
-                                AI平台
+                                AI Blockly
                               </div>
-                              <!-- <div class="iframeName">AI平台</div>
+                              <!-- <div class="iframeName">AI Blockly</div>
                               <iframe src="https://ai-blockly.cocorobo.cn/?lang=zh-hans" class="iframeCss"></iframe> -->
                             </div>
                             <div v-if="tooC == 40">

+ 8 - 7
src/components/studyStudent.vue

@@ -823,7 +823,7 @@
                               src="../assets/icon/thirdToolList/answer.png"
                               alt
                             />
-                            <div style="margin: 5px 0">问答工具</div>
+                            <div style="margin: 5px 0">问答</div>
                           </div>
                           <div v-if="tooC == 26">
                             <img
@@ -863,7 +863,7 @@
                               src="../assets/icon/fourthToolList/program.png"
                               alt
                             />
-                            <div style="margin: 5px 0">编程平台</div>
+                            <div style="margin: 5px 0">AIoT Blockly</div>
                           </div>
                           <!-- <div v-if="tooC == 22">
                             <img
@@ -879,7 +879,7 @@
                               src="../assets/icon/fourthToolList/Pythonprogram.png"
                               alt
                             />
-                            <div style="margin: 5px 0">Python</div>
+                            <div style="margin: 5px 0">AI Python</div>
                           </div>
                           <div v-if="tooC == 24">
                             <img
@@ -887,7 +887,7 @@
                               src="../assets/icon/fourthToolList/AIprogram.png"
                               alt
                             />
-                            <div style="margin: 5px 0">AI平台</div>
+                            <div style="margin: 5px 0">AI Blockly</div>
                           </div>
                           <div v-if="tooC == 25">
                             <img
@@ -6675,7 +6675,7 @@
                             src="../assets/icon/fourthToolList/program.png"
                             alt
                           />
-                          <div style="margin: 5px 0">编程平台</div>
+                          <div style="margin: 5px 0">AIoT Blockly</div>
                         </div>
                         <div class="check" @click="addTools2(21)">
                           <img
@@ -6717,7 +6717,7 @@
                             src="../assets/icon/fourthToolList/Pythonprogram.png"
                             alt
                           />
-                          <div style="margin: 5px 0">Python</div>
+                          <div style="margin: 5px 0">AI Python</div>
                         </div>
                         <div class="check" @click="addTools2(23)">
                           <img
@@ -6738,7 +6738,7 @@
                             src="../assets/icon/fourthToolList/AIprogram.png"
                             alt
                           />
-                          <div style="margin: 5px 0">AI平台</div>
+                          <div style="margin: 5px 0">AI Blockly</div>
                         </div>
                         <div class="check" @click="addTools2(24)">
                           <img
@@ -20976,6 +20976,7 @@ ol {
   flex-direction: column;
   flex-wrap: nowrap;
   align-items: center;
+  font-size:14px;
 }
 
 .whiteBIcon > img {

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