root 4 tahun lalu
induk
melakukan
8f44a87aa4
2 mengubah file dengan 4 tambahan dan 3 penghapusan
  1. 3 2
      src/App.vue
  2. 1 1
      src/components/test.vue

+ 3 - 2
src/App.vue

@@ -2,7 +2,8 @@
   <div id="app">
     <div class="head">
       <div class="logo">
-        <span
+        <img style="height: 40px;margin-top: 10px;" class="left nav-icon" src="https://x.cocorobo.cn/icons/logo.png" />
+        <!-- <span
           style="
             font-size: 28px;
             font-family: 'GT Walsheim Pro Trial Bold';
@@ -10,7 +11,7 @@
             color: #fff;
           "
           >CocoBlockly</span
-        >
+        > -->
       </div>
     </div>
 

+ 1 - 1
src/components/test.vue

@@ -121,7 +121,7 @@ export default {
         const { autoCaptureTrackTraking } = context;
         canvasContext.clearRect(0, 0, canvas.width, canvas.height);
         event.data.forEach(function({ x, y, width, height }) {
-          canvasContext.strokeStyle = "#a64ceb";
+          canvasContext.strokeStyle = "#FFF";
           canvasContext.strokeRect(x, y, width, height);
           canvasContext.font = "11px Helvetica";
           canvasContext.fillStyle = "#fff";