Michael Wang 3 роки тому
батько
коміт
4853424ada

+ 7 - 7
package.json

@@ -15,26 +15,26 @@
     "axios": "^0.21.1",
     "axios-progress-bar": "^1.2.0",
     "axios-retry": "^3.1.9",
-    "custom-cursor.js": "^1.3.6",
+    "custom-cursor.js": "1.3.6",
     "gsap": "^3.7.1",
     "lodash-es": "^4.17.21",
     "moment": "^2.29.1",
     "tailwindcss": "^2.2.7",
     "ua-parser-js": "^0.7.28",
     "viewerjs": "^1.10.1",
-    "vue": "^3.2.3",
+    "vue": "^3.2.6",
     "vue-router": "4.0.10"
   },
   "devDependencies": {
     "@types/lodash-es": "^4.17.4",
-    "@types/node": "^16.6.1",
+    "@types/node": "^16.7.2",
     "@types/ua-parser-js": "^0.7.36",
-    "@vitejs/plugin-vue": "^1.4.0",
-    "@vue/compiler-sfc": "^3.2.3",
-    "autoprefixer": "^10.3.1",
+    "@vitejs/plugin-vue": "^1.6.0",
+    "@vue/compiler-sfc": "^3.2.6",
+    "autoprefixer": "^10.3.2",
     "postcss": "^8.3.6",
     "typescript": "^4.3.5",
-    "vite": "^2.5.0",
+    "vite": "^2.5.1",
     "vite-plugin-components": "^0.13.2",
     "vue-tsc": "^0.2.3"
   },

+ 1 - 1
src/features/library/inspect/MarkBoardInspect.vue

@@ -8,7 +8,7 @@
       <div class="tw-flex tw-flex-col tw-flex-1 tw-text-center">
         <div class="tw-flex tw-justify-center">
           <img
-            src="../../mark/images/总分.png"
+            src="../../mark/images/totalscore.png"
             style="width: 13px; height: 16px"
           />
         </div>

+ 1 - 1
src/features/mark/CommonMarkBody.vue

@@ -11,7 +11,7 @@
         tw-flex tw-flex-col tw-place-items-center tw-justify-center
       "
     >
-      <img src="./images/空白.png" />
+      <img src="./images/empty-task.png" />
       {{ store.message }}
     </div>
     <div

+ 5 - 1
src/features/mark/MarkBoardKeyBoard.vue

@@ -28,7 +28,11 @@
     >
       <div class="tw-flex tw-flex-col">
         <div class="tw-flex tw-items-center tw-gap-2">
-          <img src="./images/总分.png" style="width: 13px; height: 16px" /> 总分
+          <img
+            src="./images/totalscore.png"
+            style="width: 13px; height: 16px"
+          />
+          总分
         </div>
         <div class="total-score tw-ml-5 tw-font-bold">
           {{ store.currentMarkResult?.markerScore }}

+ 5 - 1
src/features/mark/MarkBoardMouse.vue

@@ -28,7 +28,11 @@
     >
       <div class="tw-flex tw-flex-col">
         <div class="tw-flex tw-items-center tw-gap-2">
-          <img src="./images/总分.png" style="width: 13px; height: 16px" /> 总分
+          <img
+            src="./images/totalscore.png"
+            style="width: 13px; height: 16px"
+          />
+          总分
         </div>
         <div class="total-score tw-ml-5 tw-font-bold">
           {{ store.currentMarkResult?.markerScore }}

+ 5 - 1
src/features/mark/MarkBoardTrack.vue

@@ -13,7 +13,11 @@
     >
       <div class="tw-flex tw-flex-col">
         <div class="tw-flex tw-items-center tw-gap-2">
-          <img src="./images/总分.png" style="width: 13px; height: 16px" /> 总分
+          <img
+            src="./images/totalscore.png"
+            style="width: 13px; height: 16px"
+          />
+          总分
         </div>
         <div class="total-score tw-ml-5 tw-font-bold">
           {{ store.currentMarkResult?.markerScore }}

+ 5 - 5
src/features/mark/MarkHeader.vue

@@ -106,7 +106,7 @@
               : "-"
           }}
         </template>
