vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.55k stars 373 forks source link

The vscode plugin "Vue - Official" crashes when opening some vue files. #4419

Open shunyue1320 opened 1 month ago

shunyue1320 commented 1 month ago

chip: Apple M1 Pro macOS: 14.4.1 (23E224)

image

image

Not using "Vue - Official", normal image

code:

<template>
  <div
    class="w-full flex-col pt-24"
    id="features"
  >
    <CommonTitle
      title="了解有关 Earthworm 更多信息"
      :description="['通过这些强大的功能将 Earthworm 提升到一个新的水平!']"
    />
    <section class="py-16">
      <div class="grid grid-cols-1 gap-8 md:mt-8 md:grid-cols-2 md:gap-12 lg:grid-cols-3">
        <template
          v-for="(feItem, feIndex) in FEATURES"
          :key="feIndex"
        >
          <div class="flex items-start gap-4">
            <span
              class="shrink-0 rounded-lg border border-gray-300 bg-white p-2 text-purple-400 dark:border-gray-800 dark:bg-[#121229] dark:text-[#bea6ff]"
            >
              <span v-html="feItem.icon"></span>
            </span>

            <div>
              <h2 class="text-lg font-bold dark:text-white">
                {{ feItem.title }}
              </h2>

              <p class="mt-1 text-sm leading-6 text-gray-500 opacity-90 dark:text-white">
                {{ feItem.desc }}
              </p>
            </div>
          </div>
        </template>
      </div>
    </section>
  </div>
  <CommonDivider />
</template>

