lsc 1 year ago
parent
commit
9b6dcee717

+ 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.6792f26264d97d52125496dce54d482e.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.2ea62301d5bc18e5b15b.js></script><script type=text/javascript src=./static/js/app.3f4500c792acdc686742.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.bb4e5c7e509fd6ae6fa7962b7abd06de.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.2ea62301d5bc18e5b15b.js></script><script type=text/javascript src=./static/js/app.3417f1da8a213294d0a5.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.bb4e5c7e509fd6ae6fa7962b7abd06de.css


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


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


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


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


+ 3 - 3
src/components/EnglishVoice2/component/testRole.vue

@@ -98,9 +98,9 @@ export default {
 }
 
 .dialog>.d_img {
-    width: 64px;
-    height: 64px;
-    min-width: 64px;
+    width: 40px;
+    height: 40px;
+    min-width: 40px;
     overflow: hidden;
     border-radius: 50%;
     margin-right: 5px;

+ 1 - 1
src/components/EnglishVoice2/index.vue

@@ -247,7 +247,7 @@ export default {
     position: absolute;
     bottom: 0;
     right: 80px;
-    height: 185px;
+    height: 210px;
     display: flex;
     align-items: center;
 }</style>

+ 3 - 3
src/components/checkEnglishVoice/component/testRole.vue

@@ -98,9 +98,9 @@ export default {
 }
 
 .dialog>.d_img {
-    width: 50px;
-    height: 50px;
-    min-width: 50px;
+    width: 40px;
+    height: 40px;
+    min-width: 40px;
     overflow: hidden;
     border-radius: 50%;
     margin-right: 5px;

+ 2 - 1
src/components/checkEnglishVoice/data/index.vue

@@ -188,7 +188,7 @@ export default {
         if (i > (this.checkJson.length - 1)) {
           break
         }
-        if(works[i].star){
+        if(works[i] && works[i].star){
           scoreCont++
           score.Pronunciation += works[i].star.PronScore
           score.Accuracy += works[i].star.AccuracyScore
@@ -235,6 +235,7 @@ export default {
       this.QAArray = QAArray
       this.themeArray = themeArray
       this.createRoleArray = createRoleArray
+      this.$forceUpdate()
     },
     format(percentage) {
       return percentage;

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