-        <img src="./images/时间.png" style="width: 16px; height: 16px" />
+        <img src="./images/time.png" style="width: 16px; height: 16px" />
       </a-tooltip>
     </div>
     <div class="tw-flex">
@@ -127,7 +127,7 @@
           "
         >
           <img
-            src="./images/轨迹模式.png"
+            src="./images/trackmode.png"
             style="
               width: 11px;
               height: 12px;
@@ -156,7 +156,7 @@
       </template>
       <div class="tw-flex tw-items-center">
         <img
-          src="./images/小助手.png"
+          src="./images/assistant.png"
           style="width: 10px; height: 12px; margin-right: 2px"
         />
         <span>小助手</span>
@@ -250,7 +250,7 @@
       </template>
       <div class="tw-flex tw-items-center">
         <img
-          src="./images/小助手.png"
+          src="./images/assistant.png"
           style="width: 10px; height: 12px; margin-right: 2px"
         />
         <span>小助手</span>
@@ -264,7 +264,7 @@
       :title="store.setting.groupTitle + '-' + store.setting.groupNumber"
     >
       <img
-        src="./images/分组.png"
+        src="./images/group.png"
         style="width: 10px; height: 12px; margin-right: 2px"
       />
       <div class="tw-overflow-ellipsis tw-overflow-hidden tw-whitespace-nowrap">

+ 0 - 0
src/features/mark/images/小助手.png → src/features/mark/images/assistant.png


+ 0 - 0
src/features/mark/images/空白.png → src/features/mark/images/empty-task.png


+ 0 - 0
src/features/mark/images/分组.png → src/features/mark/images/group.png


+ 0 - 0
src/features/mark/images/时间.png → src/features/mark/images/time.png


+ 0 - 0
src/features/mark/images/总分.png → src/features/mark/images/totalscore.png


+ 0 - 0
src/features/mark/images/轨迹模式.png → src/features/mark/images/trackmode.png


BIN
src/features/mark/images/下拉.png


+ 1 - 1
src/features/student/inspect/MarkBoardInspect.vue

@@ -8,7 +8,7 @@
       <div class="tw-flex tw-flex-col tw-flex-1 tw-text-center">
         <div class="tw-flex tw-justify-center">
           <img
-            src="../../mark/images/总分.png"
+            src="../../mark/images/totalscore.png"
             style="width: 13px; height: 16px"
           />
         </div>

+ 140 - 84
yarn.lock

@@ -60,6 +60,11 @@
   resolved "https://registry.nlark.com/@babel/parser/download/@babel/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18"
   integrity sha1-pcVg1tts2ObtNCNo3qgDkjLLqxg=
 
+"@babel/parser@^7.15.0":
+  version "7.15.3"
+  resolved "https://registry.nlark.com/@babel/parser/download/@babel/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862"
+  integrity sha1-NBbZvqdIBSz8tj28wnNoEFse2GI=
+
 "@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
   version "7.14.9"
   resolved "https://registry.nlark.com/@babel/parser/download/@babel/parser-7.14.9.tgz?cache=0&sync_timestamp=1627804432293&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.14.9.tgz#596c1ad67608070058ebf8df50c1eaf65db895a4"
@@ -80,6 +85,14 @@
     "@babel/helper-validator-identifier" "^7.14.0"
     to-fast-properties "^2.0.0"
 
+"@babel/types@^7.15.0":
+  version "7.15.0"
+  resolved "https://registry.nlark.com/@babel/types/download/@babel/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
+  integrity sha1-Ya8R8ihsTpxpyo3rX0N1pzxy3L0=
+  dependencies:
+    "@babel/helper-validator-identifier" "^7.14.9"
+    to-fast-properties "^2.0.0"
+
 "@babel/types@^7.6.1", "@babel/types@^7.9.6":
   version "7.14.9"
   resolved "https://registry.nlark.com/@babel/types/download/@babel/types-7.14.9.tgz?cache=0&sync_timestamp=1627804536751&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Ftypes%2Fdownload%2F%40babel%2Ftypes-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
@@ -158,10 +171,10 @@
   resolved "https://registry.nlark.com/@types/lodash/download/@types/lodash-4.14.170.tgz?cache=0&sync_timestamp=1621593293742&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Flodash%2Fdownload%2F%40types%2Flodash-4.14.170.tgz#0d67711d4bf7f4ca5147e9091b847479b87925d6"
   integrity sha1-DWdxHUv39MpRR+kJG4R0ebh5JdY=
 