<script setup lang="ts">
const FEATURES = [
  {
    icon: `<svg t="1711849789837" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6594" width="25" height="25"><path d="M896 448c0-212-172-384-384-384S128 236 128 448c0 192.8 142.4 352.8 328 380l-4 68H256v64h512v-64H573.6l-4-68C754.4 800 896 640.8 896 448zM512 768c-176.8 0-320-143.2-320-320s143.2-320 320-320 320 143.2 320 320-143.2 320-320 320z m0-560c-132.8 0-240 107.2-240 240s107.2 240 240 240 240-107.2 240-240-107.2-240-240-240zM416 512c-52.8 0-96-43.2-96-96s43.2-96 96-96 96 43.2 96 96-43.2 96-96 96z" p-id="6595" fill="currentColor" stroke="currentColor"></path></svg>`,
    title: "实时反馈和进度跟踪",
    desc: "Earthworm 提供精准即时的反馈机制,辅助学习者即刻纠正学习中的偏差,并通过高效的进度跟踪功能,让每位学习者都能实时掌握自身的学习进展,清晰认识到自己的学习里程碑",
  },
  {
    icon: `<svg t="1711849623890" class="icon" viewBox="0 0 1102 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4539" width="25" height="25"><path d="M608.886154 986.466462l-1.969231 2.048a78.769231 78.769231 0 0 1-111.379692-1.457231L377.974154 866.461538H157.538462a118.153846 118.153846 0 0 1-118.153847-118.153846V157.538462a118.153846 118.153846 0 0 1 118.153847-118.153847h787.692307a118.153846 118.153846 0 0 1 118.153846 118.153847v590.76923a118.153846 118.153846 0 0 1-118.153846 118.153846h-221.735384l-114.609231 120.004924zM945.230769 787.692308a39.384615 39.384615 0 0 0 39.384616-39.384616V157.538462a39.384615 39.384615 0 0 0-39.384616-39.384616H157.538462a39.384615 39.384615 0 0 0-39.384616 39.384616v590.76923a39.384615 39.384615 0 0 0 39.384616 39.384616h253.636923l140.760615 144.384 137.846154-144.384H945.230769z" fill="currentColor" p-id="4540"></path><path d="M215.197538 592.187077V273.408c0-14.690462 3.268923-25.836308 9.846154-33.358769 6.537846-7.561846 15.36-11.303385 26.505846-11.303385 11.106462 0 20.086154 3.702154 26.899693 11.145846 6.813538 7.483077 10.24 18.628923 10.24 33.516308v318.779077c0 14.887385-3.465846 26.072615-10.358154 33.516308a34.894769 34.894769 0 0 1-26.781539 11.18523 33.201231 33.201231 0 0 1-26.269538-11.579077c-6.695385-7.719385-10.082462-18.747077-10.082462-33.083076z m315.47077 3.229538a227.643077 227.643077 0 0 1-51.515077 31.113847 144.147692 144.147692 0 0 1-55.886769 10.358153c-18.825846 0-35.406769-3.741538-49.664-11.18523a81.762462 81.762462 0 0 1-33.004308-30.28677 78.572308 78.572308 0 0 1-11.579077-41.472c0-20.086154 6.380308-37.218462 19.140923-51.396923 12.721231-14.178462 30.247385-23.709538 52.499692-28.553846 4.647385-1.063385 16.226462-3.505231 34.737231-7.246769 18.510769-3.780923 34.304-7.246769 47.497846-10.397539 13.193846-3.150769 27.529846-6.931692 42.929231-11.421538-0.866462-19.377231-4.765538-33.595077-11.697231-42.692923-6.892308-9.058462-21.228308-13.587692-42.929231-13.587692-18.668308 0-32.689231 2.599385-42.141538 7.798153-9.452308 5.238154-17.486769 12.996923-24.221538 23.433847-6.734769 10.397538-11.500308 17.289846-14.257231 20.598153-2.796308 3.308308-8.782769 5.001846-17.92 5.001847a31.310769 31.310769 0 0 1-21.425231-7.955693 25.875692 25.875692 0 0 1-9.019077-20.322461c0-12.918154 4.608-25.481846 13.784615-37.691077 9.137231-12.209231 23.394462-22.252308 42.771693-30.168616 19.377231-7.876923 43.52-11.815385 72.428307-11.815384 32.295385 0 57.698462 3.780923 76.169847 11.421538 18.510769 7.640615 31.547077 19.692308 39.187692 36.233846 7.640615 16.502154 11.421538 38.4 11.421538 65.654154a6024.900923 6024.900923 0 0 1-0.512 84.007385c0 13.824 2.284308 28.238769 6.852923 43.204923 4.568615 14.966154 6.892308 24.654769 6.892308 28.947692 0 7.561846-3.544615 14.414769-10.633846 20.598154a35.643077 35.643077 0 0 1-24.103385 9.294769c-7.561846 0-14.966154-3.544615-22.370461-10.633846-7.364923-7.089231-15.163077-17.368615-23.394462-30.838154z m-4.804923-106.338461c-10.791385 3.938462-26.427077 8.113231-46.985847 12.524308-20.558769 4.371692-34.776615 7.640615-42.692923 9.688615-7.876923 2.048-15.438769 6.104615-22.606769 12.130461-7.168 5.986462-10.752 14.375385-10.752 25.16677 0 11.106462 4.214154 20.598154 12.603077 28.356923 8.467692 7.876923 19.495385 11.736615 33.161846 11.736615 14.532923 0 27.963077-3.150769 40.251077-9.531077 12.288-6.380308 21.267692-14.572308 27.057231-24.654769 6.616615-11.106462 9.964308-29.420308 9.964308-54.902154v-10.515692z m193.772307-110.395077v8.900923c12.957538-17.053538 27.057231-29.577846 42.417231-37.572923 15.36-7.995077 33.004308-11.972923 52.893539-11.972923 19.416615 0 36.706462 4.214154 51.987692 12.642461 15.241846 8.428308 26.624 20.401231 34.185846 35.84 4.844308 8.940308 7.995077 18.628923 9.452308 29.065847 1.417846 10.397538 2.126769 23.670154 2.126769 39.817846v136.782769c0 14.729846-3.387077 25.836308-10.121846 33.398154a33.555692 33.555692 0 0 1-26.230154 11.303384 33.870769 33.870769 0 0 1-26.663385-11.579077c-6.813538-7.719385-10.24-18.747077-10.24-33.083076v-122.525539c0-24.221538-3.347692-42.771692-10.082461-55.611077-6.695385-12.839385-20.125538-19.259077-40.251077-19.259077-13.115077 0-25.048615 3.938462-35.800616 11.736616-10.752 7.798154-18.668308 18.510769-23.709538 32.17723-3.544615 10.948923-5.356308 31.389538-5.356308 61.361231v92.081231c0 14.887385-3.465846 26.072615-10.397538 33.516308a34.894769 34.894769 0 0 1-26.781539 11.18523 33.28 33.28 0 0 1-26.112-11.579077c-6.813538-7.719385-10.24-18.747077-10.24-33.083076V379.746462c0-14.020923 3.072-24.457846 9.176616-31.389539 6.104615-6.892308 14.454154-10.358154 25.048615-10.358154 6.459077 0 12.288 1.536 17.486769 4.568616a32.768 32.768 0 0 1 12.524308 13.74523c3.150769 6.104615 4.726154 13.548308 4.726154 22.331077z" fill="currentColor" stroke="currentColor" p-id="4541"></path></svg>`,
    title: "情境语言学习",
    desc: "Earthworm 精心设计了丰富的语境化学习内容,旨在帮助用户深入理解单词在不同场合下的具体用法,从而有效提高用词的准确性和适应性,让语言学习更贴近真实应用场景",
  },
  {
    icon: `<svg t="1711850588926" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7901" width="25" height="25"><path d="M565.301333 173.76l0 411.52-101.610667 0L463.690667 298.645333c-16.448 12.373333-32.362667 22.314667-47.722667 29.930667-15.381333 7.594667-34.666667 14.869333-57.834667 21.888l0-81.216c34.218667-10.837333 60.757333-23.872 79.68-39.104 18.901333-15.232 33.706667-34.026667 44.373333-56.384L565.301333 173.76z" fill="currentColor" p-id="7902"></path><path d="M380.448 1023.573333 269.408 901.184 87.754667 911.701333 234.869333 586.709333 318.688 624.682667 234.357333 811.029333 308.021333 806.741333 354.912 858.474667 432.949333 688.277333 516.618667 726.634667Z" fill="currentColor" p-id="7903"></path><path d="M643.573333 1023.573333 507.402667 726.634667 591.050667 688.277333 669.088 858.474667 716 806.741333 789.642667 811.029333 705.312 624.682667 789.152 586.709333 936.245333 911.701333 754.592 901.184Z" fill="currentColor" p-id="7904"></path><path d="M512.010667 783.616c-218.794667 0-396.8-175.765333-396.8-391.808C115.210667 175.786667 293.216 0 512.010667 0s396.757333 175.786667 396.757333 391.808C908.768 607.850667 730.826667 783.616 512.010667 783.616zM512.010667 104.362667c-161.258667 0-292.458667 128.96-292.458667 287.466667 0 158.549333 131.2 287.466667 292.458667 287.466667 161.237333 0 292.437333-128.917333 292.437333-287.466667C804.469333 233.322667 673.248 104.362667 512.010667 104.362667z" fill="currentColor" stroke="currentColor" p-id="7905"></path></svg>`,
    title: "提高语言表达能力",
    desc: "通过系统的造句练习,本应用不仅加强了学习者对词汇使用和语法结构的理解,而且有效提升了口语和书面语的表达流畅性及准确度,让语言表达更加自如和精准",
  },
  // {
  //   icon: `<svg t="1711850644850" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9027" width="20" height="20"><path d="M0 841.264833m66.698336 0l889.920264 0q66.698336 0 66.698336 66.698336l0 49.338495q0 66.698336-66.698336 66.698336l-889.920264 0q-66.698336 0-66.698336-66.698336l0-49.338495q0-66.698336 66.698336-66.698336Z" fill="currentColor" p-id="9028"></path><path d="M571.412868 698.000462L798.18721 420.973948a19.187193 19.187193 0 0 0-14.984284-31.430448h-99.590666C683.61226 66.102254 395.987107 8.357941 240.84495 0.683064a18.273517 18.273517 0 0 0-10.050434 36.547033c115.30589 61.947222 166.106267 167.202678 172.136528 332.212534A19.187193 19.187193 0 0 1 383.743851 388.812559h-79.672533a19.187193 19.187193 0 0 0-14.801548 32.161389l226.774342 277.757455a36.547033 36.547033 0 0 0 55.368756-0.730941z" fill="currentColor" stroke="currentColor" p-id="9029"></path></svg>`,
  //   title: "导入自定义课程",
  //   desc: "专为追求个性化学习体验的用户设计,本功能允许专业用户根据个人喜好导入定制课程,支持课程的一键上传更新,并提供更新通知订阅服务,全方位满足个性化学习需求",
  // },
  // {
  //   icon: `<svg t="1711851118944" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="27206" width="25" height="25"><path d="M958.6 362.5l-0.1-0.5-0.1-0.5c-0.1-0.6-0.1-2.2-0.1-3.1v-1.2l-1.7-7.5-0.2-0.6c-5.8-16.5-16-26.7-23.4-34.1l-5.4-5.4c-5.6-6.4-11.9-12.3-18.1-18.1-5.2-4.8-10.1-9.3-15.1-14.6l-0.2-0.2-132-128.9-1.4-1.4c-6.9-7-14.8-14.9-26.4-20.9-12.6-6.8-28.2-8.2-47.8-8.2-1.1 0-4 0-8-0.1-8.7-0.1-21.8-0.3-32.4-0.3-12.4 0-15.8 0.2-17.5 0.5-4.6 0.7-12.7 3.4-15.7 4.5l-1.2 0.4-16.9 11.3-0.2 0.1c-7.7 5.7-12.8 12.6-16.5 17.7l-0.4 0.5-0.1 0.2c-1.2 1.8-2.7 3.6-3.6 4.6-13.5 10.8-22.8 13.8-49 19.3l-0.3 0.1-0.3 0.1c-4.3 1.2-7.7 1.3-9.2 1.4l-16-0.8c-13.8-2.6-24.1-5-32.8-8.8l-0.3-0.1c-7.6-3-15.2-8.5-17.7-11.8l-1.3-1.7c-4.9-6.7-11.2-14.6-20.2-21.6-6.6-5.4-20.1-12.7-28.5-14.4-6.3-1.3-16.3-2-30.3-2-22.7 0-47.9 1.7-49 1.8l-0.9 0.1-22.6 5.6-0.7 0.3c-15.1 6-25.5 16.4-32.4 23.3L122.9 284.7c-4.1 3.6-7.7 7.2-11.2 10.7-3 3-5.9 5.9-10 9.6-12.2 10.5-30.6 26.4-36.2 55.8-3.2 16.6 3.2 31.3 6.7 39.2l0.2 0.4c6.3 14.1 16 23.1 23 29.7l1.3 1.2 0.5 0.4c1.1 0.8 2.6 2.3 3.7 3.4l5.1 5.1c5 5.5 10.4 10.4 15.6 15.2l17.3 17.3 31.9 30.6 9.1 9.1c0.6 0.6 1.2 1.3 1.9 1.9 3.6 3.6 8 8.1 13.9 12.3l0.2 0.2c13.1 8.8 29.4 13.9 44.7 13.9 6.8 0 13.2-0.9 19.1-2.8V823.7c0 11.5-0.1 24.4 4.7 36.7 6.5 16.8 20 29.5 29.6 35.3 15.8 10.3 35.1 11.7 53.7 11.7h296.2l26.7 0.4c22.1 0 47.3-1.2 67.1-16.1 12.7-9.7 22.5-25.6 26.2-42.5l0.1-0.5 0.6-5v-0.5c0.4-27.1 0.4-53.3 0.4-80.9v-225c6.8 2.1 13.8 3.2 21 3.2 4.7 0 9.5-0.5 14.3-1.4 27.3-5.1 44.7-25.1 55.1-37.2l83.9-81.3 2.3-2.9 0.9-1.3c6.1-8 20.1-26.8 16.1-53.9z m-147.1 94.2l-2.8 3.3-0.8 0.9c-5.8 6.4-13.6 15.2-18.9 16.2-0.9 0.2-1.8 0.3-2.6 0.3-4.2 0-7.8-2.9-16.8-11.4l-29-27.9-38.5 26.5v297.6c0 13.1-0.1 26.4-0.2 39.3-0.1 12.1-0.2 24.5-0.2 36.7-0.8 1.6-2 3.2-2.5 3.7-4.3 3-21.5 3.4-28.7 3.4l-305.6-0.4-17 0.4c-14.7 0-18.8-1.3-19.8-1.8l-0.1-0.1c-1.4-0.9-3.6-3.4-4.4-4.8-0.6-3.1-0.6-11.8-0.6-16.7V464l-42.6-25-5.8 6.6c-3.6 4.1-13.5 15.2-16.1 17.8l-0.2 0.2c-6.2 6.5-11.3 11.7-17 13.9h-0.4c-2.5 0-6.6-1.5-8.4-2.7l-0.4-0.3-0.4-0.2c-1.1-0.6-2.9-2.4-4.5-4.2-0.6-0.6-1.3-1.3-1.9-2l-41.8-40.4a336.7 336.7 0 0 1-16.9-16.9l-0.7-0.7-2.3-1.7c-3.1-2.5-5.9-5.4-8.8-8.4-1-1.1-2.1-2.2-3.2-3.2l-5.7-6.1-0.1-0.1c-2.3-2.3-4.3-4.3-6.8-6.3-5.4-4.6-7.3-6.8-8.5-9.4-0.3-1-0.7-2.1-1.2-3.2-0.2-0.4-0.4-0.9-0.5-1.3 1.4-5.5 5-9.2 16.2-19.2l0.2-0.2 11.6-11.6c1.3-1.3 2.7-2.6 4.2-4 1.7-1.6 3.4-3.2 5.3-5.1l116.1-113.5 25.3-24.9 0.3-0.3c7.9-8.4 9.4-9.1 13.3-9.3l12-0.9h50.5c0.3 0.1 0.6 0.2 0.8 0.3 0.9 0.3 1.6 0.5 2 0.8l0.7 0.3 0.7 0.2c0.5 0.2 1.1 0.4 1.7 0.5 2.5 2.4 5 5.3 8 9.3l1.3 1.7 0.2 0.2c14.1 17.8 36.5 28.3 43 31.1l0.2 0.1c13.5 5.5 27.8 9.3 48 12.8l0.4 0.1 14.5 1.3c2.9 0.5 6 0.7 9.4 0.7 6.4 0 13.8-0.8 22.8-2.6 32.1-6.2 51.8-12.7 76.6-32.2 6.7-5.2 11.1-10.8 14.8-16 1.3-1.4 2.4-2.8 3.4-4 0.1-0.2 0.3-0.4 0.5-0.6l6-3.4c1-0.2 2.3-0.4 3.9-0.8h15c2.3 0 4.7-0.1 7-0.2 2.4-0.1 4.9-0.2 7.4-0.2h0.8c4.8-0.4 9.7-0.4 14.8-0.4 12.1 0 17 0.8 18.5 1.1 3.4 2 8.2 6.8 12.4 11l131.3 127.8c5.3 5.7 11 11 17.5 17 4.4 4 10.4 9.5 15.1 14.6l0.2 0.2 6 6 0.2 0.1c3.8 3.5 6 5.9 7.5 8.1v0.1l0.6 4v0.2c0.1 0.4 0.3 1.4-3.3 6.3l-82.2 79.8z" fill="currentColor" p-id="27207"></path></svg>`,
  //   title: "提供个性化的学习体验",
  //   desc: "依托强大的个性化学习算法,本应用能够根据每位用户的学习状况和需求,提供量身定制的学习内容和挑战,确保每位学习者都能在最适合自己的路径上快速进步",
  // },
  {
    icon: `<svg t="1711850694514" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10218" width="25" height="25"><path d="M874.95014 449.780222c-13.412467-17.361404-26.312258-35.075848-39.232515-52.792338-17.175162-23.53296-18.914782-49.391894-15.347538-77.838767C833.817346 212.273028 805.223117 120.434416 717.463401 52.703862 675.22646 20.088041 624.203418 9.132531 572.569461 3.924929c-27.876892-2.811021-56.008588-3.427051-84.118794-3.622502l-4.675484-0.288572c0 0-167.432247-3.55701-238.673763 103.318055-71.248679 106.874042-53.442137 252.927387-32.060166 306.359291 21.378902 53.435998 42.746547 110.431052 53.438044 146.057438 10.681264 35.62127 14.238275 131.828373 7.109928 149.639008-0.352017 0.904602-0.513699 4.650924-1.764179 7.309472-7.724934 53.531165-34.066868 99.634154-51.314685 147.284382-20.44667 56.476239-43.61738 113.813077-88.576314 162.965518l498.896295 0c-11.826343-16.384147-21.695103-32.944302-33.081425-45.292531-25.398446-27.578087-35.464704-60.796635-22.945583-97.067704 14.438843-41.860364 28.677117-84.982464 45.017262-126.067163 2.892885-7.275703 15.15311-14.082732 23.992424-15.665786 19.139909-3.395328 38.846729-3.932564 58.343771-5.032617 21.305224-1.162475 42.73529-1.025352 63.95251-3.030008 34.38921-3.263322 53.398135-26.909869 47.655344-61.239726-3.805674-22.726595-2.227736-39.999994 20.176517-53.130029 5.760187-3.391235 4.393051-18.958784 7.270587-33.955328 7.291053-4.236485 9.098211-14.824629 3.499705-29.465063-11.395532-29.805824-11.420091-39.05139 18.742866-51.047602C890.371356 491.288569 892.816034 472.92535 874.95014 449.780222zM662.66436 291.255851c-9.057278 11.117193-22.738875 16.299212-36.037755 15.067152-5.707999 0.023536-19.164468 1.815344-31.173983 16.52434l-43.429092 53.306038c-11.981886 14.704902-7.159046 31.530094-7.159046 31.530094l-0.106424-0.115634c2.038425 10.390646-0.369413 21.605052-7.554042 30.421854-12.823043 15.739464-36.022405 18.12172-51.759823 5.298677-12.029981-9.801221-16.224511-25.63176-11.81304-39.580439 1.011026-4.047174 3.486402-17.346054-4.059454-29.264495l-19.224843-26.618226c-0.318248-0.372483-0.620123-0.72757-0.876973-1.136893-5.653764-7.785309-15.691369-11.120262-20.912274-12.417814-7.137557-0.01842-14.313999-2.402722-20.271685-7.257284-13.775741-11.222593-15.862261-31.472788-4.638644-45.247506 7.158023-8.787126 17.967201-12.787227 28.477573-11.657498 8.424875-0.008186 13.680573-4.143365 16.175392-6.754841l1.738596-2.133592c0 0 4.712323-6.129601 3.941773-17.002223-1.871626-8.003273-0.116657-16.793469 5.494128-23.681339 9.623166-11.80997 26.976383-13.586429 38.787377-3.962239 9.156539 7.459898 12.269435 19.574814 8.709354 30.160911-1.509376 6.793726-0.203638 11.037375 1.032515 13.31423l1.427511 1.947351c0.034792 0.062422 0.051165 0.075725 0.051165 0.075725s4.394074 4.901634 12.890581 8.019646c4.001125 0.588401 7.88764 2.20727 11.238966 4.936426 9.85034 8.025786 11.311621 22.505561 3.302207 32.337482-8.022716 9.84727-22.487142 11.327994-32.338505 3.302207-7.612371-6.203279-10.196217-16.306375-7.25933-25.090431 1.145079-5.319143-1.146102-10.137889-2.07731-11.830437l-1.830694-2.558264c-1.919721-2.100846-5.778607-5.243418-12.056587-5.656834-0.388856-0.008186-0.758269-0.002047-1.135869-0.025583-8.840337 0.485047-13.78495 4.930287-15.594155 6.945175l-0.813528 0.99977-0.029676 0.035816c-0.423649 0.520863-6.400777 8.130163-5.168717 17.01655 0.671289 1.702781 1.199314 3.508915 1.549285 5.288444l0.027629 0.24457c1.086751 5.64967 0.632403 11.559261-1.377369 17.065668-0.629333 4.782931-0.48607 14.249531 7.049553 24.697482 0.183172 0.261966 0.314155 0.478907 0.460488 0.711197l18.951621 26.228347c9.026579 12.561077 25.049499 13.284554 25.049499 13.284554 0.23229 0.021489 0.499373 0.038886 0.765433 0.059352 3.750415 0.099261 14.704902-0.49221 23.473608-9.62419l48.820889-59.924779c9.782802-13.399164 8.648979-26.343981 7.590881-31.681543-2.408861-8.101511-2.279925-16.8651 0.494257-24.998334 1.3436-6.252398 3.772928-18.769472-4.818746-32.245384l-30.136351-41.699705c-16.286933-21.099539-40.182143-20.380155-40.182143-20.380155l0.039909-0.048095c-6.470362-0.01228-12.914117-1.261736-19.048835-3.751439-6.65558-1.820461-21.277594-3.878328-37.347586 5.753024l-71.901548 51.929692c-23.006981 18.110463-20.08135 43.584634-20.08135 43.584634l-0.091074-0.160659c0.047072 12.343113-4.018521 24.796742-12.413721 35.102454-19.247356 23.620964-53.95072 27.168765-77.572708 7.921409-23.590265-19.218703-27.165695-53.951744-7.920386-77.573731 15.138784-18.581184 39.863895-24.735344 61.258146-17.132183 5.337562 1.535982 26.522036 6.323006 46.007822-6.634091L441.100268 150.439785c1.018189-0.835017 2.074241-1.719153 3.260252-2.551101 17.919105-12.941747 21.082143-31.370458 21.651101-38.393405-0.626263-12.051471 3.033078-24.39049 11.264549-34.492563 17.634626-21.644961 49.497294-24.881677 71.125882-7.260354 16.684999 13.595639 22.42165 35.61513 16.089435 54.891138l0.174985-0.106424c0 0-9.562791 21.346156 6.796796 44.670361l27.880986 38.623648c0.161682 0.220011 0.325411 0.432858 0.516769 0.648776 7.296169 10.22487 18.878966 16.396426 31.103375 17.284656 9.084908 0.081864 18.175955 3.127222 25.756603 9.304918C674.441585 247.493162 677.08683 273.552664 662.66436 291.255851z" fill="currentColor" p-id="10219"></path></svg>`,
    title: "增强词汇保留率",
    desc: "Earthworm 采用独特的单词句式构建方法,旨在加深学习者对词汇的记忆和应用能力,通过实践加强理解,显著提高长期词汇保留效果",
  },
  {
    icon: `<svg t="1711850963973" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="22066" width="25" height="25"><path d="M512 953.81818174c244.02272695 0 441.81818174-197.79545479 441.81818174-441.81818174C953.81818174 267.97727305 756.02272695 70.18181826 512 70.18181826 267.97727305 70.18181826 70.18181826 267.97727305 70.18181826 512c0 244.02272695 197.79545479 441.81818174 441.81818174 441.81818174z m0-65.45454522a376.36363653 376.36363653 0 1 1 0-752.72727305 376.36363653 376.36363653 0 0 1 0 752.72727305z" p-id="22067" fill="currentColor"></path><path d="M296 671.50454521a305.46818174 305.46818174 0 0 0 432 0 32.72727305 32.72727305 0 1 0-46.30909131-46.26818173 240.01363652 240.01363652 0 0 1-339.38181738 0 32.72727305 32.72727305 0 1 0-46.30909131 46.26818173z" p-id="22068" fill="currentColor"></path><path d="M358.59090869 426.78636347m-51.13636348 0a51.13636347 51.13636347 0 1 0 102.27272784 0 51.13636347 51.13636347 0 1 0-102.27272784 0Z" p-id="22069" fill="currentColor"></path><path d="M665.40909131 426.78636347m-51.13636436 0a51.13636347 51.13636347 0 1 0 102.27272784 0 51.13636347 51.13636347 0 1 0-102.27272784 0Z" p-id="22070" fill="currentColor"></path></svg>`,
    title: "掌握常用搭配和惯用表达",
    desc: "Earthworm 集成了丰富的词汇搭配和惯用表达学习资源,帮助学习者精准掌握语言的自然表达方式,使得语言运用更加地道、流畅,增强交流的自然性和效果",
  },
  {
    icon: `<svg t="1711851013197" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="23372" width="25" height="25"><path d="M671.402667 190.190933 671.402667 478.549333l0 288.3584c0 20.980622-27.500089 29.377422-38.820978 11.719111-64.773689-100.955022-128.750933-153.895822-353.427911-165.114311l70.929067 230.570667-106.006756 0-71.736889-233.187556C102.058667 607.675733 45.966222 549.626311 45.966222 478.549333c0-73.147733 59.357867-132.676267 132.5056-132.676267 308.110222 0 380.541156-52.747378 454.098489-167.412622C643.902578 160.813511 671.402667 169.210311 671.402667 190.190933zM853.879467 506.493156c0 55.261867-18.591289 106.018133-46.569244 144.418133 0 0-11.207111 15.348622-29.809778 15.348622-19.1488 0-36.056178-16.0768-36.056178-36.2496 0-11.912533 7.133867-21.595022 7.133867-21.595022 13.312-19.467378 32.813511-49.368178 32.813511-101.922133s-19.501511-82.466133-32.813511-101.933511c0 0-7.133867-9.682489-7.133867-21.595022 0-20.1728 16.907378-36.2496 36.056178-36.2496 18.602667 0 29.809778 15.348622 29.809778 15.348622C835.299556 400.475022 853.879467 451.231289 853.879467 506.493156zM826.971022 297.301333c0 0-16.361244-11.696356-16.361244-30.025956 0-20.627911 16.941511-36.386133 36.2496-36.386133 12.413156 0 23.847822 8.749511 23.847822 8.749511 43.815822 32.768 113.891556 116.736 113.891556 266.8544S914.511644 740.579556 870.695822 773.347556c0 0-11.434667 8.749511-23.847822 8.749511-19.296711 0-36.2496-15.758222-36.2496-36.386133 0-18.3296 16.361244-30.025956 16.361244-30.025956 50.9952-37.626311 85.128533-112.833422 85.128533-209.191822S877.954844 334.927644 826.971022 297.301333z" p-id="23373" fill="currentColor"></path></svg>`,
    title: "键盘音效",
    desc: "为追求极致学习体验的专业用户提供了多样化的键盘音效设置及发音方法选择,旨在通过优化听觉反馈,增强学习的沉浸感和效率,助力英语学习过程更加高效愉悦",
  },
  // {
  //   icon: `<svg t="1711851067308" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="24755" width="25" height="25"><path d="M896 0H281.6C197.12 0 128 69.12 128 153.6v716.8C128 954.88 197.12 1024 281.6 1024H896a51.2 51.2 0 0 0 51.2-51.2V51.2A51.2 51.2 0 0 0 896 0m-25.6 947.2H281.6a76.864 76.864 0 0 1 0-153.6h588.8v153.6m0-230.4H281.6c-28.096 0-54.08 8.192-76.8 21.44V153.6c0-42.368 34.432-76.8 76.8-76.8h217.6v295.744a38.336 38.336 0 0 0 62.976 29.504l82.112-68.416 82.048 68.416a38.208 38.208 0 0 0 40.896 5.248 38.4 38.4 0 0 0 22.08-34.752V76.8H870.4v640M576 76.8h136.512v213.76l-43.648-36.416a38.4 38.4 0 0 0-49.216 0L576 290.56V76.8" p-id="24756" fill="currentColor"></path></svg>`,
  //   title: "多词条编辑",
  //   desc: "专为深度学习者打造的高级功能,支持个性化编辑和管理多个词汇本,允许用户及时查看并修正近期的输入错误和不当句式,优化学习过程,为个人学习体验提供更精细的调整和提升",
  // },
];
</script>

<style scoped></style>