-"@types/node@^16.6.1":
-  version "16.6.1"
-  resolved "https://registry.nlark.com/@types/node/download/@types/node-16.6.1.tgz#aee62c7b966f55fc66c7b6dfa1d58db2a616da61"
-  integrity sha1-ruYse5ZvVfxmx7bfodWNsqYW2mE=
+"@types/node@^16.7.2":
+  version "16.7.2"
+  resolved "https://registry.nlark.com/@types/node/download/@types/node-16.7.2.tgz?cache=0&sync_timestamp=1629939933319&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-16.7.2.tgz#0465a39b5456b61a04d98bd5545f8b34be340cb7"
+  integrity sha1-BGWjm1RWthoE2YvVVF+LNL40DLc=
 
 "@types/parse-json@^4.0.0":
   version "4.0.0"
@@ -173,10 +186,10 @@
   resolved "https://registry.nlark.com/@types/ua-parser-js/download/@types/ua-parser-js-0.7.36.tgz#9bd0b47f26b5a3151be21ba4ce9f5fa457c5f190"
   integrity sha1-m9C0fya1oxUb4hukzp9fpFfF8ZA=
 
-"@vitejs/plugin-vue@^1.4.0":
-  version "1.4.0"
-  resolved "https://registry.nlark.com/@vitejs/plugin-vue/download/@vitejs/plugin-vue-1.4.0.tgz#962ae01b7fd16ad4007898c64ed639136e12215b"
-  integrity sha1-lirgG3/RatQAeJjGTtY5E24SIVs=
+"@vitejs/plugin-vue@^1.6.0":
+  version "1.6.0"
+  resolved "https://registry.nlark.com/@vitejs/plugin-vue/download/@vitejs/plugin-vue-1.6.0.tgz#e5558e20c20e9098cd5bd65b9901fdcd2c354983"
+  integrity sha1-5VWOIMIOkJjNW9ZbmQH9zSw1SYM=
 
 "@volar/code-gen@^0.27.3":
   version "0.27.3"
@@ -253,6 +266,17 @@
     estree-walker "^2.0.1"
     source-map "^0.6.1"
 
+"@vue/compiler-core@3.2.6":
+  version "3.2.6"
+  resolved "https://registry.nlark.com/@vue/compiler-core/download/@vue/compiler-core-3.2.6.tgz?cache=0&sync_timestamp=1629824251136&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcompiler-core%2Fdownload%2F%40vue%2Fcompiler-core-3.2.6.tgz#7162bb0670273f04566af0d353009187ab577915"
+  integrity sha1-cWK7BnAnPwRWavDTUwCRh6tXeRU=
+  dependencies:
+    "@babel/parser" "^7.15.0"
+    "@babel/types" "^7.15.0"
+    "@vue/shared" "3.2.6"
+    estree-walker "^2.0.2"
+    source-map "^0.6.1"
+
 "@vue/compiler-dom@3.2.2":
   version "3.2.2"
   resolved "https://registry.nlark.com/@vue/compiler-dom/download/@vue/compiler-dom-3.2.2.tgz#26e198498746c53047c3744d26fc95e670692ab7"
@@ -261,7 +285,15 @@
     "@vue/compiler-core" "3.2.2"
     "@vue/shared" "3.2.2"
 
-"@vue/compiler-dom@3.2.3", "@vue/compiler-dom@^3.2.2":
+"@vue/compiler-dom@3.2.6":
+  version "3.2.6"
+  resolved "https://registry.nlark.com/@vue/compiler-dom/download/@vue/compiler-dom-3.2.6.tgz?cache=0&sync_timestamp=1629824253657&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcompiler-dom%2Fdownload%2F%40vue%2Fcompiler-dom-3.2.6.tgz#3764d7fe1a696e39fb2a3c9d638da0749e369b2d"
+  integrity sha1-N2TX/hppbjn7KjydY42gdJ42my0=
+  dependencies:
+    "@vue/compiler-core" "3.2.6"
+    "@vue/shared" "3.2.6"
+
+"@vue/compiler-dom@^3.2.2":
   version "3.2.3"
   resolved "https://registry.nlark.com/@vue/compiler-dom/download/@vue/compiler-dom-3.2.3.tgz?cache=0&sync_timestamp=1629152881732&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcompiler-dom%2Fdownload%2F%40vue%2Fcompiler-dom-3.2.3.tgz#2576959b979dd8a765171943cfa5409437eb1e80"
   integrity sha1-JXaVm5ed2KdlFxlDz6VAlDfrHoA=
@@ -292,20 +324,21 @@
     postcss-selector-parser "^6.0.4"
     source-map "^0.6.1"
 
-"@vue/compiler-sfc@^3.2.3":
-  version "3.2.3"
-  resolved "https://registry.nlark.com/@vue/compiler-sfc/download/@vue/compiler-sfc-3.2.3.tgz?cache=0&sync_timestamp=1629152902123&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcompiler-sfc%2Fdownload%2F%40vue%2Fcompiler-sfc-3.2.3.tgz#49195959e168cd7fbecb6c46badb5756b8edaf10"
-  integrity sha1-SRlZWeFozX++y2xGuttXVrjtrxA=
+"@vue/compiler-sfc@^3.2.6":
+  version "3.2.6"
+  resolved "https://registry.nlark.com/@vue/compiler-sfc/download/@vue/compiler-sfc-3.2.6.tgz?cache=0&sync_timestamp=1629824253274&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcompiler-sfc%2Fdownload%2F%40vue%2Fcompiler-sfc-3.2.6.tgz#d6ab7410cff57081ab627b15a1ea51a1072c7cf1"
+  integrity sha1-1qt0EM/1cIGrYnsVoepRoQcsfPE=
   dependencies:
-    "@babel/parser" "^7.13.9"
-    "@babel/types" "^7.13.0"
+    "@babel/parser" "^7.15.0"
+    "@babel/types" "^7.15.0"
     "@types/estree" "^0.0.48"
-    "@vue/compiler-core" "3.2.3"
-    "@vue/compiler-dom" "3.2.3"
-    "@vue/compiler-ssr" "3.2.3"
-    "@vue/shared" "3.2.3"
+    "@vue/compiler-core" "3.2.6"
+    "@vue/compiler-dom" "3.2.6"
+    "@vue/compiler-ssr" "3.2.6"
+    "@vue/ref-transform" "3.2.6"
+    "@vue/shared" "3.2.6"
     consolidate "^0.16.0"
-    estree-walker "^2.0.1"
+    estree-walker "^2.0.2"
     hash-sum "^2.0.0"
     lru-cache "^5.1.1"
     magic-string "^0.25.7"
@@ -323,41 +356,59 @@
     "@vue/compiler-dom" "3.2.2"
     "@vue/shared" "3.2.2"
 
-"@vue/compiler-ssr@3.2.3":
-  version "3.2.3"
-  resolved "https://registry.nlark.com/@vue/compiler-ssr/download/@vue/compiler-ssr-3.2.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcompiler-ssr%2Fdownload%2F%40vue%2Fcompiler-ssr-3.2.3.tgz#75518e43e52c3d50db2e06cbdf37b981d3b4e711"
-  integrity sha1-dVGOQ+UsPVDbLgbL3ze5gdO05xE=
+"@vue/compiler-ssr@3.2.6":
+  version "3.2.6"
+  resolved "https://registry.nlark.com/@vue/compiler-ssr/download/@vue/compiler-ssr-3.2.6.tgz?cache=0&sync_timestamp=1629824253111&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fcompiler-ssr%2Fdownload%2F%40vue%2Fcompiler-ssr-3.2.6.tgz#cadcf199859fa00739f4275b4c85970e4b0abe7d"
+  integrity sha1-ytzxmYWfoAc59CdbTIWXDksKvn0=
   dependencies:
-    "@vue/compiler-dom" "3.2.3"
-    "@vue/shared" "3.2.3"
+    "@vue/compiler-dom" "3.2.6"
+    "@vue/shared" "3.2.6"
 
 "@vue/devtools-api@^6.0.0-beta.14":
   version "6.0.0-beta.15"
   resolved "https://registry.nlark.com/@vue/devtools-api/download/@vue/devtools-api-6.0.0-beta.15.tgz?cache=0&sync_timestamp=1624900514906&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fdevtools-api%2Fdownload%2F%40vue%2Fdevtools-api-6.0.0-beta.15.tgz#ad7cb384e062f165bcf9c83732125bffbc2ad83d"
   integrity sha1-rXyzhOBi8WW8+cg3MhJb/7wq2D0=
 
-"@vue/reactivity@3.2.3", "@vue/reactivity@^3.2.2":
+"@vue/reactivity@3.2.6":
+  version "3.2.6"
+  resolved "https://registry.nlark.com/@vue/reactivity/download/@vue/reactivity-3.2.6.tgz?cache=0&sync_timestamp=1629824253192&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Freactivity%2Fdownload%2F%40vue%2Freactivity-3.2.6.tgz#b8993fa6f48545178e588e25a9c9431a1c1b7d50"
+  integrity sha1-uJk/pvSFRReOWI4lqclDGhwbfVA=
+  dependencies:
+    "@vue/shared" "3.2.6"
+
+"@vue/reactivity@^3.2.2":
   version "3.2.3"
   resolved "https://registry.nlark.com/@vue/reactivity/download/@vue/reactivity-3.2.3.tgz?cache=0&sync_timestamp=1629152902769&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Freactivity%2Fdownload%2F%40vue%2Freactivity-3.2.3.tgz#df466543542a2ae20553dea1efd57bec1da634f3"
   integrity sha1-30ZlQ1QqKuIFU96h79V77B2mNPM=
   dependencies:
     "@vue/shared" "3.2.3"
 
-"@vue/runtime-core@3.2.3":
-  version "3.2.3"
-  resolved "https://registry.nlark.com/@vue/runtime-core/download/@vue/runtime-core-3.2.3.tgz?cache=0&sync_timestamp=1629152902474&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fruntime-core%2Fdownload%2F%40vue%2Fruntime-core-3.2.3.tgz#6f34ec620d6d75c255a1e75e64a4b6f90a4a2039"
-  integrity sha1-bzTsYg1tdcJVoedeZKS2+QpKIDk=
+"@vue/ref-transform@3.2.6":
+  version "3.2.6"
+  resolved "https://registry.nlark.com/@vue/ref-transform/download/@vue/ref-transform-3.2.6.tgz?cache=0&sync_timestamp=1629824252769&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fref-transform%2Fdownload%2F%40vue%2Fref-transform-3.2.6.tgz#30b5f1fa77daf9894bc23e6a5a0e3586a4a796b8"
+  integrity sha1-MLXx+nfa+YlLwj5qWg41hqSnlrg=
   dependencies:
-    "@vue/reactivity" "3.2.3"
-    "@vue/shared" "3.2.3"
+    "@babel/parser" "^7.15.0"
+    "@vue/compiler-core" "3.2.6"
+    "@vue/shared" "3.2.6"
+    estree-walker "^2.0.2"
+    magic-string "^0.25.7"
 
-"@vue/runtime-dom@3.2.3":
-  version "3.2.3"
-  resolved "https://registry.nlark.com/@vue/runtime-dom/download/@vue/runtime-dom-3.2.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fruntime-dom%2Fdownload%2F%40vue%2Fruntime-dom-3.2.3.tgz#4f0930681efd9d11d99a593221bcae9423f69fcb"
-  integrity sha1-TwkwaB79nRHZmlkyIbyulCP2n8s=
+"@vue/runtime-core@3.2.6":
+  version "3.2.6"
+  resolved "https://registry.nlark.com/@vue/runtime-core/download/@vue/runtime-core-3.2.6.tgz?cache=0&sync_timestamp=1629824252438&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fruntime-core%2Fdownload%2F%40vue%2Fruntime-core-3.2.6.tgz#376baeef7fe02a62377d46d0d0a8ab9510db1d8e"
+  integrity sha1-N2uu73/gKmI3fUbQ0KirlRDbHY4=
   dependencies:
-    "@vue/runtime-core" "3.2.3"
-    "@vue/shared" "3.2.3"
+    "@vue/reactivity" "3.2.6"
+    "@vue/shared" "3.2.6"
+
+"@vue/runtime-dom@3.2.6":
+  version "3.2.6"
+  resolved "https://registry.nlark.com/@vue/runtime-dom/download/@vue/runtime-dom-3.2.6.tgz?cache=0&sync_timestamp=1629824256413&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fruntime-dom%2Fdownload%2F%40vue%2Fruntime-dom-3.2.6.tgz#0f74dbca84d56c222fbfbd53415b260386859a3b"
+  integrity sha1-D3TbyoTVbCIvv71TQVsmA4aFmjs=
+  dependencies:
+    "@vue/runtime-core" "3.2.6"
+    "@vue/shared" "3.2.6"
     csstype "^2.6.8"
 
 "@vue/shared@3.2.2":
@@ -370,6 +421,11 @@
   resolved "https://registry.nlark.com/@vue/shared/download/@vue/shared-3.2.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40vue%2Fshared%2Fdownload%2F%40vue%2Fshared-3.2.3.tgz#89e338a5524450c876d3512b4cc6ba80a4205e2c"
   integrity sha1-ieM4pVJEUMh201ErTMa6gKQgXiw=
 
+"@vue/shared@3.2.6":
+  version "3.2.6"
+  resolved "https://registry.nlark.com/@vue/shared/download/@vue/shared-3.2.6.tgz#2c22bae88fe2b7b59fa68a9c9c4cd60bae2c1794"
+  integrity sha1-LCK66I/it7WfpoqcnEzWC64sF5Q=
+
 acorn-node@^1.6.1:
   version "1.8.2"
   resolved "https://registry.npm.taobao.org/acorn-node/download/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8"
@@ -458,14 +514,14 @@ async-validator@^3.3.0:
   resolved "https://registry.nlark.com/async-validator/download/async-validator-3.5.2.tgz?cache=0&sync_timestamp=1619755921381&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fasync-validator%2Fdownload%2Fasync-validator-3.5.2.tgz#68e866a96824e8b2694ff7a831c1a25c44d5e500"
   integrity sha1-aOhmqWgk6LJpT/eoMcGiXETV5QA=
 
-autoprefixer@^10.3.1:
-  version "10.3.1"
-  resolved "https://registry.nlark.com/autoprefixer/download/autoprefixer-10.3.1.tgz?cache=0&sync_timestamp=1626111053301&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fautoprefixer%2Fdownload%2Fautoprefixer-10.3.1.tgz#954214821d3aa06692406c6a0a9e9d401eafbed2"
-  integrity sha1-lUIUgh06oGaSQGxqCp6dQB6vvtI=
+autoprefixer@^10.3.2:
+  version "10.3.2"
+  resolved "https://registry.nlark.com/autoprefixer/download/autoprefixer-10.3.2.tgz#836e4b4f59eb6876c41012c1c937be74035f3ec8"
+  integrity sha1-g25LT1nraHbEEBLByTe+dANfPsg=
   dependencies:
-    browserslist "^4.16.6"
-    caniuse-lite "^1.0.30001243"
-    colorette "^1.2.2"
+    browserslist "^4.16.8"
+    caniuse-lite "^1.0.30001251"
+    colorette "^1.3.0"
     fraction.js "^4.1.1"
     normalize-range "^0.1.2"
     postcss-value-parser "^4.1.0"
@@ -531,16 +587,16 @@ braces@^3.0.1, braces@~3.0.2:
   dependencies:
     fill-range "^7.0.1"
 
-browserslist@^4.16.6:
-  version "4.16.6"
-  resolved "https://registry.nlark.com/browserslist/download/browserslist-4.16.6.tgz?cache=0&sync_timestamp=1619789101558&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbrowserslist%2Fdownload%2Fbrowserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
-  integrity sha1-15ASd6WojlVO0wWxg+ybDAj2b6I=
+browserslist@^4.16.8:
+  version "4.16.8"
+  resolved "https://registry.nlark.com/browserslist/download/browserslist-4.16.8.tgz?cache=0&sync_timestamp=1629302596178&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fbrowserslist%2Fdownload%2Fbrowserslist-4.16.8.tgz#cb868b0b554f137ba6e33de0ecff2eda403c4fb0"
+  integrity sha1-y4aLC1VPE3um4z3g7P8u2kA8T7A=
   dependencies:
-    caniuse-lite "^1.0.30001219"
-    colorette "^1.2.2"
-    electron-to-chromium "^1.3.723"
+    caniuse-lite "^1.0.30001251"
+    colorette "^1.3.0"
+    electron-to-chromium "^1.3.811"
     escalade "^3.1.1"
-    node-releases "^1.1.71"
+    node-releases "^1.1.75"
 
 bytes@^3.0.0:
   version "3.1.0"
@@ -565,15 +621,10 @@ camelcase-css@^2.0.1:
   resolved "https://registry.npm.taobao.org/camelcase-css/download/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5"
   integrity sha1-7pePaUeRTMMMa0R0G27R338EP9U=
 
-caniuse-lite@^1.0.30001219:
-  version "1.0.30001235"
-  resolved "https://registry.nlark.com/caniuse-lite/download/caniuse-lite-1.0.30001235.tgz#ad5ca75bc5a1f7b12df79ad806d715a43a5ac4ed"
-  integrity sha1-rVynW8Wh97Et95rYBtcVpDpaxO0=
-
-caniuse-lite@^1.0.30001243:
-  version "1.0.30001244"
-  resolved "https://registry.nlark.com/caniuse-lite/download/caniuse-lite-1.0.30001244.tgz#a6dc49ad5fa02d81d04373ec3f5ceabc3da06abf"
-  integrity sha1-ptxJrV+gLYHQQ3PsP1zqvD2gar8=
+caniuse-lite@^1.0.30001251:
+  version "1.0.30001251"
+  resolved "https://registry.nlark.com/caniuse-lite/download/caniuse-lite-1.0.30001251.tgz?cache=0&sync_timestamp=1628744198573&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcaniuse-lite%2Fdownload%2Fcaniuse-lite-1.0.30001251.tgz#6853a606ec50893115db660f82c094d18f096d85"
+  integrity sha1-aFOmBuxQiTEV22YPgsCU0Y8JbYU=
 
 chalk@^2.0.0:
   version "2.4.2"
@@ -659,6 +710,11 @@ colorette@^1.2.2:
   resolved "https://registry.nlark.com/colorette/download/colorette-1.2.2.tgz?cache=0&sync_timestamp=1618847174680&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcolorette%2Fdownload%2Fcolorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
   integrity sha1-y8x51emcrqLb8Q6zom/Ys+as+pQ=
 
+colorette@^1.3.0:
+  version "1.3.0"
+  resolved "https://registry.nlark.com/colorette/download/colorette-1.3.0.tgz?cache=0&sync_timestamp=1628600323078&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcolorette%2Fdownload%2Fcolorette-1.3.0.tgz#ff45d2f0edb244069d3b772adeb04fed38d0a0af"
+  integrity sha1-/0XS8O2yRAadO3cq3rBP7TjQoK8=
+
 commander@^6.0.0:
   version "6.2.1"
   resolved "https://registry.nlark.com/commander/download/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
@@ -720,7 +776,7 @@ csstype@^2.6.8:
   resolved "https://registry.nlark.com/csstype/download/csstype-2.6.17.tgz?cache=0&sync_timestamp=1618818393132&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fcsstype%2Fdownload%2Fcsstype-2.6.17.tgz#4cf30eb87e1d1a005d8b6510f95292413f6a1c0e"
   integrity sha1-TPMOuH4dGgBdi2UQ+VKSQT9qHA4=
 
-custom-cursor.js@^1.3.6:
+custom-cursor.js@1.3.6:
   version "1.3.6"
   resolved "https://registry.nlark.com/custom-cursor.js/download/custom-cursor.js-1.3.6.tgz#95c05fbbecac134e12c65a488cc8f952300014d6"
   integrity sha1-lcBfu+ysE04SxlpIjMj5UjAAFNY=
@@ -801,10 +857,10 @@ domutils@^2.5.2:
     domelementtype "^2.2.0"
     domhandler "^4.2.0"
 
-electron-to-chromium@^1.3.723:
-  version "1.3.749"
-  resolved "https://registry.nlark.com/electron-to-chromium/download/electron-to-chromium-1.3.749.tgz#0ecebc529ceb49dd2a7c838ae425236644c3439a"
-  integrity sha1-Ds68UpzrSd0qfIOK5CUjZkTDQ5o=
+electron-to-chromium@^1.3.811:
+  version "1.3.818"
+  resolved "https://registry.nlark.com/electron-to-chromium/download/electron-to-chromium-1.3.818.tgz?cache=0&sync_timestamp=1629929181558&other_urls=https%3A%2F%2Fregistry.nlark.com%2Felectron-to-chromium%2Fdownload%2Felectron-to-chromium-1.3.818.tgz#32ed024fa8316e5d469c96eecbea7d2463d80085"
+  integrity sha1-Mu0CT6gxbl1GnJbuy+p9JGPYAIU=
 
 emmet@^2.3.0:
   version "2.3.4"
@@ -846,7 +902,7 @@ escape-string-regexp@^1.0.5:
   resolved "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz?cache=0&sync_timestamp=1618677243201&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fescape-string-regexp%2Fdownload%2Fescape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
   integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
 
-estree-walker@^2.0.1:
+estree-walker@^2.0.1, estree-walker@^2.0.2:
   version "2.0.2"
   resolved "https://registry.npm.taobao.org/estree-walker/download/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
   integrity sha1-UvAQF4wqTBF6d1fP6UKtt9LaTKw=
@@ -1299,10 +1355,10 @@ node-emoji@^1.8.1:
   dependencies:
     lodash.toarray "^4.4.0"
 
-node-releases@^1.1.71:
-  version "1.1.72"
-  resolved "https://registry.nlark.com/node-releases/download/node-releases-1.1.72.tgz?cache=0&sync_timestamp=1620978596496&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.72.tgz#14802ab6b1039a79a0c7d662b610a5bbd76eacbe"
-  integrity sha1-FIAqtrEDmnmgx9ZithClu9durL4=
+node-releases@^1.1.75:
+  version "1.1.75"
+  resolved "https://registry.nlark.com/node-releases/download/node-releases-1.1.75.tgz?cache=0&sync_timestamp=1629280320667&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.75.tgz#6dd8c876b9897a1b8e5a02de26afa79bb54ebbfe"
+  integrity sha1-bdjIdrmJehuOWgLeJq+nm7VOu/4=
 
 normalize-path@^3.0.0, normalize-path@~3.0.0:
   version "3.0.0"
@@ -1838,10 +1894,10 @@ vite-plugin-components@^0.13.2:
     magic-string "^0.25.7"
     minimatch "^3.0.4"
 
-vite@^2.5.0:
-  version "2.5.0"
-  resolved "https://registry.nlark.com/vite/download/vite-2.5.0.tgz#111ba3679432d426e44566acf480005a7914cbd6"
-  integrity sha1-ERujZ5Qy1CbkRWas9IAAWnkUy9Y=
+vite@^2.5.1:
+  version "2.5.1"
+  resolved "https://registry.nlark.com/vite/download/vite-2.5.1.tgz#953c71a034c07b3ae0448d57664ec9c6862f23a8"
+  integrity sha1-lTxxoDTAezrgRI1XZk7JxoYvI6g=
   dependencies:
     esbuild "^0.12.17"
     postcss "^8.3.6"
@@ -2005,14 +2061,14 @@ vue-types@^3.0.0:
   dependencies:
     is-plain-object "3.0.1"
 
-vue@^3.2.3:
-  version "3.2.3"
-  resolved "https://registry.nlark.com/vue/download/vue-3.2.3.tgz#7717e69ab6e8c7ae7ee12baa50a7ab5cab8a1c31"
-  integrity sha1-dxfmmrbox65+4SuqUKerXKuKHDE=
+vue@^3.2.6:
+  version "3.2.6"
+  resolved "https://registry.nlark.com/vue/download/vue-3.2.6.tgz?cache=0&sync_timestamp=1629824252933&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fvue%2Fdownload%2Fvue-3.2.6.tgz#c71445078751f458648fd8fb3a2da975507d03d2"
+  integrity sha1-xxRFB4dR9Fhkj9j7Oi2pdVB9A9I=
   dependencies:
-    "@vue/compiler-dom" "3.2.3"
-    "@vue/runtime-dom" "3.2.3"
-    "@vue/shared" "3.2.3"
+    "@vue/compiler-dom" "3.2.6"
+    "@vue/runtime-dom" "3.2.6"
+    "@vue/shared" "3.2.6"
 
 warning@^4.0.0:
   version "4.0.3"